MCPcopy Create free account
hub / github.com/gotify/server / Capabilities

TypeAlias Capabilities

plugin/compat/instance.go:62–62  ·  view source on GitHub ↗

Capabilities is a slice of module.

Source from the content-addressed store, hash-verified

60
61// Capabilities is a slice of module.
62type Capabilities []Capability
63
64// Strings converts []Module to []string.
65func (m Capabilities) Strings() []string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected