GetPackageName returns the package name
()
| 84 | |
| 85 | // GetPackageName returns the package name |
| 86 | func (c *Client) GetPackageName() string { |
| 87 | return c.packageName |
| 88 | } |
| 89 | |
| 90 | // Context returns a context with timeout |
| 91 | func (c *Client) Context() (context.Context, context.CancelFunc) { |
no outgoing calls
no test coverage detected