Versions in this module Expand all Collapse all v2 v2.4.3 Mar 21, 2022 Changes in this version + func CreateChunks(scfg chunk.SchemaConfig, startIndex, batchSize int, from model.Time, ...) ([]string, []chunk.Chunk, error) + func DefaultSchemaConfig(kind string) chunk.SchemaConfig + func Setup(fixture Fixture, tableName string) (chunk.IndexClient, chunk.Client, io.Closer, error) + func SetupTestChunkStore() (chunk.Store, error) + func SetupTestChunkStoreWithClients(indexClient chunk.IndexClient, chunksClient chunk.Client, ...) (chunk.Store, error) + func SetupTestObjectStore() (chunk.ObjectClient, error) + type CloserFunc func() error + func (f CloserFunc) Close() error + type Fixture interface + Clients func() (chunk.IndexClient, chunk.Client, chunk.TableClient, chunk.SchemaConfig, ...) + Name func() string Other modules containing this package github.com/pao214/loki/v3