Finished Frontend notifications, added file prio (needs test), started Settings Button work
This commit is contained in:
@@ -5,12 +5,16 @@ import (
|
||||
"path/filepath"
|
||||
|
||||
"github.com/asdine/storm"
|
||||
"github.com/gorilla/websocket"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
//Logger is the global Logger that is used in all packages
|
||||
var Logger *logrus.Logger
|
||||
|
||||
//Conn is the global websocket connection used to push server notification messages
|
||||
var Conn *websocket.Conn
|
||||
|
||||
//RSSFeedStore stores all of our RSS feeds in a slice of gofeed.Feed
|
||||
type RSSFeedStore struct {
|
||||
ID int `storm:"id,unique"` //storm requires unique ID (will be 1) to save although there will only be one of these
|
||||
|
Reference in New Issue
Block a user