Documentation ¶ Index ¶ type Context func Run(mongo *mgo.Database, cfg *config.Config) (*Context, error) func (ctx *Context) Interrupt() func (ctx *Context) Wait() error type CookieConfig Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Context ¶ type Context struct { EventStreamManager *eventstream.Manager // contains filtered or unexported fields } func Run ¶ func Run(mongo *mgo.Database, cfg *config.Config) (*Context, error) func (*Context) Interrupt ¶ func (ctx *Context) Interrupt() func (*Context) Wait ¶ func (ctx *Context) Wait() error type CookieConfig ¶ type CookieConfig struct { Id string `bson:"_id"` HashKey []byte `bson:"hashKey"` BlockKey []byte `bson:"blockKey"` } Source Files ¶ View all Source files cookies.go server.go Directories ¶ Show internal Expand all Path Synopsis auth facebook github google reddit context db routes api/events/descendantpublished api/eventstream api/notifiers/slack api/notifiers/steemitchat api/profile api/v1/info home logout sessions users stores/mongodb views Click to show internal directories. Click to hide internal directories.