Versions in this module Expand all Collapse all v0 v0.2.0 Jul 13, 2026 v0.1.0 Jul 13, 2026 Changes in this version + func ExpandNeedSubjects(raw string) []string + func FailurePayload(req Request, err error) []byte + type Request struct + Body json.RawMessage + Headers map[string]string + Method string + Timeout int + URL string + func ParseRequest(payload json.RawMessage) (Request, error) + type Response struct + Body json.RawMessage + Headers map[string]string + StatusCode int + func Do(ctx context.Context, req Request) (Response, error)