Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPService ¶
type HTTPService interface { micro.Service Request(ctx micro.Context, method string) http.HTTPRequest }
func GetHTTPService ¶
func GetHTTPService(ctx micro.Context, name string) (HTTPService, error)
Click to show internal directories.
Click to hide internal directories.