Documentation ¶
Index ¶
- Constants
- Variables
- func AddFileCmd(dir, key string)
- 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 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 ProcessCommand(m *ice.Message, cmd string, val []string, arg ...string)
- func ProcessCommandOpt(m *ice.Message, arg []string, args ...string)
- func Save(m *ice.Message, arg ...string) *ice.Message
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"
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 ProcessCommand ¶ added in v1.3.0
func ProcessCommandOpt ¶ added in v1.3.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.