Documentation
¶
Overview ¶
Code generated by 'go run github.com/streamingfast/firehose-core/protoregistry/generator well_known.go protoregistry', DO NOT EDIT!
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WellKnownRegistry = NewEmpty()
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func New ¶
func New(chainFileDescriptor protoreflect.FileDescriptor, protoPaths ...string) (*Registry, error)
New creates a new Registry first populated with the well-known types and then with the proto files passed as arguments. This means the precendence of the proto files is higher than the well-known types.
func (*Registry) RegisterFileDescriptor ¶
func (r *Registry) RegisterFileDescriptor(f *desc.FileDescriptor)
func (*Registry) RegisterFiles ¶
Click to show internal directories.
Click to hide internal directories.