Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Constant ¶
type Constant struct { Name string Type string Op string Value string String string Comment string }
Constant represent declared constants within proto.
type ConstantData ¶
type ConstantData struct { PackageDoc string Package string Imports []string AllowRegister bool Type string Base string Constants []Constant Invalid Constant }
ConstantData is data representation of constant definitions template. This map one to one with file that will be generated. 1 data == 1 proto.
Click to show internal directories.
Click to hide internal directories.