DefaultNamespace return the default namespace
()
| 732 | |
| 733 | // DefaultNamespace return the default namespace |
| 734 | func (c *Client) DefaultNamespace() string { |
| 735 | return c.defaultns |
| 736 | } |
| 737 | |
| 738 | // TaskService returns the underlying TasksClient |
| 739 | func (c *Client) TaskService() tasks.TasksClient { |