Documentation
¶
Overview ¶
* Arc - Copyleft of Simone 'evilsocket' Margaritelli. * evilsocket at protonmail dot com * https://www.evilsocket.net/ * * See LICENSE.
* Arc - Copyleft of Simone 'evilsocket' Margaritelli. * evilsocket at protonmail dot com * https://www.evilsocket.net/ * * See LICENSE.
* Arc - Copyleft of Simone 'evilsocket' Margaritelli. * evilsocket at protonmail dot com * https://www.evilsocket.net/ * * See LICENSE.
Index ¶
- Variables
- func Add(event Event)
- func Clear()
- func Report(event Event)
- func Setup() error
- type Event
- func AddNew(name, title, description string) Event
- func InvalidToken(address, auth string, err error) Event
- func Login(successful bool, address string, username string, password string) Event
- func New(name, title, description string) Event
- func RecordExpired(r *db.Record) Event
- func UpdateAvailable(curr_ver, new_ver, url string) Event
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Pool = make([]Event, 0)
)
Functions ¶
Types ¶
type Event ¶
func InvalidToken ¶ added in v1.0.1
func RecordExpired ¶
func UpdateAvailable ¶ added in v1.0.5
Click to show internal directories.
Click to hide internal directories.