backport of commit a73a3e67db

pull/4851/head
Todd 2 years ago
parent 8c06a532b9
commit a0e9472635

@ -132,7 +132,7 @@ func WithSessionTeardownTimeout(with time.Duration) Option {
}
}
// WithApiClient provides an optional sessions client
// WithApiClient provides an optional Boundary API client
func WithApiClient(with *api.Client) Option {
return func(o *Options) error {
o.withApiClient = with

Loading…
Cancel
Save