package
0.0.0-20240311165601-da789b0b04e2
Repository: https://github.com/protoflow-labs/protoflow.git
Documentation: pkg.go.dev
# Functions
New returns a configured *Converter (defaulting to draft-04 version):.
# Variables
optional protoc.gen.jsonschema.EnumOptions enum_options = 1128;.
optional protoc.gen.jsonschema.FieldOptions field_options = 1125;.
optional protoc.gen.jsonschema.FileOptions file_options = 1126;.
optional protoc.gen.jsonschema.MessageOptions message_options = 1127;.
No description provided by the author
# Structs
Converter is everything you need to convert protos to JSONSchemas:.
ConverterFlags control the behaviour of the converter:.
Custom EnumOptions.
Custom FieldOptions.
Custom FileOptions.
Custom MessageOptions.
ProtoPackage describes a package of Protobuf, which is an container of message types.