coerce 0.8.6

Async actor runtime and distributed systems framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
syntax = "proto3";

package coerce.persistent.journal;

message JournalEntry {
  int64 sequence = 1;

  string payload_type = 2;

  bytes bytes = 3;
}