Arbitrary data attached to the store. Embedders should cast this into an appropriate domain specific type. Note that this will return nil for a [Store] created with [NewStore]. Use [NewStoreWithData] to use this method.
()
| 36 | // Note that this will return nil for a [Store] created with [NewStore]. Use [NewStoreWithData] |
| 37 | // to use this method. |
| 38 | Data() interface{} |
| 39 | } |
| 40 | |
| 41 | var ( |
no outgoing calls