Documentation ¶
Index ¶
- type Channel
- type Store
- func (s *Store) DeleteManyTx(ctx context.Context, tx *sql.Tx, ids []string) error
- func (s *Store) FindAll(ctx context.Context) ([]Channel, 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) MapToID(ctx context.Context, tx *sql.Tx, c *Channel) (uuid.UUID, error)
- type Type
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 ¶
Click to show internal directories.
Click to hide internal directories.