Versions in this module Expand all Collapse all v1 v1.0.0 Apr 3, 2015 Changes in this version + func NewACSError(err interface{}) *acsError + func NewOfType(acsType string) (interface{}, bool) + type ClientServer interface + AddRequestHandler func(RequestHandler) + Connect func() error + MakeRequest func(input interface{}) error + Serve func() error + func New(url string, region string, ...) ClientServer + type NotMarshallableACSRequest struct + Type string + func (u *NotMarshallableACSRequest) Error() string + func (u *NotMarshallableACSRequest) Retry() bool + type RequestHandler interface + type UndecodableMessage struct + func (u *UndecodableMessage) Error() string + type UnrecognizedACSRequestType struct + Type string + func (u *UnrecognizedACSRequestType) Error() string + func (u *UnrecognizedACSRequestType) Retry() bool