Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + const ColumnDuration + const ColumnOccurTime + const ColumnTraceId + const StateKeyTransactionDurationFilter + const StateKeyTransactionPaging + const StateKeyTransactionSort + func GetPagingFromGlobalState(globalState cptype.GlobalStateData) (pageNo int, pageSize int) + func GetSortsFromGlobalState(globalState cptype.GlobalStateData) []*common.Sort + func SetFilterToGlobalState(globalState cptype.GlobalStateData, opData ErrorTransactionFilter) + func SetPagingToGlobalState(globalState cptype.GlobalStateData, opData table.OpTableChangePageClientData) + func SetSortsToGlobalState(globalState cptype.GlobalStateData, opData table.OpTableChangeSortClientData) + type ErrorTransactionFilter struct + MaxDuration float64 + MinDuration float64 + func GetFilterFromGlobalState(globalState cptype.GlobalStateData) ErrorTransactionFilter + type ErrorTransactionInParams struct + InParamsPtr *Model + func (b *ErrorTransactionInParams) CustomInParamsPtr() interface{} + func (b *ErrorTransactionInParams) DecodeToCustomInParams(stdInParamsPtr *cptype.ExtraMap, customInParamsPtr interface{}) + func (b *ErrorTransactionInParams) EncodeFromCustomInParams(customInParamsPtr interface{}, stdInParamsPtr *cptype.ExtraMap) + type Model struct + EndTime int64 + LayerPath string + ServiceId string + StartTime int64 + TenantId string