5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-21 08:06:57 +00:00
matterbridge/vendor/github.com/labstack/echo/cookbook/twitter/handler/handler.go

15 lines
165 B
Go
Raw Normal View History

2017-02-18 22:00:46 +00:00
package handler
import mgo "gopkg.in/mgo.v2"
type (
Handler struct {
DB *mgo.Session
}
)
const (
// Key (Should come from somewhere else).
Key = "secret"
)