Skip to content

Commit

Permalink
DE-1201 added SetOnBehalfOfSubaccount and RemoveOnBehalfOfSubaccount …
Browse files Browse the repository at this point in the history
…to interface
  • Loading branch information
sadbeam committed Jan 8, 2024
1 parent 88d455c commit e758192
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mailgun.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ type Mailgun interface {
SubaccountDetails(ctx context.Context, subaccountId string) (SubaccountResponse, error)
EnableSubaccount(ctx context.Context, subaccountId string) (SubaccountResponse, error)
DisableSubaccount(ctx context.Context, subaccountId string) (SubaccountResponse, error)

SetOnBehalfOfSubaccount(subaccountId string)
RemoveOnBehalfOfSubaccount()
}

// MailgunImpl bundles data needed by a large number of methods in order to interact with the Mailgun API.
Expand Down

0 comments on commit e758192

Please sign in to comment.