Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Appconf config.ConfigContainer
View Source
var Sections []map[string]interface{}
Functions ¶
func DeleteEntry ¶
func GetBroadcast ¶
func SetBroadcast ¶
func UpdateEntry ¶
Types ¶
type Entry ¶
type Entry struct { Id string `json:"id"` Title string `json:"title" form:"title"` Author string `json:"author" form:"author"` Date string `json:"date" form:"date"` Section string `json:"section" form:"section"` Content string `json:"content" form:"content"` Status string `json:"status" form:"status"` }
func AllEntries ¶
func EntriesBySection ¶
Click to show internal directories.
Click to hide internal directories.