entities

package
v0.0.0-...-72cd24a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2023 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

ent contains common types used throughout various lsmkv (sub-)packages

Index

Constants

View Source
const (
	// StrategyReplace allows for idem-potent PUT where the latest takes presence
	StrategyReplace       = "replace"
	StrategySetCollection = "setcollection"
	StrategyMapCollection = "mapcollection"
	StrategyRoaringSet    = "roaringset"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type SegmentStrategy

type SegmentStrategy uint16
const (
	SegmentStrategyReplace SegmentStrategy = iota
	SegmentStrategySetCollection
	SegmentStrategyMapCollection
	SegmentStrategyRoaringSet
)

func SegmentStrategyFromString

func SegmentStrategyFromString(in string) SegmentStrategy

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL