diff options
Diffstat (limited to '')
-rw-r--r-- | golang/pkg/model/common.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/golang/pkg/model/common.go b/golang/pkg/model/common.go index 058b43d..6a2c321 100644 --- a/golang/pkg/model/common.go +++ b/golang/pkg/model/common.go @@ -5,3 +5,7 @@ type Common struct { //Name string `json:"name"` Symbol string `json:"symbol"` } + +type CommonType struct { + Type string `json:"type"` +} |