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 {
34
34
35
35
type DebugLevel uint
36
36
37
- type CmdOffsetLimit struct {
38
- Offset uint64 `name:"offset" help:"List item offset"`
39
- Limit * uint64 `name:"limit" help:"List item limit"`
40
- }
41
-
42
37
///////////////////////////////////////////////////////////////////////////////
43
38
// GLOBALS
44
39
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type NameCommands struct {
22
22
}
23
23
24
24
type NameListCommand struct {
25
- server. CmdOffsetLimit
25
+ schema. NameListRequest
26
26
}
27
27
28
28
type NameMeta struct {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type DatabaseCommands struct {
22
22
}
23
23
24
24
type DatabaseListCommand struct {
25
- server. CmdOffsetLimit
25
+ schema. DatabaseListRequest
26
26
}
27
27
28
28
type DatabaseGetCommand struct {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type RoleCommands struct {
22
22
}
23
23
24
24
type RoleListCommand struct {
25
- server. CmdOffsetLimit
25
+ schema. RoleListRequest
26
26
}
27
27
28
28
type RoleCreateCommand struct {
You can’t perform that action at this time.
0 commit comments