This stores a single item into the storage.
(item interface{})
| 14 | |
| 15 | // This stores a single item into the storage. |
| 16 | Set(item interface{}) error |
| 17 | |
| 18 | // This stores multiple items into the storage. |
| 19 | SetMulti(items ...interface{}) error |
no outgoing calls