Discover Packages
github.com/BasedDevelopment/eve
internal
tokens
package
Version:
v0.0.0-...-7c1aaf1
Opens a new window with list of versions in this module.
Published: May 27, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Token struct {
Version string `db:"token_version"`
Public string `db:"token_public"`
Secret string `db:"token_secret"`
Salt string `db:"token_salt"`
}
Parse converts a string containing a token into the Token type
String converts a Token object to a string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.