Documentation
¶
Index ¶
Constants ¶
View Source
const ( ColumnTransactionName table.ColumnKey = "transactionName" ColumnReqCount table.ColumnKey = "reqCount" ColumnErrorCount table.ColumnKey = "errorCount" ColumnSlowCount table.ColumnKey = "slowCount" ColumnAvgDuration table.ColumnKey = "avgDuration" )
View Source
const ( StateKeyTransactionLayerPathFilter = "transaction_layer_path" StateKeyTransactionPaging = "transaction_paging" StateKeyTransactionSort = "transaction_sort" )
Variables ¶
This section is empty.
Functions ¶
func GetPagingFromGlobalState ¶
func GetPagingFromGlobalState(globalState cptype.GlobalStateData) (pageNo int, pageSize int)
func GetSortsFromGlobalState ¶
func GetSortsFromGlobalState(globalState cptype.GlobalStateData) []*common.Sort
func InitTable ¶
func InitTable(lang i18n.LanguageCodes, i18n i18n.Translator) table.Table
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.