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

Struct Info

plugin/compat/plugin.go:11–19  ·  view source on GitHub ↗

Info is the plugin info.

Source from the content-addressed store, hash-verified

9
10// Info is the plugin info.
11type Info struct {
12 Version string
13 Author string
14 Name string
15 Website string
16 Description string
17 License string
18 ModulePath string
19}
20
21func (c Info) String() string {
22 if c.Name != "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected