1 2 3 4 5 6 7 8 9
package tvmtool func (c *Client) BaseURI() string { return c.baseURI } func (c *Client) AuthToken() string { return c.authToken }