Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportFile ¶
type ExportFile struct { Driver string `json:"driver"` Data interface{} `json:"data"` }
func (*ExportFile) Byte ¶
func (e *ExportFile) Byte() []byte
type IExportConfigController ¶
type IImportConfigController ¶
type IInitController ¶
type IInitController interface { }
type ISettingController ¶
type ISettingController interface { Get(ctx *gin.Context) (*system_dto.Setting, error) Set(ctx *gin.Context, input *system_dto.InputSetting) error }
Click to show internal directories.
Click to hide internal directories.