Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Infinispan ¶
type Infinispan struct {
Host string // host:port (e.g. "localhost:11222")
Username string
Password string
}
Infinispan holds connection details for a running Infinispan container.
func StartInfinispan ¶
func StartInfinispan(tb testing.TB) Infinispan
StartInfinispan starts a disposable Infinispan container with RESP protocol enabled and returns its connection details.
Click to show internal directories.
Click to hide internal directories.