tplink/client.go

13 lines
151 B
Go
Raw Normal View History

2023-03-10 22:46:39 +00:00
package tplink
type Client struct {
}
type DiscoveryOptions struct {
}
func (c *Client) StartDiscovery(do *DiscoveryOptions) error {
return nil
}