Documentation ¶
Index ¶
- Variables
- type Registry
- func (reg *Registry) FileByFilename(name string) (protoreflect.FileDescriptor, error)
- func (reg *Registry) FileContaingURL(url string) (protoreflect.FileDescriptor, error)
- func (reg *Registry) FileContainingSymbol(name protoreflect.FullName) (protoreflect.FileDescriptor, error)
- func (reg *Registry) StartPolling(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrPollingStarted = errors.New("polling already started")
)
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func (*Registry) FileByFilename ¶
func (reg *Registry) FileByFilename(name string) (protoreflect.FileDescriptor, error)
func (*Registry) FileContaingURL ¶
func (reg *Registry) FileContaingURL(url string) (protoreflect.FileDescriptor, error)
func (*Registry) FileContainingSymbol ¶
func (reg *Registry) FileContainingSymbol(name protoreflect.FullName) (protoreflect.FileDescriptor, error)
Click to show internal directories.
Click to hide internal directories.