Initial commit
This commit is contained in:
7
common/types.go
Normal file
7
common/types.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package common
|
||||
|
||||
type Response struct {
|
||||
Status string
|
||||
Code string `json:"omitempty"`
|
||||
Message string `json:"omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user