package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: May 6, 2016
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewLogController(db *sqlx.DB) *logController
NewLogController return new logController object.
type LogModel struct {
Id int64 `db:"id" json:"id"`
DateTime time.Time `db:"datetime" json:"datetime"`
Uid string `db:"uid" json:"uid"`
RemoteAddress string `db:"remote_address" json:"remote_address"`
Message string `db:"message" json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.