mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-18 19:08:29 +00:00
6 lines
74 B
Go
6 lines
74 B
Go
package admin
|
|
|
|
type ErrorResponse struct {
|
|
Error string `json:"error"`
|
|
}
|