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

Method GetList

agent/app/repo/ftp.go:13–13  ·  view source on GitHub ↗
(opts ...DBOption)

Source from the content-addressed store, hash-verified

11type IFtpRepo interface {
12 Get(opts ...DBOption) (model.Ftp, error)
13 GetList(opts ...DBOption) ([]model.Ftp, error)
14 Page(limit, offset int, opts ...DBOption) (int64, []model.Ftp, error)
15 Create(ftp *model.Ftp) error
16 Update(id uint, vars map[string]interface{}) error

Callers 14

loadUnknownDbsFunction · 0.65
loadUnknownSnapshotFunction · 0.65
ListDBOptionMethod · 0.65
ListMethod · 0.65
LoadItemsMethod · 0.65
GetServicesMethod · 0.65
ListDBOptionMethod · 0.65
LoadSettingMethod · 0.65
SearchForTreeMethod · 0.65
SyncMethod · 0.65
ListMethod · 0.65
DeleteMethod · 0.65

Implementers 1

FtpRepoagent/app/repo/ftp.go

Calls

no outgoing calls

Tested by

no test coverage detected