1
0
forked from x/icebergs
This commit is contained in:
harveyshao 2022-12-03 13:42:26 +08:00
parent 8772a64efa
commit 261ef042b9
7 changed files with 16 additions and 14 deletions

View File

@ -10,7 +10,9 @@ import (
"shylinux.com/x/toolkits/miss"
)
func _list_fields(m *ice.Message) []string { return kit.Split(kit.Select(LIST_FIELD, m.OptionFields())) }
func _list_fields(m *ice.Message) []string {
return kit.Split(kit.Select(LIST_FIELD, m.OptionFields()))
}
func _list_inputs(m *ice.Message, prefix, chain string, field, value string) {
list := map[string]int{}
defer func() {