wireguard-ui/handler/response.go
2020-04-19 10:46:43 +07:00

7 lines
115 B
Go

package handler
type jsonHTTPResponse struct {
Status bool `json:"status"`
Message string `json:"message"`
}