summaryrefslogtreecommitdiff
path: root/golang/pkg/model/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'golang/pkg/model/common.go')
-rw-r--r--golang/pkg/model/common.go4
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"`
+}