| 87 | } |
| 88 | |
| 89 | type TypeEnum struct { |
| 90 | name string |
| 91 | schema *base.SchemaProxy |
| 92 | values []any |
| 93 | p Plugin |
| 94 | } |
| 95 | |
| 96 | func (t *TypeEnum) Name() string { |
| 97 | return t.p.TypeEnumName(t.name) |
nothing calls this directly
no outgoing calls
no test coverage detected