Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/writefreely/writefreely
/ DB
Method
DB
oauth.go:88–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
// and session store for use with the oauth handlers.
87
type
OAuthDatastoreProvider
interface
{
88
DB() OAuthDatastore
89
Config() *config.Config
90
SessionStore() sessions.Store
91
}
Callers
1
configureOauthRoutes
Function · 0.65
Implementers
2
MockOAuthDatastoreProvider
oauth_test.go
App
app.go
Calls
no outgoing calls
Tested by
no test coverage detected