creek

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Must

func Must[T stream.Thing](kv stream.Stream[T], err error) stream.Stream[T]

Must is a helper function to ensure KeyVal interface is valid and there was no error when calling a New function.

This helper is intended to be used in variable initialization to load the interface and configuration at startup. Such as:

var io = dynamo.Must(dynamo.New())

func New

func New[T stream.Thing](opts ...stream.Option) (stream.Stream[T], error)

New creates a stream client to access Things at AWS storage service. The connection URI controls the access parameters.

Supported scheme:

s3:///my-bucket

Types

This section is empty.

Jump to

Keyboard shortcuts

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