Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ProxyRetryTime = 5 * time.Second
)
Functions ¶
This section is empty.
Types ¶
type Gsd ¶
func (*Gsd) AddServices ¶
type HttpService ¶
type HttpService struct {
// contains filtered or unexported fields
}
func NewHttpService ¶
func NewHttpService() *HttpService
func (*HttpService) Name ¶
func (s *HttpService) Name() string
func (*HttpService) SetHeader ¶
func (s *HttpService) SetHeader(key, value string)
type HttpsService ¶
type HttpsService struct {
// contains filtered or unexported fields
}
func NewHttpsService ¶
func NewHttpsService() *HttpsService
func (*HttpsService) Name ¶
func (s *HttpsService) Name() string
func (*HttpsService) SetHeader ¶
func (s *HttpsService) SetHeader(key string, value string)
type TCPService ¶
type TCPService struct {
// contains filtered or unexported fields
}
func NewTCPService ¶
func NewTCPService() *TCPService
func (*TCPService) Name ¶
func (s *TCPService) Name() string
type TCPTLSService ¶
type TCPTLSService struct {
// contains filtered or unexported fields
}
func NewTCPTLSService ¶
func NewTCPTLSService() *TCPTLSService
func (*TCPTLSService) Name ¶
func (s *TCPTLSService) Name() string
Click to show internal directories.
Click to hide internal directories.