Skip to content

Commit

Permalink
Add CWService interface
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Dec 13, 2024
1 parent 31d318d commit 7af3f01
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions aws/cwatch/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ import (
"github.com/nyaruka/gocommon/syncx"
)

type CWService interface {
Queue(d types.MetricDatum)
StartQueue(wg *sync.WaitGroup)
StopQueue()
Prepare(data []types.MetricDatum) *cloudwatch.PutMetricDataInput
}

type Service struct {
Client *cloudwatch.Client
namespace string
Expand Down

0 comments on commit 7af3f01

Please sign in to comment.