Documentation
¶
Index ¶
Constants ¶
View Source
const (
ErrNameRepeat = "ErrNameRepeat : %s"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DictConstList ¶
type DictConstList []*DictConst
func (DictConstList) Len ¶
func (this DictConstList) Len() int
func (DictConstList) Less ¶
func (this DictConstList) Less(i, j int) bool
func (DictConstList) Swap ¶
func (this DictConstList) Swap(i, j int)
type ProtoMsgMap ¶
type ProtoMsgMap struct {
Pkg string
MsgMap map[string]bool //key is message name, bool is can use(if start with `//` can't use.)
}
func GetProtoMsgMap ¶
func GetProtoMsgMap(path string) (m *ProtoMsgMap, err error)
func NewProtoMsgMap ¶
func NewProtoMsgMap() *ProtoMsgMap
Click to show internal directories.
Click to hide internal directories.