Documentation ¶
Index ¶
- Variables
- func CheckMergedBlocks(ctx context.Context, logger *zap.Logger, storeURL string, fileBlockSize uint32, ...) error
- func RoundToBundleEndBlock(block, fileBlockSize uint32) uint32
- func RoundToBundleStartBlock(block, fileBlockSize uint32) uint32
- func WalkBlockPrefix(blockRange BlockRange, fileBlockSize uint32) string
- type BlockNum
- type BlockRange
- type FilteringFilters
- type PrintDetails
Constants ¶
This section is empty.
Variables ¶
View Source
var Flags = &flags{}
Functions ¶
func CheckMergedBlocks ¶
func RoundToBundleEndBlock ¶
func RoundToBundleStartBlock ¶
func WalkBlockPrefix ¶
func WalkBlockPrefix(blockRange BlockRange, fileBlockSize uint32) string
Types ¶
type BlockRange ¶
func (BlockRange) ReprocRange ¶
func (b BlockRange) ReprocRange() string
func (BlockRange) String ¶
func (b BlockRange) String() string
func (BlockRange) Unbounded ¶
func (b BlockRange) Unbounded() bool
type FilteringFilters ¶
func (*FilteringFilters) Key ¶
func (f *FilteringFilters) Key() string
type PrintDetails ¶
type PrintDetails uint8
const ( PrintNothing PrintDetails = iota PrintStats PrintFull )
Click to show internal directories.
Click to hide internal directories.