mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
api/channel.go: Adding rollback channel.
This commit is contained in:
parent
a55367844e
commit
8321c1633a
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ func (c Channel) Is(other Channel) bool {
|
|||
var (
|
||||
TransactionChannel = Channel{"transactions"}
|
||||
HeartbeatChannel = Channel{"heartbeat"}
|
||||
RollbackChannel = Channel{"rollback"}
|
||||
)
|
||||
|
||||
// Action Channel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue