mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-24 09:15:31 -06:00
f6d9904e83
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.
7 lines
239 B
Go
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
|