Documentation ¶
Index ¶
- Constants
- Variables
- func Register(m ...any)
- func Shutdown() error
- func Startup() error
- type Time
- func (t *Time) FromDB(b []byte) error
- func (t Time) MarshalJSON() ([]byte, error)
- func (t Time) MarshalText() ([]byte, error)
- func (t Time) Now() Time
- func (t Time) ParseTime(tt time.Time) Time
- func (t Time) String() string
- func (t *Time) ToDB() ([]byte, error)
- func (t *Time) UnmarshalJSON(b []byte) error
- func (t *Time) Value() (driver.Value, error)
Constants ¶
View Source
const MODULE = "database"
Variables ¶
View Source
var Engine *xorm.Engine
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.