mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
d539b32064
Provide a high level description of ast and topdown packages as these are currently the core of the project. We can flesh out the other package descriptions as necessary.
7 lines
243 B
Go
7 lines
243 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 runtime contains the entry point to the policy engine.
|
|
package runtime
|