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