()
| 256 | } |
| 257 | |
| 258 | func (x *SyncEvent) GetCheckpointEvent() *CheckpointEvent { |
| 259 | if x != nil { |
| 260 | if x, ok := x.Message.(*SyncEvent_CheckpointEvent); ok { |
| 261 | return x.CheckpointEvent |
| 262 | } |
| 263 | } |
| 264 | return nil |
| 265 | } |
| 266 | |
| 267 | type isSyncEvent_Message interface { |
| 268 | isSyncEvent_Message() |
nothing calls this directly
no outgoing calls
no test coverage detected