mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 19:15:10 +00:00
Fixed gitignore
Signed-off-by: Sijo Cherian <sijo@ibm.com>
This commit is contained in:
parent
01ff2e8133
commit
d3b9459f05
2 changed files with 1 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -11,9 +11,6 @@
|
||||||
.project
|
.project
|
||||||
# omit Go vendor directories
|
# omit Go vendor directories
|
||||||
vendor/
|
vendor/
|
||||||
|
|
||||||
# Dependency/Build/IDE directories
|
|
||||||
node_modules
|
|
||||||
.vscode
|
.vscode
|
||||||
.gradle
|
.gradle
|
||||||
.idea
|
.idea
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ type Asset struct {
|
||||||
Color string `json:"color"`
|
Color string `json:"color"`
|
||||||
Size int `json:"size"`
|
Size int `json:"size"`
|
||||||
Owner string `json:"owner"`
|
Owner string `json:"owner"`
|
||||||
AppraisedValue int `json:"appraised_value"`
|
AppraisedValue int `json:"appraisedValue"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// QueryResult structure used for handling result of query
|
// QueryResult structure used for handling result of query
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue