Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallHandler ¶
type CallHandler struct {
// contains filtered or unexported fields
}
func NewCallHandler ¶
func NewCallHandler(localClient micro.ClientWrapper, webClient micro.ClientWrapper) CallHandler
func (CallHandler) ServeHTTP ¶ added in v1.4.0
func (h CallHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type IndexHandler ¶
type IndexHandler struct {
// contains filtered or unexported fields
}
func NewIndexHandler ¶
func NewIndexHandler(localClient micro.ClientWrapper, webClient micro.ClientWrapper) IndexHandler
func (IndexHandler) ServeHTTP ¶ added in v1.4.0
func (h IndexHandler) ServeHTTP(w http.ResponseWriter, _ *http.Request)
type ServiceHandler ¶
type ServiceHandler struct {
// contains filtered or unexported fields
}
func NewServiceHandler ¶
func NewServiceHandler(localClient micro.ClientWrapper, webClient micro.ClientWrapper) ServiceHandler
func (ServiceHandler) ServeHTTP ¶ added in v1.4.0
func (h ServiceHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type ServicesHandler ¶
type ServicesHandler struct {
// contains filtered or unexported fields
}
func NewServicesHandler ¶
func NewServicesHandler(localClient micro.ClientWrapper, webClient micro.ClientWrapper) ServicesHandler
func (ServicesHandler) ServeHTTP ¶ added in v1.4.0
func (h ServicesHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.