| 28 | } |
| 29 | |
| 30 | type 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 | |
| 43 | var errPluginNotImplemented error = fmt.Errorf("plugin not implemented") |
| 44 |
nothing calls this directly
no outgoing calls
no test coverage detected