feat: implement system statistics tracking, commit management controllers, and associated database migrations
Build and Release / release (push) Successful in 1m49s
Build and Release / release (push) Successful in 1m49s
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package request
|
||||
|
||||
type SearchStatisticDto struct {
|
||||
StartDate string `query:"start_date" validate:"omitempty,datetime=2006-01-02"`
|
||||
EndDate string `query:"end_date" validate:"omitempty,datetime=2006-01-02"`
|
||||
}
|
||||
Reference in New Issue
Block a user