Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OAuthClient ¶
type OAuthClient struct {
// contains filtered or unexported fields
}
func NewOAuthClient ¶
type TraceClient ¶
type TraceClient struct {
// contains filtered or unexported fields
}
func NewTraceClient ¶
func NewTraceClient(client httpClient, writer io.Writer) *TraceClient
type UnauthenticatedClient ¶
type UnauthenticatedClient struct {
// contains filtered or unexported fields
}
func NewUnauthenticatedClient ¶
func NewUnauthenticatedClient(target string, insecureSkipVerify bool, requestTimeout time.Duration) UnauthenticatedClient
Click to show internal directories.
Click to hide internal directories.