MCPcopy Create free account
hub / github.com/dolthub/doltgresql / AuthFilePath

Method AuthFilePath

server/auth/init.go:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32// Config is an interface that exists as pulling the actual config package would cause a cyclical dependency.
33type Config interface {
34 AuthFilePath() string
35}
36
37// Init handles all initialization needs in this package.

Callers 1

dbInitFunction · 0.65

Implementers 1

DoltgresConfigservercfg/cfgdetails/config.go

Calls

no outgoing calls

Tested by

no test coverage detected