Documentation ¶
Overview ¶
interactive web user interface
interactive web user interface
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SerializedBody ¶
type SerializedPayload ¶
type SerializedPayload struct { Txns []interface{} UiState SerializedUiState }
type SerializedRequest ¶
type SerializedResponse ¶
type SerializedTxn ¶
type SerializedTxn struct { Id string Duration int64 Start int64 ConnCtx mvc.ConnectionContext *proto.HttpTxn `json:"-"` Req SerializedRequest Resp SerializedResponse }
type SerializedUiState ¶
type WebHttpView ¶
type WebHttpView struct { log.Logger HttpRequests *util.Ring // contains filtered or unexported fields }
func (*WebHttpView) Shutdown ¶
func (whv *WebHttpView) Shutdown()
type WebView ¶
func NewWebView ¶
func NewWebView(ctl mvc.Controller, addr string) *WebView
func (*WebView) NewHttpView ¶
func (wv *WebView) NewHttpView(proto *proto.Http) *WebHttpView
Click to show internal directories.
Click to hide internal directories.