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