mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-03 11:53:41 +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 (
|
var (
|
||||||
TransactionChannel = Channel{"transactions"}
|
TransactionChannel = Channel{"transactions"}
|
||||||
HeartbeatChannel = Channel{"heartbeat"}
|
HeartbeatChannel = Channel{"heartbeat"}
|
||||||
|
RollbackChannel = Channel{"rollback"}
|
||||||
)
|
)
|
||||||
|
|
||||||
// Action Channel
|
// Action Channel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue