Documentation
¶
Index ¶
- type Service
- func (s *Service) Counts(userID *uuid.UUID) ([]*Summary, error)
- func (s *Service) Delete(userID *uuid.UUID, key string) error
- func (s *Service) List(userID *uuid.UUID) (Sessions, error)
- func (s *Service) Load(userID *uuid.UUID, key string) (*Session, error)
- func (s *Service) Save(userID *uuid.UUID, originalKey string, sess *Session) error
- type Session
- type Sessions
- type Summaries
- type Summary
- type Variable
- type Variables
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
Key string `json:"key"`
Title string `json:"title,omitempty"`
Cookies header.Cookies `json:"cookies,omitempty"`
Variables Variables `json:"variables,omitempty"`
}
func (*Session) AddVariables ¶
Click to show internal directories.
Click to hide internal directories.