Documentation ¶
Index ¶
- Variables
- func RPCRetry_AllocateIDs(t *testing.T, ctx context.Context, client datastore.Client)
- func RPCRetry_Basic(t *testing.T, ctx context.Context, client datastore.Client)
- func RPCRetry_Count(t *testing.T, ctx context.Context, client datastore.Client)
- func RPCRetry_GetAll(t *testing.T, ctx context.Context, client datastore.Client)
- func RPCRetry_Transaction(t *testing.T, ctx context.Context, client datastore.Client)
Constants ¶
This section is empty.
Variables ¶
View Source
var TestSuite = map[string]testsuite.Test{ "RPCRetry_Basic": RPCRetry_Basic, "RPCRetry_Transaction": RPCRetry_Transaction, "RPCRetry_AllocateIDs": RPCRetry_AllocateIDs, "RPCRetry_GetAll": RPCRetry_GetAll, "RPCRetry_Count": RPCRetry_Count, }
Functions ¶
func RPCRetry_AllocateIDs ¶ added in v0.14.0
func RPCRetry_Basic ¶
func RPCRetry_Count ¶ added in v0.14.0
func RPCRetry_GetAll ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.