Versions in this module Expand all Collapse all v0 v0.0.1 Jan 14, 2026 Changes in this version + func ParseProto3String(t *testing.T, src string) protoreflect.FileDescriptor + func ParseProto3Tmpl(t *testing.T, src string, data interface{}) protoreflect.FileDescriptor + func ParseProto3Tmpls(t *testing.T, srcs map[string]string, data interface{}) map[string]protoreflect.FileDescriptor + func ParseProtoString(t *testing.T, src string) protoreflect.FileDescriptor + func ParseProtoStrings(t *testing.T, src map[string]string) map[string]protoreflect.FileDescriptor + type Problems []lint.Problem + func (problems Problems) Diff(other []lint.Problem) string + func (problems Problems) SetDescriptor(d protoreflect.Descriptor) Problems