Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
*testStore.Store
NewSyncTaskSessionInvocations int
NewSyncTaskSessionImpl *SyncTaskSession
}
func (*Store) Expectations ¶
func (s *Store) Expectations()
func (*Store) NewSyncTaskSession ¶
func (s *Store) NewSyncTaskSession() store.SyncTaskSession
type SyncTaskSession ¶
type SyncTaskSession struct {
*testStore.Session
DestroySyncTasksForUserByIDInvocations int
DestroySyncTasksForUserByIDInputs []DestroySyncTasksForUserByIDInput
DestroySyncTasksForUserByIDOutputs []error
}
func NewSyncTaskSession ¶
func NewSyncTaskSession() *SyncTaskSession
func (*SyncTaskSession) DestroySyncTasksForUserByID ¶
func (s *SyncTaskSession) DestroySyncTasksForUserByID(ctx context.Context, userID string) error
func (*SyncTaskSession) Expectations ¶
func (s *SyncTaskSession) Expectations()
Click to show internal directories.
Click to hide internal directories.