postgres

package
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2026 License: Apache-2.0, MIT Imports: 11 Imported by: 0

Documentation

Overview

Package postgres provides a PostgreSQL-backed implementation of provider.Store.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store struct {
	// contains filtered or unexported fields
}

func New

func New(pool *pgxpool.Pool) *Store

func (*Store) Add

func (s *Store) Add(ctx context.Context, id did.DID, region string) error

func (*Store) GetByRegion

func (s *Store) GetByRegion(ctx context.Context, region string) (provider.Record, error)

func (*Store) Initialize

func (s *Store) Initialize(ctx context.Context) error

Initialize is a no-op. Schema is managed by the shared goose migrations.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL