routeMapView

package
v0.9.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2019 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const HelpColumnsText = `` /* 852-byte string literal not displayed */
View Source
const HelpOverviewText = `` /* 273-byte string literal not displayed */

Variables

This section is empty.

Functions

This section is empty.

Types

type DisplayRouteMapStats

type DisplayRouteMapStats struct {
	*eventRoute.RouteStats
	AppName   string
	SpaceName string
	OrgName   string

	AppId string

	LastAccess            time.Time
	ResponseContentLength int64

	HttpAllCount   int64
	Http2xxCount   int64
	Http3xxCount   int64
	Http4xxCount   int64
	Http5xxCount   int64
	HttpOtherCount int64

	HttpMethodGetCount    int64
	HttpMethodPostCount   int64
	HttpMethodPutCount    int64
	HttpMethodDeleteCount int64
	HttpMethodOtherCount  int64
}

func NewDisplayRouteMapStats

func NewDisplayRouteMapStats(routeStats *eventRoute.RouteStats, appId, appName, spaceName, orgName string) *DisplayRouteMapStats

func (*DisplayRouteMapStats) Id

func (cs *DisplayRouteMapStats) Id() string

type RouteMapDetailWidget

type RouteMapDetailWidget struct {
	// contains filtered or unexported fields
}

func NewRouteMapDetailWidget

func NewRouteMapDetailWidget(masterUI masterUIInterface.MasterUIInterface, name string, height int, routeMapListView *RouteMapListView) *RouteMapDetailWidget

func (*RouteMapDetailWidget) Layout

func (w *RouteMapDetailWidget) Layout(g *gocui.Gui) error

func (*RouteMapDetailWidget) Name

func (w *RouteMapDetailWidget) Name() string

type RouteMapListView

type RouteMapListView struct {
	*dataView.DataListView
	// contains filtered or unexported fields
}

func NewRouteMapListView

func NewRouteMapListView(masterUI masterUIInterface.MasterUIInterface,
	parentView dataView.DataListViewInterface,
	name string, topMargin, bottomMargin int,
	eventProcessor *eventdata.EventProcessor, routeId string) *RouteMapListView

func (*RouteMapListView) GetListData

func (asUI *RouteMapListView) GetListData() []uiCommon.IData

func (*RouteMapListView) PreRowDisplay

func (asUI *RouteMapListView) PreRowDisplay(data uiCommon.IData, isSelected bool) string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL