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