Documentation ¶
Index ¶
- type Implementation
- func (o *Implementation) GetNewMigrationHTTPClient() NewMigrationHTTPClientFun
- func (o *Implementation) GetProxy() string
- func (o *Implementation) GetSkipTLSVerify() bool
- func (o *Implementation) SetNewMigrationHTTPClient(fun NewMigrationHTTPClientFun)
- func (o *Implementation) SetProxy(proxy string)
- func (o *Implementation) SetSkipTLSVerify(skipTLSVerify bool)
- type Interface
- type NewMigrationHTTPClientFun
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Implementation ¶ added in v3.4.0
type Implementation struct {
// contains filtered or unexported fields
}
func (*Implementation) GetNewMigrationHTTPClient ¶ added in v3.4.0
func (o *Implementation) GetNewMigrationHTTPClient() NewMigrationHTTPClientFun
func (*Implementation) GetProxy ¶ added in v3.4.0
func (o *Implementation) GetProxy() string
func (*Implementation) GetSkipTLSVerify ¶ added in v3.4.0
func (o *Implementation) GetSkipTLSVerify() bool
func (*Implementation) SetNewMigrationHTTPClient ¶ added in v3.4.0
func (o *Implementation) SetNewMigrationHTTPClient(fun NewMigrationHTTPClientFun)
func (*Implementation) SetProxy ¶ added in v3.4.0
func (o *Implementation) SetProxy(proxy string)
func (*Implementation) SetSkipTLSVerify ¶ added in v3.4.0
func (o *Implementation) SetSkipTLSVerify(skipTLSVerify bool)
type Interface ¶
type Interface interface { GetNewMigrationHTTPClient() NewMigrationHTTPClientFun SetNewMigrationHTTPClient(fun NewMigrationHTTPClientFun) GetSkipTLSVerify() bool SetSkipTLSVerify(skipTLSVerify bool) GetProxy() string SetProxy(proxy string) }
Click to show internal directories.
Click to hide internal directories.