10 lines
137 B
Go
10 lines
137 B
Go
package actions
|
|
|
|
import (
|
|
"github.com/d3m0k1d/BanForge/internal/config"
|
|
)
|
|
|
|
func SendWebhook(action config.Action) error {
|
|
return nil
|
|
}
|