Versions in this module Expand all Collapse all v0 v0.26.0 Apr 9, 2022 Changes in this version + type ActionType int32 + const Deletion + const NoCompaction + const Unknown + type BlocksAPI struct + func NewBlocksAPI(logger log.Logger, disableCORS bool, label string, flagsMap map[string]string, ...) *BlocksAPI + func (bapi *BlocksAPI) Register(r *route.Router, tracer opentracing.Tracer, logger log.Logger, ...) + func (bapi *BlocksAPI) SetGlobal(blocks []metadata.Meta, err error) + func (bapi *BlocksAPI) SetLoaded(blocks []metadata.Meta, err error) + type BlocksInfo struct + Blocks []metadata.Meta + Err error + Label string + RefreshedAt time.Time