Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfilesSession ¶ added in v1.20.0
type ProfilesSession struct {
*storeStructuredMongo.Session
}
func (*ProfilesSession) DestroyProfileByID ¶ added in v1.20.0
func (p *ProfilesSession) DestroyProfileByID(ctx context.Context, profileID string) error
func (*ProfilesSession) GetProfileByID ¶ added in v1.20.0
type Store ¶
type Store struct {
*storeStructuredMongo.Store
}
func (*Store) NewProfilesSession ¶ added in v1.20.0
func (s *Store) NewProfilesSession() store.ProfilesSession
Click to show internal directories.
Click to hide internal directories.