MCPcopy
hub / github.com/gogf/gf / Registry

Struct Registry

contrib/registry/file/file.go:31–33  ·  view source on GitHub ↗

Registry implements interface Registry using file. This implement is usually for testing only.

Source from the content-addressed store, hash-verified

29// Registry implements interface Registry using file.
30// This implement is usually for testing only.
31type Registry struct {
32 path string // Local storing folder path for Services.
33}
34
35// New creates and returns a gsvc.Registry implements using file.
36func New(path string) gsvc.Registry {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected