Context returns a context with timeout
()
| 89 | |
| 90 | // Context returns a context with timeout |
| 91 | func (c *Client) Context() (context.Context, context.CancelFunc) { |
| 92 | return context.WithTimeout(context.Background(), c.timeout) |
| 93 | } |
| 94 | |
| 95 | // Apps returns the applications service |
| 96 | func (c *Client) Apps() *androidpublisher.ApplicationsService { |
no outgoing calls
no test coverage detected