func (x TestCategory) String() string {
	return proto.EnumName(TestCategory_name, int32(x))
}
Exemple #2
0
func (x Event_Type) String() string {
	return proto.EnumName(Event_Type_name, int32(x))
}
Exemple #3
0
func (x HealthCheck_Priority) String() string {
	return proto.EnumName(HealthCheck_Priority_name, int32(x))
}
Exemple #4
0
func (x PlatformError_ErrorType) String() string {
	return proto.EnumName(PlatformError_ErrorType_name, int32(x))
}