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.Client, webClient micro.Client) CallHandler
func (CallHandler) Handle ¶
func (h CallHandler) Handle() http.HandlerFunc
type IndexHandler ¶
type IndexHandler struct {
// contains filtered or unexported fields
}
func NewIndexHandler ¶
func NewIndexHandler(localClient micro.Client, webClient micro.Client) IndexHandler
func (IndexHandler) Handle ¶
func (h IndexHandler) Handle() http.HandlerFunc
type ServiceHandler ¶
type ServiceHandler struct {
// contains filtered or unexported fields
}
func NewServiceHandler ¶
func NewServiceHandler(localClient micro.Client, webClient micro.Client) ServiceHandler
func (ServiceHandler) Handle ¶
func (h ServiceHandler) Handle() http.HandlerFunc
type ServicesHandler ¶
type ServicesHandler struct {
// contains filtered or unexported fields
}
func NewServicesHandler ¶
func NewServicesHandler(localClient micro.Client, webClient micro.Client) ServicesHandler
func (ServicesHandler) Handle ¶
func (h ServicesHandler) Handle() http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.