MCPcopy
hub / github.com/nirui/sshwifty / Loader

FuncType Loader

application/configuration/loader.go:25–25  ·  view source on GitHub ↗

Loader Configuration loader

func(log log.Logger) (name string, cfg Configuration, err error)

Source from the content-addressed store, hash-verified

23
24// Loader Configuration loader
25type Loader func(log log.Logger) (name string, cfg Configuration, err error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected