Documentation ¶
Index ¶
Constants ¶
View Source
const ( DOMAIN = "domain" PUBLIC = "public" PROTECTED = "protected" PRIVATE = "private" )
View Source
const ( TOPIC = "topic" TITLE = "title" MENUS = "menus" TRANS = "trans" AGENT = "agent" CHECK = "check" SHARE = "share" GRANT = "grant" )
View Source
const ( ADDRESS = "address" LATITUDE = "latitude" LONGITUDE = "longitude" )
View Source
const ( GETLOCATION = "getLocation" OPENLOCATION = "openLocation" )
View Source
const ACTION = "action"
View Source
const CHAT = "chat"
View Source
const CMD = "cmd"
View Source
const DIV = "div"
View Source
const FILES = "files"
View Source
const FOOTER = "footer"
View Source
const HEADER = "header"
View Source
const INFO = "info"
View Source
const JOIN = "join"
View Source
const (
LEGAL = "legal"
)
View Source
const LOCATION = "location"
View Source
const (
MEET = "meet"
)
View Source
const MISS = "miss"
View Source
const NODE = "node"
View Source
const PASTE = "paste"
View Source
const POD = "pod"
View Source
const P_SEARCH = "/search"
View Source
const RIVER = "river"
View Source
const ROOM = "room"
View Source
const SCAN = "scan"
View Source
const STORM = "storm"
View Source
const TOOL = "tool"
View Source
const USERS = "users"
Variables ¶
View Source
var Index = &ice.Context{Name: CHAT, Help: "聊天中心", Commands: map[string]*ice.Command{ ice.CTX_INIT: {Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { m.Cmd(web.SERVE, aaa.WHITE, HEADER, RIVER, ACTION, FOOTER) m.Load() }}, ice.CTX_EXIT: {Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { m.Save() }}, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.