MCPcopy
hub / github.com/seaweedfs/seaweedfs / PostgresStore

Struct PostgresStore

weed/credential/postgres/postgres_store.go:36–39  ·  view source on GitHub ↗

PostgresStore implements CredentialStore using PostgreSQL

Source from the content-addressed store, hash-verified

34
35// PostgresStore implements CredentialStore using PostgreSQL
36type PostgresStore struct {
37 db *sql.DB
38 configured bool
39}
40
41func (store *PostgresStore) GetName() credential.CredentialStoreTypeName {
42 return credential.StoreTypePostgres

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected