package
Version:
v0.0.0-...-e1c9297
Opens a new window with list of versions in this module.
Published: Oct 20, 2018
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Change struct {
Operation ChangeOp `json:"op"`
BlockID string `json:"block"`
}
ChangeLog contains all changes performed by a specific node
type Commit struct {
NodeID string `json:"node"`
PrevCommitID string `json:"prev,omitempty"`
Timestamp time.Time `json:"timestamp"`
Changes []Change `json:"changes"`
}
type Head struct {
NodeID string `json:"node"`
CommitID string `json:"commit"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.