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
|