예제 #1
0
파일: api.pb.go 프로젝트: mischief/rkt
func (x ImageType) String() string {
	return proto.EnumName(ImageType_name, int32(x))
}
예제 #2
0
파일: api.pb.go 프로젝트: mischief/rkt
func (x PodState) String() string {
	return proto.EnumName(PodState_name, int32(x))
}
예제 #3
0
파일: api.pb.go 프로젝트: mischief/rkt
func (x EventType) String() string {
	return proto.EnumName(EventType_name, int32(x))
}
예제 #4
0
파일: test.pb.go 프로젝트: mischief/rkt
func (x PayloadType) String() string {
	return proto.EnumName(PayloadType_name, int32(x))
}
예제 #5
0
파일: health.pb.go 프로젝트: mischief/rkt
func (x HealthCheckResponse_ServingStatus) String() string {
	return proto.EnumName(HealthCheckResponse_ServingStatus_name, int32(x))
}
예제 #6
0
파일: proto3.pb.go 프로젝트: matomesc/rkt
func (x Message_Humour) String() string {
	return proto.EnumName(Message_Humour_name, int32(x))
}
예제 #7
0
파일: test.pb.go 프로젝트: matomesc/rkt
func (x RpcType) String() string {
	return proto.EnumName(RpcType_name, int32(x))
}
예제 #8
0
파일: test.pb.go 프로젝트: matomesc/rkt
func (x ServerType) String() string {
	return proto.EnumName(ServerType_name, int32(x))
}