MCPcopy
hub / github.com/OpenNHP/opennhp / PluginHandlerSymbol

Struct PluginHandlerSymbol

nhp/plugins/serverpluginhandler.go:30–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type PluginHandlerSymbol struct {
31 sVersion plugin.Symbol
32 sSignature plugin.Symbol
33 sExportedData plugin.Symbol
34 sInit plugin.Symbol
35 sClose plugin.Symbol
36 sRequestOTP plugin.Symbol
37 sRegisterAgent plugin.Symbol
38 sListService plugin.Symbol
39 sAuthWithNHP plugin.Symbol
40 sAuthWithHttp plugin.Symbol
41}
42
43var errPluginNotImplemented error = fmt.Errorf("plugin not implemented")
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected