mirror of
https://github.com/ngoduykhanh/wireguard-ui
synced 2026-03-14 21:45:43 +01:00
6 lines
115 B
Go
6 lines
115 B
Go
package handler
|
|
|
|
type jsonHTTPResponse struct {
|
|
Status bool `json:"status"`
|
|
Message string `json:"message"`
|
|
}
|