1
This commit is contained in:
parent
2d903a596e
commit
38460a1465
5
server/marketserver/cache/nft.go
vendored
5
server/marketserver/cache/nft.go
vendored
@ -13,3 +13,8 @@ func (this *nft) GetRawData() string {
|
|||||||
func (this *nft) GetJsonData() interface{} {
|
func (this *nft) GetJsonData() interface{} {
|
||||||
return this.jsonData
|
return this.jsonData
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func newNft() *nft {
|
||||||
|
p := new(nft)
|
||||||
|
return p
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user