MCPcopy Create free account
hub / github.com/0xUnixIO/pulse / Manager

Struct Manager

internal/auth/auth.go:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40)
41
42type Manager struct {
43 adminStore AdminStore
44 sessions SessionStore
45
46 failMu sync.Mutex
47 failures map[string]*loginAttempt // key: client IP
48}
49
50type loginRequest struct {
51 Username string `json:"username"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected