MCPcopy Index your code
hub / github.com/ContainerSSH/ContainerSSH / httpLoader

Struct httpLoader

internal/config/loader_http.go:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type httpLoader struct {
30 client Client
31}
32
33func (h *httpLoader) Load(_ context.Context, _ *config.AppConfig) error {
34 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected