aboutsummaryrefslogtreecommitdiffstats
path: root/library/go/yandex/tvm/tvmtool/tool_export_test.go
blob: 7981a2db728e0ddf87d41b78dd9d61d3709e8c8f (plain) (blame)
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
}