Versions in this module Expand all Collapse all v0 v0.3.3 Apr 21, 2024 v0.3.2 Feb 10, 2024 Changes in this version + var ErrAlreadyRegistered = fmt.Errorf("proto schema already registered") + var ErrNotFound = fmt.Errorf("not found") + func GetDescriptor(protoFqn string) (protoreflect.MessageDescriptor, error) + func Register(schema string) (string, error) + func SchemaToFDs(schema string) ([]*desc.FileDescriptor, string, error)