system

package
v1.7.2-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2025 License: Apache-2.0 Imports: 47 Imported by: 0

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 IExportConfigController interface {
	ExportAll(ctx *gin.Context) error
}

type IImportConfigController

type IImportConfigController interface {
	ImportAll(ctx *gin.Context) error
}

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL