Documentation
¶
Index ¶
- type News
- type Store
- func (s *Store) AddNews(ctx context.Context, newsParam News) (News, error)
- func (s *Store) DeleteNews(ctx context.Context, newsParam News) error
- func (s *Store) EditNews(ctx context.Context, newsParam News) (News, error)
- func (s *Store) GetNews(ctx context.Context) ([]News, error)
- func (s *Store) GetNewsArticle(ctx context.Context, newsParam News) (News, error)
- func (s *Store) GetNewsLatest(ctx context.Context) (News, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.