Validate AllowedIPs from user input
This commit is contained in:
6
handler/response.go
Normal file
6
handler/response.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package handler
|
||||
|
||||
type jsonHTTPResponse struct {
|
||||
Status bool `json:"status"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
Reference in New Issue
Block a user