Documentation ¶
Overview ¶
This pkg is a echo application that uses the Cartesi rollup HTTP API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EchoAppWorker ¶
type EchoAppWorker struct {
RollupEndpoint string
}
This worker uses the rollup API to implement an echo application. It uses the API rather than talking directly to the model so it can be used in integration tests.
func (EchoAppWorker) Start ¶
func (w EchoAppWorker) Start(ctx context.Context, ready chan<- struct{}) error
func (EchoAppWorker) String ¶
func (w EchoAppWorker) String() string
Click to show internal directories.
Click to hide internal directories.