aboutsummaryrefslogtreecommitdiff
path: root/object/store/doc.go
blob: 943dbea4d9959ff53d7127d38c14194b92fbca47 (about) (plain) (blame)
1
2
3
4
5
6
// Package objectstore provides interfaces for object storage backends.
//
// Concrete implementations generally inherit the contract documented by the
// interfaces they satisfy. Implementation docs focus on additional guarantees
// and implementation-specific behavior.
package objectstore