Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SendRequestFailedError = errors.New("failed to send request")
Functions ¶
This section is empty.
Types ¶
type RequestService ¶
type RequestService interface {
SendRequest(ctx context.Context, request *module.Request) (*module.Response, error)
}
func NewRequestService ¶
func NewRequestService() RequestService
type RequestServiceImpl ¶
type RequestServiceImpl struct { }
func (*RequestServiceImpl) SendRequest ¶
Click to show internal directories.
Click to hide internal directories.