# Functions

NewSidecarServer create a new SidecarServer on the given IP-address and port.

# Structs

SidecarServer is the gRPC server that listens on an endpoint where the CSI-Addons requests come in.

# Interfaces

SidecarService is the interface that is required to be implemented so that the SidecarServer can register the service by calling RegisterService().