package
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: Feb 22, 2020
License: MIT
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
¶
Adapter represnt abstract interface for communication of storage tools.
Store helps to work with data by using abstact methods.
Token returns full information about the auth method by uniqnue id.
type Token struct {
ID string `json:"id" db:"id"`
Name string `json:"name" db:"name"`
Enabled bool `json:"enabled" db:"enabled"`
}
Token represents full information about the auth-method of the request.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.