You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some types, there's a distinct file (e.g., Order struct in order.go) while other types are collected in the file opensea-model.go (e.g., Asset, or AssetContract). The structure should be more consistent throughout the library.
Suggestion: Create a file stat.go for Stat, asset.go for Asset and AssetContract, and collection.go for Collection.
Further, create a util file that holds different utility methods that are currently also held by opensea-model.go.
The text was updated successfully, but these errors were encountered:
For some types, there's a distinct file (e.g.,
Order struct
inorder.go
) while other types are collected in the fileopensea-model.go
(e.g.,Asset
, orAssetContract
). The structure should be more consistent throughout the library.Suggestion: Create a file
stat.go
forStat
,asset.go
forAsset
andAssetContract
, andcollection.go
forCollection
.Further, create a util file that holds different utility methods that are currently also held by
opensea-model.go
.The text was updated successfully, but these errors were encountered: