Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
preetwinder
/
jio
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit c43db0e7
authored
2019-02-19 07:43:43 +0100
by
preetwinder
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add nocapacity and list storage in scenario
1 parent
44e92bd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
examples/scenario.js
examples/scenario.js
View file @
c43db0e
...
...
@@ -60,12 +60,18 @@
return
g
.
run
({
type
:
"query"
,
sub_storage
:
{
type
:
"
uuid
"
,
type
:
"
list
"
,
sub_storage
:
{
type
:
"union"
,
storage_list
:
[{
type
:
"memory"
}]
type
:
"nocapacity"
,
sub_storage
:
{
type
:
"uuid"
,
sub_storage
:
{
type
:
"union"
,
storage_list
:
[{
type
:
"memory"
}]
}
}
}
}
});
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment