Documentation
¶
Index ¶
- func New(db *pebble.DB) *delivery.Repository
- func Register() container.Handler
- type Channel
- type Message
- func (m Message) Create(ctx context.Context, message *delivery.Message) error
- func (m Message) Get(ctx context.Context, ch uuid.UUID, option *pletyvo.QueryOption) ([]*delivery.Message, error)
- func (m Message) GetByID(ctx context.Context, ch, id uuid.UUID) (*delivery.Message, error)
- func (m Message) Update(ctx context.Context, input *delivery.MessageUpdateInput) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Channel ¶
type Channel struct {
// contains filtered or unexported fields
}
func NewChannel ¶
Click to show internal directories.
Click to hide internal directories.