StateRead() executes a 'read request' to the state store
(request *PluginStateReadRequest)
| 21 | type PluginCompatibleFSM interface { |
| 22 | // StateRead() executes a 'read request' to the state store |
| 23 | StateRead(request *PluginStateReadRequest) (response PluginStateReadResponse, err ErrorI) |
| 24 | // StateWrite() executes a 'write request' to the state store |
| 25 | StateWrite(request *PluginStateWriteRequest) (response PluginStateWriteResponse, err ErrorI) |
| 26 | } |
no outgoing calls
no test coverage detected