mirror of
https://github.com/h44z/wg-portal.git
synced 2025-08-11 16:02:22 +00:00
7 lines
100 B
Go
7 lines
100 B
Go
package model
|
|
|
|
type Error struct {
|
|
Code int `json:"code"`
|
|
Message string `json:"message"`
|
|
}
|