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