package
Version:
v1.9.0
Opens a new window with list of versions in this module.
Published: May 6, 2021
License: Unlicense
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Generator interface {
Generate() ([]byte, error)
}
Generator allows the implementation of different types generators.
type Verifier interface {
Verify(token []byte) error
}
Verifier allows the implementation of different types of verifiers.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.