add base for command-line commands
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package notification
|
||||
|
||||
func GetConfig() {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package notifications
|
||||
|
||||
func SetupNotify() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user