(b []byte)
| 76 | func (t APIAllowListTarget) MarshalText() ([]byte, error) { return []byte(t.String()), nil } |
| 77 | |
| 78 | func (t *APIAllowListTarget) UnmarshalText(b []byte) error { |
| 79 | return t.UnmarshalJSON([]byte("\"" + string(b) + "\"")) |
| 80 | } |
no test coverage detected