github.com/asynkron/protoactor-go@v0.0.0-20240308120642-ef91a6abee75/persistence/messages.go (about)

     1  package persistence
     2  
     3  type (
     4  	Replay         struct{}
     5  	ReplayComplete struct{}
     6  	OfferSnapshot  struct {
     7  		Snapshot interface{}
     8  	}
     9  )
    10  type RequestSnapshot struct{}