Documentation
¶
Index ¶
Constants ¶
View Source
const ( // NotFound describes an error that occurs when the block being operated on // does not exist. NotFound = errors.ConstError("block not found") // AlreadyExists describes an error that occurs when the block already // exists. AlreadyExists = errors.ConstError("block not found") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.