Documentation ¶
Index ¶
- func CheckTsNode()
- func GeneratePairingList(grpcConn *grpc.ClientConn, ctx context.Context)
- func RunSDKTest(testFile string, privateKey string, publicKey string, logs *SafeBuffer, ...) error
- func RunSDKTests(ctx context.Context, grpcConn *grpc.ClientConn, privateKey string, ...)
- type Geolocations
- type Pair
- type PairingList
- type SafeBuffer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckTsNode ¶
func CheckTsNode()
func GeneratePairingList ¶
func GeneratePairingList(grpcConn *grpc.ClientConn, ctx context.Context)
generatePairingList pairing list seed file
func RunSDKTest ¶
func RunSDKTests ¶
func RunSDKTests(ctx context.Context, grpcConn *grpc.ClientConn, privateKey string, publicKey string, logs *SafeBuffer, badgePort string)
Types ¶
type Geolocations ¶
type Geolocations struct {
One []Pair `json:"1"`
}
Geolocations struct is used to store geolocations
type Pair ¶
type Pair struct { RPCAddress string `json:"rpcAddress"` PublicAddress string `json:"publicAddress"` }
Pair struct is used to store provider RPCAddress and PublicAddress
type PairingList ¶
type PairingList struct {
TestNet Geolocations `json:"testnet"`
}
PairingList struct is used to store seed provider information for lavaOverLava
type SafeBuffer ¶
type SafeBuffer struct {
// contains filtered or unexported fields
}
func (*SafeBuffer) Bytes ¶
func (sb *SafeBuffer) Bytes() []byte
func (*SafeBuffer) String ¶
func (sb *SafeBuffer) String() string
func (*SafeBuffer) WriteString ¶
func (sb *SafeBuffer) WriteString(s string) (int, error)
Click to show internal directories.
Click to hide internal directories.