MCPcopy
hub / github.com/apache/answer / authRepo

Struct authRepo

internal/repo/auth/auth.go:37–39  ·  view source on GitHub ↗

authRepo auth repository

Source from the content-addressed store, hash-verified

35
36// authRepo auth repository
37type authRepo struct {
38 data *data.Data
39}
40
41// NewAuthRepo new repository
42func NewAuthRepo(data *data.Data) auth.AuthRepo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected