mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-19 19:48:54 +00:00
Update vendor
This commit is contained in:
14
vendor/github.com/labstack/echo/cookbook/twitter/handler/handler.go
generated
vendored
Normal file
14
vendor/github.com/labstack/echo/cookbook/twitter/handler/handler.go
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
package handler
|
||||
|
||||
import mgo "gopkg.in/mgo.v2"
|
||||
|
||||
type (
|
||||
Handler struct {
|
||||
DB *mgo.Session
|
||||
}
|
||||
)
|
||||
|
||||
const (
|
||||
// Key (Should come from somewhere else).
|
||||
Key = "secret"
|
||||
)
|
Reference in New Issue
Block a user