MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / GetSettingInfo

Method GetSettingInfo

agent/app/service/setting.go:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28type ISettingService interface {
29 GetSettingInfo() (*dto.SettingInfo, error)
30 GetTerminalAIInfo() (*dto.TerminalAIInfo, error)
31 GetFileManageAIInfo() (*dto.FileManageAIInfo, error)
32 GetFileHistorySettingInfo() (*response.FileHistorySettingInfo, error)

Callers 9

GetLoginSettingMethod · 0.65
GetSettingInfoMethod · 0.65
syncAppFunction · 0.65
PageAppMethod · 0.65
GetAppUpdateMethod · 0.65
GetRecycleStatusMethod · 0.65
GetSettingInfoMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected