Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SchemaTypes = []SchemaType{ PROTOBUF, CUSTOM, }
Functions ¶
This section is empty.
Types ¶
type SchemaType ¶
type SchemaType string
const ( PROTOBUF SchemaType = "protobuf" CUSTOM SchemaType = "custom" )
Click to show internal directories.
Click to hide internal directories.