tstor/http/model.go
2021-11-16 13:13:58 +01:00

9 lines
141 B
Go

package http
type RouteAdd struct {
Magnet string `json:"magnet" binding:"required"`
}
type Error struct {
Error string `json:"error"`
}