get.porter.sh/porter@v1.3.0/pkg/storage/doc.go (about) 1 // Package storage is an internal Porter package that defines interfaces for 2 // implementing a storage plugin used as Porter's backing store for all Porter's 3 // metadata. 4 5 // See an example of implementation: pkg/storage/plugins/mongodb package 6 package storage