Files
go-unifi/unifi/setting_locale.go
2024-07-13 04:52:27 -05:00

18 lines
404 B
Go

// Code generated from ace.jar fields *.json files
// DO NOT EDIT.
package unifi
import (
"context"
)
func (c *Client) GetSettingLocale(ctx context.Context, site string) (*SettingLocale, error) {
return c.getSettingLocale(ctx, site)
}
func (c *Client) UpdateSettingLocale(ctx context.Context, site string, d *SettingLocale) (*SettingLocale, error) {
return c.updateSettingLocale(ctx, site, d)
}