Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

ingester source pure

Constants 1

const TypeSingle, TypeMulti

1const (
2	// TypeSingle indicates an ingester that can only ingest a single within a given period or no period.
3	TypeSingle Type = iota
4	// TypeMulti indicates an ingester that can ingest multiple within a given period or no period
5	TypeMulti
6)
source

Variables 1

Types 1

type Type

ident
1type Type int
source

Type indicates an ingester type.

Imports 1

  • errors stdlib

Source Files 3