diff --git a/mailgun.go b/mailgun.go index 5f77d7ba..0324f8dd 100644 --- a/mailgun.go +++ b/mailgun.go @@ -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.