MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / Provider

Struct Provider

internal/model/object.go:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108type Provider struct {
109 Provider string
110}
111
112func (p Provider) GetProvider() string {
113 return p.Provider

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected