InitState configures stateful metadata on the execution frame.
(*ExecutionFrame)
| 45 | type StatefulObserver interface { |
| 46 | // InitState configures stateful metadata on the execution frame. |
| 47 | InitState(*ExecutionFrame) (any, error) |
| 48 | |
| 49 | // GetState retrieves the stateful metadata from the execution frame. |
| 50 | GetState(*ExecutionFrame) any |
no outgoing calls
no test coverage detected