Documentation ¶
Index ¶
- Constants
- Variables
- func AddFileCmd(dir, key string)
- func AddProcess(key string, val ice.Any)
- func CmdAction(args ...ice.Any) ice.Actions
- func ConfAction(args ...ice.Any) ice.Actions
- func ConfigFromOption(m *ice.Message, arg ...string)
- func DisplayBase(m *ice.Message, file string, arg ...ice.Any) *ice.Message
- func DisplayLocal(m *ice.Message, file string, arg ...ice.Any) *ice.Message
- func DisplayStory(m *ice.Message, file string, arg ...ice.Any) *ice.Message
- func DisplayStoryJSON(m *ice.Message, arg ...ice.Any) *ice.Message
- func DisplayStorySpide(m *ice.Message, arg ...ice.Any) *ice.Message
- func DisplayTable(m *ice.Message, arg ...ice.Any) *ice.Message
- func DisplayTableCard(m *ice.Message, arg ...ice.Any) *ice.Message
- func FileCmd(dir string) string
- func FileURI(dir string) string
- func GetCmdFile(m *ice.Message, cmds string) (file string)
- func GetFileCmd(dir string) string
- func Inputs(m *ice.Message, field string) bool
- func Load(m *ice.Message, arg ...string) *ice.Message
- func PodCmd(m *ice.Message, arg ...ice.Any) bool
- func Process(m *ice.Message, key string, args []string, arg ...string)
- func ProcessAction() ice.Actions
- func ProcessCommand(m *ice.Message, cmd string, val []string, arg ...string)
- func ProcessCommandOpt(m *ice.Message, arg []string, args ...string)
- func ProcessField(m *ice.Message, cmd string, args []string, arg ...string)
- func ProcessFloat(m *ice.Message, arg ...string)
- func ProcessHold(m *ice.Message, text ...ice.Any)
- func ProcessRefresh(m *ice.Message, arg ...string)
- func ProcessRewrite(m *ice.Message, arg ...ice.Any)
- func Save(m *ice.Message, arg ...string) *ice.Message
- func Toolkit(m *ice.Message, arg ...string)
- func TravelCmd(m *ice.Message, cb func(key, file, line string))
Constants ¶
View Source
const ( INDEX = "index" ARGS = "args" STYLE = "style" DISPLAY = "display" ACTION = "action" TRANS = "trans" CAN_PLUGIN = "can.plugin" )
View Source
const ( SAVE = "save" LOAD = "load" RICH = "rich" GROW = "grow" )
View Source
const COMMAND = "command"
View Source
const CONFIG = "config"
View Source
const CONTEXT = "context"
View Source
const CTX = "ctx"
View Source
const MESSAGE = "message"
View Source
const OPTION = "option"
View Source
const PROCESS = "process"
Variables ¶
Functions ¶
func DisplayBase ¶ added in v1.3.0
func DisplayLocal ¶ added in v1.3.0
func DisplayStory ¶ added in v1.3.0
func DisplayStoryJSON ¶ added in v1.3.0
func DisplayStorySpide ¶ added in v1.3.0
func DisplayTableCard ¶ added in v1.3.0
func Process ¶ added in v1.4.2
func ProcessCommand ¶ added in v1.3.0
func ProcessCommandOpt ¶ added in v1.3.0
func ProcessField ¶ added in v1.4.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.