migrate from github
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package types
|
||||
|
||||
type TimeRange struct {
|
||||
Start *string `json:"start" form:"start"`
|
||||
End *string `json:"end" form:"end"`
|
||||
}
|
||||
Reference in New Issue
Block a user