(ctx context.Context, namespace string, log log.Logger)
| 41 | } |
| 42 | |
| 43 | func (c *Client) EnsureNamespace(ctx context.Context, namespace string, log log.Logger) error { |
| 44 | return nil |
| 45 | } |
| 46 | |
| 47 | // CurrentContext is a fake implementation of function |
| 48 | func (c *Client) CurrentContext() string { |