ModStateForMsg initializes modifier "internal" state required for processing of the message.
(ctx context.Context, msgMeta *MsgMetadata)
| 47 | // ModStateForMsg initializes modifier "internal" state |
| 48 | // required for processing of the message. |
| 49 | ModStateForMsg(ctx context.Context, msgMeta *MsgMetadata) (ModifierState, error) |
| 50 | } |
| 51 | |
| 52 | type ModifierState interface { |
no outgoing calls