Versions in this module Expand all Collapse all v3 v3.0.1 Mar 21, 2022 v3.0.0 Mar 21, 2022 Changes in this version + var FSEncoder = func(schema chunk.SchemaConfig, chk chunk.Chunk) string + type Client struct + func NewClient(store chunk.ObjectClient, encoder KeyEncoder, schema chunk.SchemaConfig) *Client + func NewClientWithMaxParallel(store chunk.ObjectClient, encoder KeyEncoder, maxParallel int, ...) *Client + func (o *Client) DeleteChunk(ctx context.Context, userID, chunkID string) error + func (o *Client) GetChunks(ctx context.Context, chunks []chunk.Chunk) ([]chunk.Chunk, error) + func (o *Client) IsChunkNotFoundErr(err error) bool + func (o *Client) PutChunks(ctx context.Context, chunks []chunk.Chunk) error + func (o *Client) Stop() + type KeyEncoder func(schema chunk.SchemaConfig, chk chunk.Chunk) string Other modules containing this package github.com/pao214/loki/v2