NewNamespaceStoreFromClient returns a new namespace store
(client api.NamespacesClient)
| 29 | |
| 30 | // NewNamespaceStoreFromClient returns a new namespace store |
| 31 | func NewNamespaceStoreFromClient(client api.NamespacesClient) namespaces.Store { |
| 32 | return &remoteNamespaces{client: client} |
| 33 | } |
| 34 | |
| 35 | type remoteNamespaces struct { |
| 36 | client api.NamespacesClient |
no outgoing calls
no test coverage detected
searching dependent graphs…