Documentation
¶
Index ¶
- type AppStore
- type DeepLinkStore
- func (s *DeepLinkStore) CreateDeepLink(d *deeplinks.DeepLink) error
- func (s *DeepLinkStore) DeepLink(id uuid.UUID) (deeplinks.DeepLink, error)
- func (s *DeepLinkStore) DeepLinks() ([]deeplinks.DeepLink, error)
- func (s *DeepLinkStore) DeepLinksByApp(appID uuid.UUID) ([]deeplinks.DeepLink, error)
- func (s *DeepLinkStore) DeleteDeepLink(id uuid.UUID) error
- func (s *DeepLinkStore) UpdateDeepLink(d *deeplinks.DeepLink) error
- type Store
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeepLinkStore ¶
func (*DeepLinkStore) CreateDeepLink ¶
func (s *DeepLinkStore) CreateDeepLink(d *deeplinks.DeepLink) error
func (*DeepLinkStore) DeepLinksByApp ¶
func (*DeepLinkStore) DeleteDeepLink ¶
func (s *DeepLinkStore) DeleteDeepLink(id uuid.UUID) error
func (*DeepLinkStore) UpdateDeepLink ¶
func (s *DeepLinkStore) UpdateDeepLink(d *deeplinks.DeepLink) error
Click to show internal directories.
Click to hide internal directories.