Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeneratedType ¶
type GeneratedType interface {
MirReflect() Type
}
type Type ¶
type Type interface { // PbType returns the protoc-generated type that corresponds to this Mir-generated type. PbType() reflect.Type }
Type represents runtime information about a Mir-generated type.
Click to show internal directories.
Click to hide internal directories.