Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetServiceName ¶
func SetServiceName(name string)
Types ¶
type CreateTimeRange ¶
type CreateTimeRange struct { // 创建起始时间 CreateStartTime timelib.MySQLTimestamp `name:"createStartTime,omitempty" in:"query"` // 创建终止时间 CreateEndTime timelib.MySQLTimestamp `name:"createEndTime,omitempty" in:"query"` }
func (CreateTimeRange) ValidateCreateEndTime ¶
func (createTimeRange CreateTimeRange) ValidateCreateEndTime() string
type Uint64List ¶
type Uint64List []uint64
func (Uint64List) MarshalJSON ¶
func (list Uint64List) MarshalJSON() ([]byte, error)
func (*Uint64List) UnmarshalJSON ¶
func (list *Uint64List) UnmarshalJSON(data []byte) (err error)
type UpdateTimeRange ¶
type UpdateTimeRange struct { // 更新起始时间 UpdateStartTime timelib.MySQLTimestamp `name:"updateStartTime" in:"query" default:"" ` // 更新终止时间 UpdateEndTime timelib.MySQLTimestamp `name:"updateEndTime" in:"query" default:""` }
func (UpdateTimeRange) ValidateUpdateEndTime ¶
func (updateTimeRange UpdateTimeRange) ValidateUpdateEndTime() string
Click to show internal directories.
Click to hide internal directories.