blob: e022f55b0b39df10d61233d71e1c35ee299640f2 (
about) (
plain) (
blame)
1
2
3
4
5
6
|
// Package refstore provides interfaces for reference 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 refstore
|