Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DictionaryValue ¶
type GetSystemSettingReply ¶
type GetSystemSettingReply struct {
Debug bool `json:"debug"`
Title string `json:"title"`
Desc string `json:"desc"`
Copyright string `json:"copyright"`
Logo string `json:"logo"`
ChangePasswordType string `json:"changePasswordType"`
Watermark string `json:"watermark"`
Dictionaries []*DictionaryValue `json:"dictionaries"`
}
type GetSystemSettingRequest ¶
type GetSystemSettingRequest struct {
}
type Repo ¶
type Repo interface {
// GetDictionaryValues 获取指定标识集合的值
GetDictionaryValues(ctx kratosx.Context, keywords []string) ([]*DictionaryValue, error)
}
type UseCase ¶
type UseCase struct {
// contains filtered or unexported fields
}
func (*UseCase) GetSystemSetting ¶
func (u *UseCase) GetSystemSetting(ctx kratosx.Context, _ *GetSystemSettingRequest) *GetSystemSettingReply
GetSystemSetting 获取系统设置
Click to show internal directories.
Click to hide internal directories.