package
0.0.0-20240420182116-ac96246ab101
Repository: https://github.com/f110/github-400-test.git
Documentation: pkg.go.dev
# Functions
NewTargetIDSet - creates new TargetID set with given TargetIDs.
NewTargetList - creates TargetList.
ParseARN - parses string to ARN.
# Structs
ARN - SQS resource name representation.
ErrARNNotFound - ARN not found error.
ErrInvalidARN - invalid ARN error.
ErrUnknownRegion - unknown region error.
Event represents lambda function event, this is undocumented in AWS S3.
GetObjectContext provides the necessary details to perform download of the object, and return back the processed response to the server.
Identity represents access key who caused the event.
TargetID - holds identification and name strings of notification target.
TargetIDResult returns result of Remove/Send operation, sets err if any for the associated TargetID.
TargetList - holds list of targets indexed by target ID.
TargetStat is the stats of a single target.
TargetStats is a collection of stats for multiple targets.
UserRequest user request headers.
# Interfaces
Target - lambda target interface.
# Type aliases
TargetIDSet - Set representation of TargetIDs.