| 40 | } |
| 41 | |
| 42 | type resource struct { |
| 43 | key string |
| 44 | classes []string |
| 45 | } |
| 46 | |
| 47 | func (r *resource) Key() string { return r.key } |
| 48 | func (r *resource) Classes() []string { return r.classes } |
nothing calls this directly
no outgoing calls
no test coverage detected