Documentation ¶
Index ¶
- type Config
- type Store
- func (s *Store) CreateToken(context.Context, *pb.Token) (*pb.Token, error)
- func (s *Store) DeleteBlacklistedTokens(context.Context) error
- func (s *Store) DeleteTokens(context.Context, string, *pb.DeleteTokensRequest) (*pb.DeleteTokensResponse, error)
- func (s *Store) GetTokens(context.Context, string, *pb.GetTokensRequest, store.ProcessTokens) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Embedded cqldb.Config `yaml:",inline" json:",inline"` Table string `yaml:"table" json:"table"` }
Config provides Mongo DB configuration options
type Store ¶
func (*Store) CreateToken ¶
func (*Store) DeleteBlacklistedTokens ¶
func (*Store) DeleteTokens ¶
func (s *Store) DeleteTokens(context.Context, string, *pb.DeleteTokensRequest) (*pb.DeleteTokensResponse, error)
Click to show internal directories.
Click to hide internal directories.