Documentation ¶
Index ¶
Constants ¶
View Source
const ( PbDeclarationKindUnknown = iota PbTypeKindEnum PbTypeKindMessage )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PbTypeDef ¶
type PbTypeDef struct { Name string Kind PbTypeKind Definition string }
type PbTypeKind ¶
type PbTypeKind int
type ProtoReader ¶
type ProtoReader interface {
ExtractTypeDefs(protoDir string, pbTypeNames []string) ([]*PbTypeDef, error) // extract protobuf type definitions
}
func New ¶
func New(pbPkgName string) ProtoReader
type RecursiveChecker ¶
type RecursiveChecker struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.