Documentation ¶
Index ¶
Constants ¶
View Source
const ( BUFF_SIZE = 10 MAX_LCI = 100 )
Variables ¶
View Source
var MARK string
View Source
var Mode string
View Source
var RouterMap map[string]ControllerInterface
Functions ¶
func HandleJsonRpc ¶
func HandleJsonRpc(w http.ResponseWriter, r *http.Request)
func Router ¶
func Router(actionName string, c ControllerInterface)
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
var C *Config
type ControllerInterface ¶
Click to show internal directories.
Click to hide internal directories.