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 NewSubscriberController(db *sqlx.DB) *subscriberController
NewSubscriberController return new subscriberController object.
type SubscriberModel struct {
Id int64 `db:"id" json:"id"`
DateTime time.Time `db:"datetime" json:"datetime"`
Uid string `db:"uid" json:"uid"`
Topic string `db:"topic" json:"topic"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.