mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-01-01 03:43:08 +01:00
7 lines
72 B
Go Template
7 lines
72 B
Go Template
package api
|
|
|
|
type Response struct {
|
|
Code int
|
|
Body interface{}
|
|
}
|