package tplink type Client struct { } type DiscoveryOptions struct { } func (c *Client) StartDiscovery(do *DiscoveryOptions) error { return nil }