File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ import (
2222)
2323
2424// Engine represents a content-addressable storage engine.
25+ //
26+ // This interface is for internal use of oci-image-tool for the time
27+ // being. It is subject to change. This notice will be removed when
28+ // and if the interface becomes stable.
2529type Engine interface {
2630
2731 // Put adds a new blob to the store. The action is idempotent; a
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ import (
2525type ListNameCallback func (ctx context.Context , name string ) (err error )
2626
2727// Engine represents a name-based reference storage engine.
28+ //
29+ // This interface is for internal use of oci-image-tool for the time
30+ // being. It is subject to change. This notice will be removed when
31+ // and if the interface becomes stable.
2832type Engine interface {
2933
3034 // Put adds a new reference to the store. The action is idempotent;
You can’t perform that action at this time.
0 commit comments