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

Struct HostRepo

agent/app/repo/host.go:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type HostRepo struct{}
11
12type IHostRepo interface {
13 Get(opts ...DBOption) (model.Host, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected