landed all of confererence activity reports functionality

This commit is contained in:
2026-02-13 15:47:25 -07:00
parent 8087f3c877
commit dd59bcf577
7 changed files with 261 additions and 4 deletions
+3
View File
@@ -21,6 +21,9 @@ import (
// EBUTTON is the standard error for an unknown button.
var EBUTTON error = errors.New("invalid or unknown button pressed")
// EINVAL is the standard error for an invalid parameter.
var EINVAL error = errors.New("invalid parameter to operation")
// ELOGIN is the standard error for not being logged in
var ELOGIN error = errors.New("you are not logged in")