// 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 server import ( v1 "github.com/open-policy-agent/opa/v1/server" ) // Info contains information describing a policy decision. type Info = v1.Info // BundleInfo contains information describing a bundle. type BundleInfo = v1.BundleInfo