Files
releases/storage/doc.go
T
Torin Sandall f6d9904e83 Refactor to remove old storage dependencies
This is a large set of refactoring changes made to shrink the surface area of
the storage layer APIs. With these changes, PolicyStore and DataStore are no
longer directly used outside of the storage package.
2016-08-24 12:46:44 -07:00

7 lines
239 B
Go

// Copyright 2016 The OPA Authors. All rights reserved.
// Use of this source code is governed by an Apache2
// license that can be found in the LICENSE file.
// Package storage exposes the policy engine's storage layer.
package storage