17 lines
423 B
Go
17 lines
423 B
Go
// Code generated from ace.jar fields *.json files
|
|
// DO NOT EDIT.
|
|
|
|
package unifi
|
|
|
|
import (
|
|
"context"
|
|
)
|
|
|
|
func (c *Client) GetSettingSuperSmtp(ctx context.Context, site string) (*SettingSuperSmtp, error) {
|
|
return c.getSettingSuperSmtp(ctx, site)
|
|
}
|
|
|
|
func (c *Client) UpdateSettingSuperSmtp(ctx context.Context, site string, d *SettingSuperSmtp) (*SettingSuperSmtp, error) {
|
|
return c.updateSettingSuperSmtp(ctx, site, d)
|
|
}
|