Versions in this module Expand all Collapse all v0 v0.0.11 Jul 31, 2024 Changes in this version + type EndpointSpec struct + Binding *api.EndpointBinding + SourceInfo SourceInfo + type Registry struct + func NewRegistry() *Registry + func (r *Registry) Iterate(cb func(fqmn string, spec EndpointSpec)) + func (r *Registry) LoadFromFile(filePath, protoPackage string) error + func (r *Registry) LoadFromService(filePath, protoPackage string, service *descriptorpb.ServiceDescriptorProto) error + func (r *Registry) LookupBinding(selector string) (EndpointSpec, bool) + type SourceInfo struct + Filename string + ProtoPackage string v0.0.1-alpha May 18, 2024