Documentation
¶
Index ¶
Constants ¶
View Source
const CName = "push.accountrepo"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountRepo ¶
type AccountRepo interface { SetAccountTopics(ctx context.Context, accountId string, topics []domain.Topic) error GetAccountIdsByTopics(ctx context.Context, topics []domain.Topic) ([]string, error) GetTopicsByAccountId(ctx context.Context, accountId string) (topics []domain.Topic, err error) app.ComponentRunnable }
func New ¶
func New() AccountRepo
Directories
¶
Path | Synopsis |
---|---|
Package mock_accountrepo is a generated GoMock package.
|
Package mock_accountrepo is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.