9 lines
141 B
Go
9 lines
141 B
Go
package http
|
|
|
|
type RouteAdd struct {
|
|
Magnet string `json:"magnet" binding:"required"`
|
|
}
|
|
|
|
type Error struct {
|
|
Error string `json:"error"`
|
|
}
|