mirror of
https://github.com/h44z/wg-portal.git
synced 2025-08-11 07:52:24 +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"`
|
||
|
}
|