Documentation ¶
Overview ¶
Package options provides the structure representing the instantiated client options.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// contains filtered or unexported fields
}
Options contain necessary information for connecting to a KraftCloud service endpoint.
func (*Options) DefaultMetro ¶
func (*Options) HTTPClient ¶
func (opts *Options) HTTPClient() httpclient.HTTPClient
func (*Options) SetDefaultMetro ¶
func (*Options) SetHTTPClient ¶
func (opts *Options) SetHTTPClient(httpClient httpclient.HTTPClient)
Click to show internal directories.
Click to hide internal directories.