fix #39 support command line to send notification.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package gopush
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
api "github.com/appleboy/gin-status-api"
|
||||
"github.com/gin-gonic/gin"
|
||||
"net/http"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func AbortWithError(c *gin.Context, code int, message string) {
|
||||
|
||||
Reference in New Issue
Block a user