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