Skip to content

Commit

Permalink
del unused
Browse files Browse the repository at this point in the history
  • Loading branch information
vadiminshakov committed Dec 27, 2024
1 parent 7549071 commit bd6b7b2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/cohort/entity.go
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit bd6b7b2

Please sign in to comment.