forked from deblan/wireguard-ui
6 lines
115 B
Go
6 lines
115 B
Go
package handler
|
|
|
|
type jsonHTTPResponse struct {
|
|
Status bool `json:"status"`
|
|
Message string `json:"message"`
|
|
}
|