Documentation ¶
Index ¶
- Constants
- type Store
- func (s *Store) Close() error
- func (s *Store) DeleteChallenge(challengeID string) error
- func (s *Store) GetChallenge(challengeID string) (challenge.Model, error)
- func (s *Store) PutChallenge(challengeID string, challenge challenge.Model) error
- func (s *Store) RegisterCompletion(challengeID string, completion challenge.Completion) error
Constants ¶
View Source
const ChallengeBucketID = "challenges"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) DeleteChallenge ¶
func (*Store) GetChallenge ¶
func (*Store) PutChallenge ¶
func (*Store) RegisterCompletion ¶
func (s *Store) RegisterCompletion(challengeID string, completion challenge.Completion) error
Click to show internal directories.
Click to hide internal directories.