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

Method Create

agent/app/service/file_share.go:39–39  ·  view source on GitHub ↗
(req request.FileShareCreate)

Source from the content-addressed store, hash-verified

37
38type IFileShareService interface {
39 Create(req request.FileShareCreate) (*response.FileShareInfo, error)
40 Page(req dto.PageInfo) (int64, []response.FileShareInfo, error)
41 GetByPath(path string) (*response.FileShareInfo, error)
42 GetByCode(code string) (*response.FileShareInfo, error)

Callers 1

CreateMethod · 0.65

Implementers 1

FileShareServiceagent/app/service/file_share.go

Calls

no outgoing calls

Tested by

no test coverage detected