Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clients ¶
type Clients struct {
// contains filtered or unexported fields
}
func (*Clients) Capture ¶
func (x *Clients) Capture() interfaces.Capture
func (*Clients) Dumper ¶
func (x *Clients) Dumper() interfaces.Dumper
type Option ¶
type Option func(*Clients)
func WithCapture ¶
func WithCapture(capture interfaces.Capture) Option
func WithDumper ¶
func WithDumper(dumper interfaces.Dumper) Option
Click to show internal directories.
Click to hide internal directories.