Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrServiceNotRegistered = errors.New("service is not registered")
)
Functions ¶
This section is empty.
Types ¶
type HttpProxy ¶
type HttpProxy struct {
// contains filtered or unexported fields
}
func (*HttpProxy) RegisterOrUpdate ¶
func (*HttpProxy) Unregister ¶
type ReportResponse ¶ added in v1.0.0
type ReportResponse struct {
Targets []ReportTargetResponse `json:"targets"`
}
type ReportTargetResponse ¶ added in v1.0.0
type ResponseType ¶ added in v1.0.0
type ResponseType string
const ( Async ResponseType = "Async" AwaitAllPreferSuccessful ResponseType = "AwaitAllPreferSuccessful" AwaitAllPreferFailed ResponseType = "AwaitAllPreferFailed" AwaitAllReport ResponseType = "AwaitAllReport" )
Click to show internal directories.
Click to hide internal directories.