Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemConfig ¶
type SystemConfig struct { mgm.DefaultModel `bson:",inline"` Name string `bson:"name" json:"name"` Ext string `bson:"ext" json:"ext"` Tags []Tag `bson:"tags" json:"tags"` Description string `bson:"description" json:"description"` Metadata any `bson:"metadata" json:"metadata"` }
func (*SystemConfig) GenerateBytes ¶
func (c *SystemConfig) GenerateBytes() ([]byte, error)
GenerateBytes generate bytes
Click to show internal directories.
Click to hide internal directories.