# Constants
Driver represents the driver interceptor.
Fs represents the file system interceptor.
Handle represents the handle interceptor.
Image represents the image interceptor.
Net represents the network interceptor.
Ps represents the process interceptor.
Registry represents the registry interceptor.
# Interfaces
Chain defines the method that all chan interceptors have to satisfy.
KstreamInterceptor is the minimal interface that each kernel stream interceptor has to satisfy.
# Type aliases
InterceptorType is an alias for the interceptor type.