// this file implements a RAM store backend for testing purposes

仅用于测试。

Memory_Storage

type Memory_Storage struct {
    Atoms []DataAtom // all modification operations have to played/reverse in this order
    Keys  map[DataKey]Variable
}

Load

// this will load the variable, and if the key is found

Store

// store variable

results matching ""

    No results matching ""