wireguard-ui/handler/response.go

7 lines
115 B
Go
Raw Permalink Normal View History

2020-04-19 05:46:43 +02:00
package handler
type jsonHTTPResponse struct {
Status bool `json:"status"`
Message string `json:"message"`
}