package
2.6.9+incompatible
Repository: https://github.com/oneconcern/datamon.git
Documentation: pkg.go.dev

# Packages

Package gcs implements datamon Store for Google GCS.
Package localfs implements datamon Store for a local file system.
Package status declares error constants returned by implementations of the Store interface.
Package sthree implements datamon Store for AWS S3.

# Functions

No description provided by the author
MultiPut duplicates write operations to an array of stores, under the same name.
PipeIO copies data from a reader to a writer using io.Pipe.
ReadTee reads from a source and duplicates the output to another destination store.

# Constants

NoOverWrite does not accept clobbering of objects in store.
OverWrite accepts clobbering of objects in store.

# Structs

Attributes supported by object on this store.
MultiStoreUnit is used to specify multiple operations, some of which are tolerated to fail.

# Interfaces

Store implementations know how to fetch and write entries from a and a K/V store.
StoreCRC knows how to update an object with a computed CRC checksum.
VersionedStore knows how to retrieve versions of object keys and objects.