Documentation ¶
Index ¶
Constants ¶
View Source
const ( PatternIpv6WithMask = "" /* 418-byte string literal not displayed */ PatternIpv4WithMask = "" /* 134-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter struct { AllFieldsRequired bool AllowNullValues bool DisallowAdditionalProperties bool DisallowBigIntsAsStrings bool PrefixSchemaFilesWithPackage bool UseJSONFieldnamesOnly 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.