Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderSessionSession ¶
type ProviderSessionSession struct { *testStore.Session *testAuth.ProviderSessionAccessor }
func NewProviderSessionSession ¶
func NewProviderSessionSession() *ProviderSessionSession
func (*ProviderSessionSession) Expectations ¶
func (p *ProviderSessionSession) Expectations()
type RestrictedTokenSession ¶
type RestrictedTokenSession struct { *testStore.Session *testAuth.RestrictedTokenAccessor }
func NewRestrictedTokenSession ¶
func NewRestrictedTokenSession() *RestrictedTokenSession
func (*RestrictedTokenSession) Expectations ¶
func (r *RestrictedTokenSession) Expectations()
type Store ¶
type Store struct { *testStore.Store NewProviderSessionSessionInvocations int NewProviderSessionSessionImpl *ProviderSessionSession NewRestrictedTokenSessionInvocations int NewRestrictedTokenSessionImpl *RestrictedTokenSession }
func (*Store) Expectations ¶
func (s *Store) Expectations()
func (*Store) NewProviderSessionSession ¶
func (s *Store) NewProviderSessionSession() store.ProviderSessionSession
func (*Store) NewRestrictedTokenSession ¶
func (s *Store) NewRestrictedTokenSession() store.RestrictedTokenSession
Click to show internal directories.
Click to hide internal directories.