package
Version:
v0.12.0
Opens a new window with list of versions in this module.
Published: Oct 10, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Client struct {
Socket string
}
Client is the client side of the RPCs between the testing binary and the
integration test.
Done tells the integration test, that the testing binary is done.
type Done struct {
Src, Dst addr.IA
}
Done is the RPC call to indicate a test is done.
RPC defines the progress RPC API.
type Server struct {
OnDone func(src, dst addr.IA)
}
Server is the server side of the RPCs between the testing binary and the
integration test.
Serve starts serving the RPCs.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.