File: README.md

package info (click to toggle)
golang-github-envoyproxy-go-control-plane 0.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 24,792 kB
  • sloc: sh: 194; makefile: 88
file content (12 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# Knowledge Base

Below lies a list of resources that may be helpful to those looking to understand the go-control-plane API.

## Implementations
The following guides may be helpful on how to use go-control-plane's Snapshot Cache:
- [cache.md](cache.md)
- [server.md](server.md)

## Getting Started

A fully functional server/cache example is provided inside `internal/example`. Head there to see how a basic control-plane is initialized with a go-control-plane backed cache and server.