Added static DNS record
This commit is contained in:
16
unifi/setting_teleport.go
Normal file
16
unifi/setting_teleport.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) GetSettingTeleport(ctx context.Context, site string) (*SettingTeleport, error) {
|
||||
return c.getSettingTeleport(ctx, site)
|
||||
}
|
||||
|
||||
func (c *Client) UpdateSettingTeleport(ctx context.Context, site string, d *SettingTeleport) (*SettingTeleport, error) {
|
||||
return c.updateSettingTeleport(ctx, site, d)
|
||||
}
|
||||
Reference in New Issue
Block a user