Documentation ¶ Index ¶ type Block type GetBlocksRequest Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Block ¶ type Block struct { Error string Index uint64 Size uint64 // If zero: no more blocks coming. } // Block data are streamed afterwards. type GetBlocksRequest ¶ type GetBlocksRequest struct { BlockOrder uint8 // Valid values: 9-32. NumBlocks uint64 // If zero: send a single block for the whole volume. } // lib/hash.Hash messages are streamed afterwards. Source Files ¶ View all Source files messages.go Click to show internal directories. Click to hide internal directories.