File tree Expand file tree Collapse file tree 4 files changed +3
-8
lines changed
Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,6 @@ type Cmd interface {
3434
3535type DebugLevel uint
3636
37- type CmdOffsetLimit struct {
38- Offset uint64 `name:"offset" help:"List item offset"`
39- Limit * uint64 `name:"limit" help:"List item limit"`
40- }
41-
4237///////////////////////////////////////////////////////////////////////////////
4338// GLOBALS
4439
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type NameCommands struct {
2222}
2323
2424type NameListCommand struct {
25- server. CmdOffsetLimit
25+ schema. NameListRequest
2626}
2727
2828type NameMeta struct {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type DatabaseCommands struct {
2222}
2323
2424type DatabaseListCommand struct {
25- server. CmdOffsetLimit
25+ schema. DatabaseListRequest
2626}
2727
2828type DatabaseGetCommand struct {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type RoleCommands struct {
2222}
2323
2424type RoleListCommand struct {
25- server. CmdOffsetLimit
25+ schema. RoleListRequest
2626}
2727
2828type RoleCreateCommand struct {
You can’t perform that action at this time.
0 commit comments