MCPcopy
hub / github.com/daptin/daptin / ResourceAdapter

Interface ResourceAdapter

server/auth/auth.go:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80type ResourceAdapter interface {
81 api2go.CRUD
82 GetUserPassword(email string, transaction *sqlx.Tx) (string, error)
83}
84
85type AuthMiddleware struct {
86 db database.DatabaseConnection

Callers 1

Implementers 1

DbResourceserver/resource/dbresource.go

Calls

no outgoing calls

Tested by

no test coverage detected