MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / readerLoader

Struct readerLoader

internal/config/loader_reader.go:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32type readerLoader struct {
33 reader io.Reader
34 logger log.Logger
35 format Format
36}
37
38func (y *readerLoader) Load(_ context.Context, config *config.AppConfig) (err error) {
39 switch y.format {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected