Documentation ¶
Index ¶
- type Session
- func (s *Session) Delete(ctx context.Context, userID string, condition *request.Condition) (bool, error)
- func (s *Session) Destroy(ctx context.Context, userID string, condition *request.Condition) (bool, error)
- func (s *Session) Get(ctx context.Context, userID string, condition *request.Condition) (*profile.Profile, error)
- type Store
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
*storeStructuredMongo.Session
}
type Store ¶
type Store struct {
*storeStructuredMongo.Store
}
func (*Store) NewSession ¶
func (s *Store) NewSession() profileStoreStructured.Session
Click to show internal directories.
Click to hide internal directories.