Versions in this module Expand all Collapse all v0 v0.1.0 Sep 9, 2018 Changes in this version + type Response struct + Body string + Code int + func (resp Response) ToString() string + type ScheduledRequest struct + CreatedAt time.Time + EffectiveAfter time.Time + ExecutedAt time.Time + ExecutionResult string + FailureReason string + Headers map[string]string + ID string + Locking bool + Method string + Payload string + PersistentStore bool + URL string + func (req ScheduledRequest) ToString() string