package
0.0.0-20220825081821-97b9ebb28140
Repository: https://github.com/cqfn/degitx.git
Documentation: pkg.go.dev

# Packages

Package grpc implements transaction protocols using gRPC.

# Constants

VoteAborted means that RM failed to prepare.
VotePrepared means that RM was prepared to commit.
VoteUnkown means that RM was not decided yet.

# Interfaces

Manager of the transaction (TM).
Resource manager API.

# Type aliases

Meta is an optional additional transaction metadata that could be sent by RM and used by TM.
NodeID unique identifier of the RM.
TxID is unique identifier of the transacion.
Vote of RMgo:generate stringer -type=Vote.
Votes is a map of votes by node.