MCPcopy Create free account
hub / github.com/foxcpp/maddy / init

Function init

internal/auth/netauth/netauth.go:18–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16const modName = "auth.netauth"
17
18func init() {
19 var _ module.PlainAuth = &Auth{}
20 var _ module.Table = &Auth{}
21 modules.Register(modName, New)
22 modules.Register("table.netauth", New)
23}
24
25// Auth binds all methods related to the NetAuth client library.
26type Auth struct {

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected