Documentation ¶
Index ¶
- func Regions() []string
- type Provider
- func (p *Provider) ClearHttpProxy(opts *sdk.FunctionOpts) error
- func (p *Provider) ClearSocksProxy(opts *sdk.FunctionOpts) error
- func (p *Provider) DeployHttpProxy(opts *sdk.FunctionOpts) (string, error)
- func (p *Provider) DeployReverse(opts *sdk.ReverseProxyOpts) error
- func (p *Provider) DeploySocksProxy(opts *sdk.FunctionOpts) error
- func (p *Provider) InvokeFunction(opts *sdk.FunctionOpts, message string) error
- func (p *Provider) Name() string
- func (p *Provider) Region() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func (*Provider) ClearHttpProxy ¶
func (p *Provider) ClearHttpProxy(opts *sdk.FunctionOpts) error
func (*Provider) ClearSocksProxy ¶
func (p *Provider) ClearSocksProxy(opts *sdk.FunctionOpts) error
func (*Provider) DeployHttpProxy ¶
func (p *Provider) DeployHttpProxy(opts *sdk.FunctionOpts) (string, error)
func (*Provider) DeployReverse ¶
func (p *Provider) DeployReverse(opts *sdk.ReverseProxyOpts) error
func (*Provider) DeploySocksProxy ¶
func (p *Provider) DeploySocksProxy(opts *sdk.FunctionOpts) error
func (*Provider) InvokeFunction ¶
func (p *Provider) InvokeFunction(opts *sdk.FunctionOpts, message string) error
Click to show internal directories.
Click to hide internal directories.