mirror of
https://github.com/swissmakers/wireguard-manager.git
synced 2025-07-20 14:20:57 +02:00
7 lines
115 B
Go
7 lines
115 B
Go
package handler
|
|
|
|
type jsonHTTPResponse struct {
|
|
Status bool `json:"status"`
|
|
Message string `json:"message"`
|
|
}
|