Skip to content

Commit

Permalink
chore: remove unnecessary interface method
Browse files Browse the repository at this point in the history
  • Loading branch information
burythehammer committed Jul 5, 2024
1 parent c40f210 commit 2ddd37a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions service/fixed/plans/plan_subscriptions/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package plan_subscriptions
import (
"context"
"fmt"
"net/url"

"github.com/RedisLabs/rediscloud-go-api/service/fixed/plans"
)
Expand All @@ -16,7 +15,6 @@ type Log interface {

type HttpClient interface {
Get(ctx context.Context, name, path string, responseBody interface{}) error
GetWithQuery(ctx context.Context, name, path string, query url.Values, responseBody interface{}) error
}

type API struct {
Expand Down

0 comments on commit 2ddd37a

Please sign in to comment.