GetAll returns the a set of string values associated with a given key. If no entries matched the given key, an empty slice will be returned instead.
(key string)
| 15 | // key. If no entries matched the given key, an empty slice will be |
| 16 | // returned instead. |
| 17 | GetAll(key string) (vals []string) |
| 18 | |
| 19 | // All returns a copy of all the key/value pairs for the current |
| 20 | // environment. |
no outgoing calls