Documentation
¶
Index ¶
Constants ¶
View Source
const ( Little = "LittleEndian" Big = "BigEndian" )
Variables ¶
View Source
var (
ErrNil = lua.LString("nil")
)
Functions ¶
Types ¶
type Base64Module ¶
type Base64Module struct { }
type HttpModule ¶
type HttpModule struct {
// contains filtered or unexported fields
}
func NewHttpModule ¶
func NewHttpModule() *HttpModule
func NewHttpModuleWithDo ¶
func NewHttpModuleWithDo(client *http.Client) *HttpModule
func (*HttpModule) GetReport ¶
func (h *HttpModule) GetReport() []Report
type MgoModule ¶
func NewMgoModule ¶
func NewMgoModule() *MgoModule
type ProtoModule ¶
type ProtoModule struct { }
type TCPModule ¶
type TCPModule struct {
// contains filtered or unexported fields
}
func NewTCPModule ¶
func NewTCPModule() *TCPModule
type UtilsModule ¶
type UtilsModule struct { }
type WebsocketModule ¶
type WebsocketModule struct {
// contains filtered or unexported fields
}
func NewWebsocketModule ¶
func NewWebsocketModule() *WebsocketModule
func (*WebsocketModule) GetReport ¶
func (ws *WebsocketModule) GetReport() []Report
Click to show internal directories.
Click to hide internal directories.