forked from x/icebergs
add some
This commit is contained in:
parent
d3e0e06831
commit
a281411239
@ -159,6 +159,7 @@ const (
|
|||||||
EXIT = "exit"
|
EXIT = "exit"
|
||||||
ECHO = "echo"
|
ECHO = "echo"
|
||||||
REST = "rest"
|
REST = "rest"
|
||||||
|
RELAY = "relay"
|
||||||
OPENS = "opens"
|
OPENS = "opens"
|
||||||
PARAM = "param"
|
PARAM = "param"
|
||||||
)
|
)
|
||||||
|
@ -135,6 +135,7 @@ const (
|
|||||||
REPEAT = "repeat"
|
REPEAT = "repeat"
|
||||||
REVERT = "revert"
|
REVERT = "revert"
|
||||||
RENAME = "rename"
|
RENAME = "rename"
|
||||||
|
VENDOR = "vendor"
|
||||||
PRUNE = "prune"
|
PRUNE = "prune"
|
||||||
|
|
||||||
PAGE = "page"
|
PAGE = "page"
|
||||||
|
5
conf.go
5
conf.go
@ -52,6 +52,11 @@ const (
|
|||||||
RUN = "run"
|
RUN = "run"
|
||||||
RES = "res"
|
RES = "res"
|
||||||
ERR = "err"
|
ERR = "err"
|
||||||
|
|
||||||
|
STR = "str"
|
||||||
|
STR_R = "str_r"
|
||||||
|
INT_R = "int_r"
|
||||||
|
INT = "int"
|
||||||
)
|
)
|
||||||
const ( // REPOS
|
const ( // REPOS
|
||||||
CONTEXTS = "contexts"
|
CONTEXTS = "contexts"
|
||||||
|
8
meta.go
8
meta.go
@ -280,14 +280,6 @@ func (m *Message) TableEchoWithStatus() *Message {
|
|||||||
kit.If(len(list) > 0, func() { m.Echo(strings.Join(list, SP)).Echo(NL) })
|
kit.If(len(list) > 0, func() { m.Echo(strings.Join(list, SP)).Echo(NL) })
|
||||||
return m
|
return m
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
|
||||||
STR = "str"
|
|
||||||
STR_R = "str_r"
|
|
||||||
INT_R = "int_r"
|
|
||||||
INT = "int"
|
|
||||||
)
|
|
||||||
|
|
||||||
func (m *Message) Sort(key string, arg ...Any) *Message {
|
func (m *Message) Sort(key string, arg ...Any) *Message {
|
||||||
if m.FieldsIsDetail() {
|
if m.FieldsIsDetail() {
|
||||||
return m
|
return m
|
||||||
|
Loading…
x
Reference in New Issue
Block a user