mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-20 11:58:28 +00:00
6 lines
74 B
Go
6 lines
74 B
Go
![]() |
package admin
|
||
|
|
||
|
type ErrorResponse struct {
|
||
|
Error string `json:"error"`
|
||
|
}
|