Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Id string `bson:"_id"` Props any `bson:"props"` Typ string `bson:"typ"` CreateTime int64 `bson:"create_time"` UpdateTime int64 `bson:"update_time"` }
Config defines for the MongoDB Collection "config"
type ConfigDao ¶
type ConfigDao struct {
// contains filtered or unexported fields
}
func NewConfigDao ¶
func (*ConfigDao) GetByTypes ¶
Click to show internal directories.
Click to hide internal directories.