MCPcopy Create free account
hub / github.com/apache/servicecomb-mesher / DefaultSourceResolver

Struct DefaultSourceResolver

proxy/resolver/source.go:38–39  ·  view source on GitHub ↗

DefaultSourceResolver is a struct

Source from the content-addressed store, hash-verified

36
37//DefaultSourceResolver is a struct
38type DefaultSourceResolver struct {
39}
40
41//Resolve is a method which resolves service endpoint
42func (sr *DefaultSourceResolver) Resolve(source string) *registry.SourceInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected