MCPcopy 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.
87type OAuthDatastoreProvider interface {
88 DB() OAuthDatastore
89 Config() *config.Config
90 SessionStore() sessions.Store
91}

Callers 1

configureOauthRoutesFunction · 0.65

Implementers 2

Appapp.go

Calls

no outgoing calls

Tested by

no test coverage detected