Documentation ¶
Index ¶
- Variables
- func JSONScan(dbValue interface{}, value interface{}) error
- func JSONValue(value interface{}) (driver.Value, error)
- type ErrorResp
- type IDMgr
- type IGenID
- type Timestamp
- func (Timestamp) DataType(engine string) string
- func (dt Timestamp) Format(layout string) string
- func (dt Timestamp) In(loc *time.Location) Timestamp
- func (dt Timestamp) IsZero() bool
- func (dt Timestamp) MarshalText() ([]byte, error)
- func (dt *Timestamp) Scan(value interface{}) error
- func (dt Timestamp) String() string
- func (dt Timestamp) Unix() int64
- func (dt *Timestamp) UnmarshalText(data []byte) (err error)
- func (dt Timestamp) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type IDMgr ¶
type IDMgr struct {
// contains filtered or unexported fields
}
func (*IDMgr) IDToString ¶
type Timestamp ¶
openapi:strfmt date-time
func (Timestamp) MarshalText ¶
func (*Timestamp) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.