Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticated ¶
type Authenticated struct {
// contains filtered or unexported fields
}
func NewAuthenticated ¶
func NewAuthenticated(store quic.TokenStore, gets, puts chan<- string) *Authenticated
func (*Authenticated) Pop ¶
func (a *Authenticated) Pop(key string) (token *quic.ClientToken)
func (*Authenticated) Put ¶
func (a *Authenticated) Put(key string, token *quic.ClientToken)
Click to show internal directories.
Click to hide internal directories.