Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithConcurrency ¶
func WithConcurrency(n int) concurrency
WithConcurrency specifies the number of threads to process each service task.
func WithEphemeralStorage ¶
func WithEphemeralStorage() ephemeralStorage
WithEphemeralStorage specifies a client store the result of all operations in memory.
Types ¶
type Client ¶
type Client struct {
ExpectedServerVersion *version.Version
ExpectedCompatibleServerVersion *version.Version
SendMiddleware []middleware2.Send
ReceiveMiddleware []middleware2.Receive
// contains filtered or unexported fields
}
Client implements a SHAR data client capable of retrieving raw data about workflow history
Click to show internal directories.
Click to hide internal directories.