package
Version:
v0.0.0-...-c23400f
Opens a new window with list of versions in this module.
Published: May 12, 2016
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DBConfig struct {
Salt string
}
todo: store password hash instead
type ViewResponse struct {
TotalRows int `json:"total_rows"`
Offset int `json:"offset"`
Rows []interface{} `json:"rows"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.