diff --git a/core/cohort/entity.go b/core/cohort/entity.go index 209a63d..02b0562 100644 --- a/core/cohort/entity.go +++ b/core/cohort/entity.go @@ -1,12 +1,5 @@ package cohort -import "github.com/vadiminshakov/committer/core/dto" - -type PrecommitRequest struct { - Votes []*dto.Vote `protobuf:"bytes,2,rep,name=votes,proto3" json:"votes,omitempty"` - Index uint64 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` -} - type Mode string const THREE_PHASE Mode = "three-phase"