mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
6 lines
115 B
Go
6 lines
115 B
Go
package handler
|
|
|
|
type jsonHTTPResponse struct {
|
|
Status bool `json:"status"`
|
|
Message string `json:"message"`
|
|
}
|