Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PostHelper ¶
func PostHelper(ctx context.Context, httpClient *http.Client, tc *trace.Client, method string, endpoint string, bodyObject interface{}, action string, compress bool, log *logrus.Logger) error
PostHelper is shared code for POSTing to an endpoint, that consumes JSON, is zlib- compressed, that returns 202 on success, that has a small response action as a string used for statsd metric names and log messages emitted from this function - probably a static string for each callsite you can disable compression with compress=false for endpoints that don't support it
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.