Documentation ¶
Index ¶
- type Channel
- type Store
- func (s *Store) DeleteManyTx(ctx context.Context, tx *sql.Tx, ids []string) error
- func (s *Store) FindDestByID(ctx context.Context, tx gadb.DBTX, id uuid.UUID) (gadb.DestV1, error)
- func (s *Store) FindMany(ctx context.Context, ids []string) ([]Channel, error)
- func (s *Store) FindOne(ctx context.Context, id uuid.UUID) (*Channel, error)
- func (s *Store) LookupDestID(ctx context.Context, tx *sql.Tx, d gadb.DestV1) (uuid.UUID, error)
- func (s *Store) MapDestToID(ctx context.Context, tx gadb.DBTX, d gadb.DestV1) (uuid.UUID, error)
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 (*Store) DeleteManyTx ¶
func (*Store) FindDestByID ¶ added in v0.33.0
func (*Store) LookupDestID ¶ added in v0.33.0
Click to show internal directories.
Click to hide internal directories.