8 lines
97 B
Go
8 lines
97 B
Go
package definitions
|
|
|
|
// swagger:model
|
|
type NotFound struct{}
|
|
|
|
// swagger:model
|
|
type Ack struct{}
|