Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tchinmai7 committed Jan 23, 2024
1 parent c844188 commit 2c7da29
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cloud/linode/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ type Client interface {
DeleteFirewall(ctx context.Context, fwid int) error
GetFirewall(context.Context, int) (*linodego.Firewall, error)
UpdateFirewallRules(context.Context, int, linodego.FirewallRuleSet) (*linodego.FirewallRuleSet, error)
<<<<<<< HEAD
=======
DeleteFirewall(context.Context, int) error
ListNodeBalancerFirewalls(ctx context.Context, nodebalancerID int, opts *linodego.ListOptions) ([]linodego.Firewall, error)
DeleteFirewallDevice(ctx context.Context, firewallID, deviceID int) error
ListFirewallDevices(ctx context.Context, firewallID int, opts *linodego.ListOptions) ([]linodego.FirewallDevice, error)
>>>>>>> dadcd59 (fixups + test code from other branch)
}

// linodego.Client implements Client
Expand Down

0 comments on commit 2c7da29

Please sign in to comment.