SetNamespace sets a specific namespace in which releases will be accessed. An empty string indicates all namespaces (for the list operation)
(ns string)
| 58 | // SetNamespace sets a specific namespace in which releases will be accessed. |
| 59 | // An empty string indicates all namespaces (for the list operation) |
| 60 | func (mem *Memory) SetNamespace(ns string) { |
| 61 | mem.namespace = ns |
| 62 | } |
| 63 | |
| 64 | // Name returns the name of the driver. |
| 65 | func (mem *Memory) Name() string { |
no outgoing calls