Skip to content

Commit 17cdc08

Browse files
author
Phil Cluff
committed
Implement hacky custom endpoint
1 parent 52a9ad8 commit 17cdc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/sqs/sqs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func New(creds aws.CredentialsProvider, region string, client *http.Client) *SQS
4343
}
4444
}
4545

46-
func NewWithCustomEndpoint(creds aws.CredentialsProvider, endpoint string) {
46+
func NewWithCustomEndpoint(creds aws.CredentialsProvider, endpoint string) *SQS {
4747
client := http.DefaultClient
4848

4949
return &SQS{

0 commit comments

Comments
 (0)