Skip to content

Commit

Permalink
SD-103813 | interface function defination updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanayd committed Apr 15, 2024
1 parent aae0fd6 commit 2af2d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inssqs/inssqs.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
type Interface interface {
SendMessageBatch(entries []SQSMessageEntry) (failed []SQSMessageEntry, err error)
DeleteMessageBatch(entries []SQSDeleteMessageEntry) (failed []SQSDeleteMessageEntry, err error)
ReceiveMessageBatch(maxMessages, visibilityTimeout int32) (ReceiveMessageOutput, error)
ReceiveMessageBatch(rmi ReceiveMessageInput) (ReceiveMessageOutput, error)
}

type queue struct {
Expand Down

0 comments on commit 2af2d2d

Please sign in to comment.