subscriber_handler

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2016 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSubscriberController

func NewSubscriberController(db *sqlx.DB) *subscriberController

NewSubscriberController return new subscriberController object.

Types

type SubscriberModel

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL