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) 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
Click to show internal directories.
Click to hide internal directories.