Documentation ¶
Index ¶
- type Dispatcher
- func (d *Dispatcher) ForwardCliEvent(url string, method convoy.HttpMethod, jsonData json.RawMessage, ...) (*Response, error)
- func (d *Dispatcher) SendCliRequest(url string, method convoy.HttpMethod, apiKey string, jsonData json.RawMessage) (*Response, error)
- func (d *Dispatcher) SendRequest(endpoint, method string, jsonData json.RawMessage, project *datastore.Project, ...) (*Response, error)
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Dispatcher struct {
// contains filtered or unexported fields
}
func NewDispatcher ¶
func NewDispatcher(timeout time.Duration, httpProxy string) (*Dispatcher, error)
func (*Dispatcher) ForwardCliEvent ¶
func (d *Dispatcher) ForwardCliEvent(url string, method convoy.HttpMethod, jsonData json.RawMessage, headers httpheader.HTTPHeader) (*Response, error)
func (*Dispatcher) SendCliRequest ¶
func (d *Dispatcher) SendCliRequest(url string, method convoy.HttpMethod, apiKey string, jsonData json.RawMessage) (*Response, error)
func (*Dispatcher) SendRequest ¶
func (d *Dispatcher) SendRequest(endpoint, method string, jsonData json.RawMessage, project *datastore.Project, hmac string, maxResponseSize int64, headers httpheader.HTTPHeader) (*Response, error)
Click to show internal directories.
Click to hide internal directories.