add base for command-line commands

This commit is contained in:
2022-12-15 10:42:21 -06:00
parent e937259b0f
commit ab12b02dc9
8 changed files with 108 additions and 58 deletions

View File

@ -0,0 +1,5 @@
package notification
func GetConfig() {
}

View File

@ -0,0 +1,5 @@
package notifications
func SetupNotify() error {
return nil
}