Documentation ¶
Index ¶
- type M
- type WebsocketReplContext
- func (c *WebsocketReplContext) Context() *runtime.Context
- func (c *WebsocketReplContext) OnEnter()
- func (*WebsocketReplContext) OnExit()
- func (c *WebsocketReplContext) ReadAction(shouldRecover bool) repl.ReplAction
- func (c *WebsocketReplContext) WriteException(e runtime.Exception)
- func (c *WebsocketReplContext) WriteResult(result interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebsocketReplContext ¶
type WebsocketReplContext struct {
// contains filtered or unexported fields
}
func (*WebsocketReplContext) Context ¶
func (c *WebsocketReplContext) Context() *runtime.Context
func (*WebsocketReplContext) OnEnter ¶
func (c *WebsocketReplContext) OnEnter()
func (*WebsocketReplContext) OnExit ¶
func (*WebsocketReplContext) OnExit()
func (*WebsocketReplContext) ReadAction ¶
func (c *WebsocketReplContext) ReadAction(shouldRecover bool) repl.ReplAction
func (*WebsocketReplContext) WriteException ¶ added in v1.0.19
func (c *WebsocketReplContext) WriteException(e runtime.Exception)
func (*WebsocketReplContext) WriteResult ¶
func (c *WebsocketReplContext) WriteResult(result interface{})
Click to show internal directories.
Click to hide internal directories.