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

Function NewISettingService

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

Source from the content-addressed store, hash-verified

47}
48
49func NewISettingService() ISettingService {
50 return &SettingService{}
51}
52
53func (u *SettingService) GetSettingInfo() (*dto.SettingInfo, error) {
54 setting, err := settingRepo.GetList()

Callers 6

WgetMethod · 0.70
getSystemProxyFunction · 0.70
PageAppMethod · 0.70
GetAppUpdateMethod · 0.70
SyncAppListFromRemoteMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected