Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter struct { AllowNullValues bool DisallowAdditionalProperties bool DisallowBigIntsAsStrings bool UseProtoAndJSONFieldnames bool // contains filtered or unexported fields }
Converter is everything you need to convert protos to JSONSchemas:
func (*Converter) ConvertFrom ¶
ConvertFrom tells the convert to work on the given input:
type ProtoPackage ¶
type ProtoPackage struct {
// contains filtered or unexported fields
}
ProtoPackage describes a package of Protobuf, which is an container of message types.
Click to show internal directories.
Click to hide internal directories.