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