Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckTransactionResponse ¶
type CheckTransactionResponse struct { NodeID uint64 `json:"nodeId"` OK bool `json:"ok"` Signature string `json:"signature"` }
CheckTransactionResponse ...
type Controller ¶
Controller is the Key-Value controller
func New ¶
func New(checkr checker.Service, nodeID uint64) Controller
New returns a new kv.Controller
func NewWithService ¶
func NewWithService(service Service) Controller
NewWithService returns a new api.Controller using given service
Click to show internal directories.
Click to hide internal directories.