MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / resource

Struct resource

pkg/ratelimit/resource.go:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42type resource struct {
43 key string
44 classes []string
45}
46
47func (r *resource) Key() string { return r.key }
48func (r *resource) Classes() []string { return r.classes }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected