initial go implementation
This commit is contained in:
7
pkg/types/response.go
Normal file
7
pkg/types/response.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package types
|
||||
|
||||
type Response struct {
|
||||
Code int32 `json:"code"`
|
||||
Type string `json:"type"`
|
||||
Data string `json:"data"`
|
||||
}
|
||||
Reference in New Issue
Block a user