Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CosmosMessage ¶
type CosmosMessage struct {
Result blockdb.CosmosMessageResult
}
CosmosMessage presents a blockdb.CosmosMessageResult.
func (CosmosMessage) Channels ¶
func (msg CosmosMessage) Channels() string
func (CosmosMessage) ClientChain ¶
func (msg CosmosMessage) ClientChain() string
func (CosmosMessage) Clients ¶
func (msg CosmosMessage) Clients() string
func (CosmosMessage) Connections ¶
func (msg CosmosMessage) Connections() string
func (CosmosMessage) Height ¶
func (msg CosmosMessage) Height() string
func (CosmosMessage) Index ¶
func (msg CosmosMessage) Index() string
Index is the message's ordered position within the tx.
func (CosmosMessage) Type ¶
func (msg CosmosMessage) Type() string
Type is a URI for the proto definition, e.g. /ibc.core.client.v1.MsgCreateClient
type Highlight ¶
type Highlight struct {
// contains filtered or unexported fields
}
func NewHighlight ¶
NewHighlight returns a presenter that adds regions around text that matches searchTerm.
func (*Highlight) Text ¶
Text returns the text decorated with tview.TextView regions given the "searchTerm" from NewHighlight. The second return value is the highlighted region ids for use with *(tview.TextView).Highlight. See https://github.com/rivo/tview/wiki/TextView for more info about regions.
type TestCase ¶
type TestCase struct {
Result blockdb.TestCaseResult
}
TestCase presents a blockdb.TestCaseResult.
Click to show internal directories.
Click to hide internal directories.