Files
releases/server/doc.go
T
Torin Sandall 48ab12263f Refactor server into separate package
Move the server into another package that can be re-used by other projects.
2016-08-08 09:20:24 -07:00

7 lines
240 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 server contains the policy engine's server handlers.
package server