Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookmarkRepo ¶
type BookmarkRepo struct {
// contains filtered or unexported fields
}
func NewBookmarkRepo ¶
func NewBookmarkRepo(client *clientv3.Client) *BookmarkRepo
func (*BookmarkRepo) Save ¶
func (r *BookmarkRepo) Save(ctx context.Context, bookmark *domain.Bookmark, sub *domain.Subscription) error
type SubscriptionRepo ¶
type SubscriptionRepo struct {
// contains filtered or unexported fields
}
func NewSubscriptionRepo ¶
func NewSubscriptionRepo(client *clientv3.Client) *SubscriptionRepo
func (*SubscriptionRepo) Save ¶
func (r *SubscriptionRepo) Save(ctx context.Context, subscription *domain.Subscription) error
Click to show internal directories.
Click to hide internal directories.