Documentation ¶
Index ¶
Constants ¶
View Source
const ( RetryAttempts = 4 RetryDelay = 2 * time.Second )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewTest ¶
NewTest prepares test client.
If error occurred while creating connection then test will be skipped. Second argument cleanup function to close connection and rollback all changes.
Click to show internal directories.
Click to hide internal directories.