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

Struct CommandService

core/app/service/command.go:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type CommandService struct{}
19
20type ICommandService interface {
21 List(req dto.OperateByType) ([]dto.CommandInfo, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected