コード例 #1
0
ファイル: test.pb.go プロジェクト: pwaller/mantle
func (x PayloadType) String() string {
	return proto.EnumName(PayloadType_name, int32(x))
}
コード例 #2
0
ファイル: test.pb.go プロジェクト: chancez/mantle
func (x ClientType) String() string {
	return proto.EnumName(ClientType_name, int32(x))
}
コード例 #3
0
ファイル: test.pb.go プロジェクト: chancez/mantle
func (x RpcType) String() string {
	return proto.EnumName(RpcType_name, int32(x))
}
コード例 #4
0
ファイル: test.pb.go プロジェクト: chancez/mantle
func (x ServerType) String() string {
	return proto.EnumName(ServerType_name, int32(x))
}
コード例 #5
0
ファイル: proto3.pb.go プロジェクト: chancez/mantle
func (x Message_Humour) String() string {
	return proto.EnumName(Message_Humour_name, int32(x))
}
コード例 #6
0
ファイル: health.pb.go プロジェクト: chancez/mantle
func (x HealthCheckResponse_ServingStatus) String() string {
	return proto.EnumName(HealthCheckResponse_ServingStatus_name, int32(x))
}