Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
80
type
ResourceAdapter
interface
{
81
api2go.CRUD
82
GetUserPassword(email string, transaction *sqlx.Tx) (string, error)
83
}
84
85
type
AuthMiddleware
struct
{
86
db database.DatabaseConnection
Callers
1
BasicAuthCheckMiddlewareWithHttp
Method · 0.65
Implementers
1
DbResource
server/resource/dbresource.go
Calls
no outgoing calls
Tested by
no test coverage detected