Documentation ¶
Index ¶
- type Store
- func (s *Store) InsertLinkedAccount(ctx context.Context, sub store.LinkedAccount) error
- func (s *Store) InsertLinkedCloud(ctx context.Context, sub store.LinkedCloud) error
- func (s *Store) LoadLinkedAccounts(ctx context.Context, query store.Query, h store.LinkedAccountHandler) error
- func (s *Store) LoadLinkedClouds(ctx context.Context, query store.Query, h store.LinkedCloudHandler) error
- func (s *Store) RemoveLinkedAccount(ctx context.Context, linkedAccountID string) error
- func (s *Store) RemoveLinkedCloud(ctx context.Context, linkedCloudID string) error
- func (s *Store) UpdateLinkedAccount(ctx context.Context, sub store.LinkedAccount) error
- func (s *Store) UpdateLinkedCloud(ctx context.Context, sub store.LinkedCloud) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
func (*Store) InsertLinkedAccount ¶
func (*Store) InsertLinkedCloud ¶
func (*Store) LoadLinkedAccounts ¶
func (*Store) LoadLinkedClouds ¶
func (*Store) RemoveLinkedAccount ¶
func (*Store) RemoveLinkedCloud ¶
func (*Store) UpdateLinkedAccount ¶
func (*Store) UpdateLinkedCloud ¶
Click to show internal directories.
Click to hide internal directories.