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: 1
Opens a new window with list of known importers.
Documentation
¶
func NewTopicController(db *sqlx.DB) *topicController
NewTopicController return new topicController object.
type TopicModel struct {
Id int64 `db:"id" json:"id"`
DateTime time.Time `db:"datetime" json:"datetime"`
Name string `db:"name" json:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.