wireguard-ui/handler/response.go

7 lines
115 B
Go

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