()
| 46 | } |
| 47 | |
| 48 | func (x L4Protocol) String() string { |
| 49 | return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
| 50 | } |
| 51 | |
| 52 | func (L4Protocol) Descriptor() protoreflect.EnumDescriptor { |
| 53 | return file_common_proto_enumTypes[0].Descriptor() |
nothing calls this directly
no test coverage detected