Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ModuleSingleton modules.InCodeModule = &AuthenticateModule{}
ModuleSingleton is the exported symbol that will be looked up by the plugin loader
Functions ¶
This section is empty.
Types ¶
type AuthenticateModule ¶
type AuthenticateModule struct {
}
func (*AuthenticateModule) Deps ¶
func (*AuthenticateModule) Deps() []string
Deps implements NikkiModule.
func (*AuthenticateModule) Init ¶
func (*AuthenticateModule) Init() error
Init implements NikkiModule.
func (*AuthenticateModule) LabelKey ¶
func (*AuthenticateModule) LabelKey() string
LabelKey implements NikkiModule.
func (*AuthenticateModule) Name ¶
func (*AuthenticateModule) Name() string
Name implements NikkiModule.
func (*AuthenticateModule) Version ¶
func (*AuthenticateModule) Version() semver.SemVer
Version implements NikkiModule.
Click to show internal directories.
Click to hide internal directories.