# Functions

NewServer creates a new server instance.

# Structs

Options contains the configurable options of our CRI server.

# Interfaces

Server is the interface we expose for controlling our CRI server.

# Type aliases

Handler is a CRI server generic request handler.
Interceptor is a hook that intercepts processing a request by a handler.