Documentation ¶
Index ¶
- Constants
- func Get(url url.URL) (body []byte, err error)
- func PostEnvelopes(url url.URL, envelopes []envelope.Envelope, header http.Header) (resp *http.Response, err error)
- func PostEvent(url url.URL, payload envelope.SelfDescribingEvent) (resp *http.Response, err error)
- func PostPayload(url url.URL, payload interface{}, header http.Header) (resp *http.Response, err error)
Constants ¶
View Source
const (
JSON_CONTENT_TYPE string = "application/json"
)
Variables ¶
This section is empty.
Functions ¶
func PostEnvelopes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.