Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
Source source
type SystemConfig ¶
type SystemConfig struct { gorm.Model Name string `gorm:"column:name" json:"name"` Ext string `gorm:"column:ext" json:"ext"` Description string `gorm:"column:description" json:"description"` Tags []Tag `gorm:"-" json:"tags"` Metadata []byte `gorm:"column:metadata" json:"metadata"` }
SystemConfig system config
func (*SystemConfig) GenerateBytes ¶
func (c *SystemConfig) GenerateBytes() ([]byte, error)
GenerateBytes generate bytes
Click to show internal directories.
Click to hide internal directories.