5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-04-04 04:13:48 +00:00

6 lines
74 B
Go

package admin
type ErrorResponse struct {
Error string `json:"error"`
}