Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exec ¶
type GRPCClient ¶
type GRPCClient struct { Warden wardentypes.QueryClient Act acttypes.QueryClient }
type WardenNode ¶
type WardenNode struct { BinPath string Home string Stdout *iowriter.IOWriter Stderr *iowriter.IOWriter // contains filtered or unexported fields }
func NewWardenNode ¶
func NewWardenNode(t *testing.T, binPath string) *WardenNode
func (*WardenNode) CometPortRPC ¶
func (w *WardenNode) CometPortRPC() int
func (*WardenNode) GRPCClient ¶
func (w *WardenNode) GRPCClient(t *testing.T) *GRPCClient
func (*WardenNode) WaitRunnning ¶
func (w *WardenNode) WaitRunnning(t *testing.T)
type Wardend ¶
type Wardend struct { BinPath string Name string QueryAppend string TxAppend string Node *WardenNode // contains filtered or unexported fields }
func NewWardend ¶
func NewWardend(node *WardenNode, name string) *Wardend
Click to show internal directories.
Click to hide internal directories.