(ctx context.Context, obj *common.Label)
| 22 | |
| 23 | type LabelResolver interface { |
| 24 | Name(ctx context.Context, obj *common.Label) (string, error) |
| 25 | Color(ctx context.Context, obj *common.Label) (*color.RGBA, error) |
| 26 | } |
| 27 |
no outgoing calls
no test coverage detected