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

Struct Auth

internal/auth/netauth/netauth.go:26–33  ·  view source on GitHub ↗

Auth binds all methods related to the NetAuth client library.

Source from the content-addressed store, hash-verified

24
25// Auth binds all methods related to the NetAuth client library.
26type Auth struct {
27 instName string
28 mustGroup string
29
30 nacl *netauth.Client
31
32 log *log.Logger
33}
34
35// New creates a new instance of the NetAuth module.
36func New(c *container.C, modName, instName string) (module.Module, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected