plugins

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ExeDirPath string

Functions

This section is empty.

Types

type HttpServerPluginHelper

type HttpServerPluginHelper struct {
	StopSignal               <-chan struct{}
	AuthWithHttpCallbackFunc HttpPluginPostAuthFunc
}

type NhpServerPluginHelper

type NhpServerPluginHelper struct {
	StopSignal              <-chan struct{}
	AuthWithNhpCallbackFunc NhpPluginPostAuthFunc
}

type PluginHandlerSymbol

type PluginHandlerSymbol struct {
	// contains filtered or unexported fields
}

func (*PluginHandlerSymbol) AuthWithHttp

func (*PluginHandlerSymbol) AuthWithNHP

func (*PluginHandlerSymbol) Close

func (s *PluginHandlerSymbol) Close() error

func (*PluginHandlerSymbol) ExportedData

func (s *PluginHandlerSymbol) ExportedData() *PluginParamsOut

func (*PluginHandlerSymbol) Init

func (*PluginHandlerSymbol) ListService

func (*PluginHandlerSymbol) RegisterAgent

func (*PluginHandlerSymbol) RequestOTP

func (*PluginHandlerSymbol) Signature

func (s *PluginHandlerSymbol) Signature() string

func (*PluginHandlerSymbol) Version

func (s *PluginHandlerSymbol) Version() string

type PluginParamsIn

type PluginParamsIn struct {
	PluginDirPath *string
	Log           *log.Logger
	Hostname      *string
	LocalIp       *string
	LocalMac      *string
}

type PluginParamsOut

type PluginParamsOut struct {
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL