Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DuplicateKeyError ¶
type DuplicateKeyError struct {
}
type PostgresStore ¶
type PostgresStore struct {
// contains filtered or unexported fields
}
func NewPostgresStore ¶
func NewPostgresStore() (*PostgresStore, error)
func (*PostgresStore) CreateOpenListTable ¶
func (s *PostgresStore) CreateOpenListTable() error
func (PostgresStore) Init ¶
func (s PostgresStore) Init() error
func (*PostgresStore) InsertEntries ¶
func (s *PostgresStore) InsertEntries(es []T.Entry) error
func (*PostgresStore) InsertEntry ¶
func (s *PostgresStore) InsertEntry(e T.Entry) error
Click to show internal directories.
Click to hide internal directories.