ручное парсер
This commit is contained in:
@@ -20,6 +20,7 @@ type Database interface {
|
||||
|
||||
CreateViewsSnapshot(ctx context.Context, snapshot domain.ViewsSnapshot) error
|
||||
|
||||
UpdateChannelIfNotAccessible(ctx context.Context, channel domain.Channel) error
|
||||
GetChannels(ctx context.Context) []domain.Channel
|
||||
UpdateChannel(ctx context.Context, channel domain.Channel) error
|
||||
GetChannelsWithTrackedPosts(ctx context.Context) ([]domain.Channel, error)
|
||||
|
||||
Reference in New Issue
Block a user