()
| 158 | } |
| 159 | |
| 160 | func (x *FSMToPlugin) GetStateRead() *PluginStateReadResponse { |
| 161 | if x != nil { |
| 162 | if x, ok := x.Payload.(*FSMToPlugin_StateRead); ok { |
| 163 | return x.StateRead |
| 164 | } |
| 165 | } |
| 166 | return nil |
| 167 | } |
| 168 | |
| 169 | func (x *FSMToPlugin) GetStateWrite() *PluginStateWriteResponse { |
| 170 | if x != nil { |
no outgoing calls
no test coverage detected