Update to network version 9.0.114
This commit is contained in:
16
unifi/setting_netflow.go
Normal file
16
unifi/setting_netflow.go
Normal file
@@ -0,0 +1,16 @@
|
||||
// Code generated from ace.jar fields *.json files
|
||||
// DO NOT EDIT.
|
||||
|
||||
package unifi
|
||||
|
||||
import (
|
||||
"context"
|
||||
)
|
||||
|
||||
func (c *Client) GetSettingNetflow(ctx context.Context, site string) (*SettingNetflow, error) {
|
||||
return c.getSettingNetflow(ctx, site)
|
||||
}
|
||||
|
||||
func (c *Client) UpdateSettingNetflow(ctx context.Context, site string, d *SettingNetflow) (*SettingNetflow, error) {
|
||||
return c.updateSettingNetflow(ctx, site, d)
|
||||
}
|
||||
Reference in New Issue
Block a user