mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-10 09:12:51 +01:00
7 lines
72 B
Go Template
7 lines
72 B
Go Template
package api
|
|
|
|
type Response struct {
|
|
Code int
|
|
Body interface{}
|
|
}
|