# Functions
NewServer creates a new server instance.
# 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.