mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-25 09:45:14 -06:00
c612260af4
The file loading logic implemented in the runtime package is generally useful within OPA. These changes factor the file loading into a separate package that can be reused without taking a dependency on the runtime.
7 lines
249 B
Go
7 lines
249 B
Go
// Copyright 2017 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 test contains utilities used in the policy engine's test suite.
|
|
package test
|