package
3.4.2
Repository: https://github.com/grafana/loki.git
Documentation: pkg.go.dev

# Functions

Collect collects values from seq into a new slice and returns it.
Error returns a failed result with the given error.
Iter produces a new Seq[V] from a given function that can fail.
Pull converts the "push-style" Result iterator sequence seq into a "pull-style" iterator accessed by the two functions next and stop.
Value returns a successful result with the given value.

# Structs

Result is a type used for representing a result from an operation that can fail.

# Type aliases

Seq is an iterator over sequences of result values.