Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct{}
func NewFactory ¶
func NewFactory() *Factory
func (*Factory) NewClientForSelfSignedTLSServer ¶
func (f *Factory) NewClientForSelfSignedTLSServer(certificatePEM []byte) (HttpClient, error)
func (*Factory) NewClientOverUDS ¶
func (f *Factory) NewClientOverUDS(socketPath string) HttpClient
Click to show internal directories.
Click to hide internal directories.