示例#1
0
文件: test.pb.go 项目: jketcham/vicus
func (x ClientType) String() string {
	return proto.EnumName(ClientType_name, int32(x))
}
示例#2
0
文件: test.pb.go 项目: jketcham/vicus
func (x RpcType) String() string {
	return proto.EnumName(RpcType_name, int32(x))
}
示例#3
0
文件: test.pb.go 项目: jketcham/vicus
func (x PayloadType) String() string {
	return proto.EnumName(PayloadType_name, int32(x))
}
示例#4
0
文件: test.pb.go 项目: jketcham/vicus
func (x ServerType) String() string {
	return proto.EnumName(ServerType_name, int32(x))
}