Documentation
¶
Index ¶
- func NewAuditServiceServer(logger logging.Logger, eventStream audit.EventStream, auditDataDirPath string) rpcv1.AuditServiceServer
- func NewEndpointOrchestratorServer(logger logging.Logger, epHost endpoint.Host) rpcv1.EndpointOrchestratorServiceServer
- func NewHealthServer(checker health.Checker, watchCheckPeriod time.Duration, logger logging.Logger) v1.HealthServer
- func NewPCAPServer(pcapDataDir string, recorder pcap.Recorder) rpcv1.PCAPServiceServer
- func NewProfilingServer() rpcv1.ProfilingServiceServer
- func PathToGRPCError(err error) error
- type INetMockAPI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuditServiceServer ¶ added in v0.5.0
func NewAuditServiceServer(logger logging.Logger, eventStream audit.EventStream, auditDataDirPath string) rpcv1.AuditServiceServer
func NewEndpointOrchestratorServer ¶ added in v0.9.0
func NewHealthServer ¶ added in v0.6.0
func NewPCAPServer ¶ added in v0.2.0
func NewPCAPServer(pcapDataDir string, recorder pcap.Recorder) rpcv1.PCAPServiceServer
func NewProfilingServer ¶ added in v0.7.1
func NewProfilingServer() rpcv1.ProfilingServiceServer
func PathToGRPCError ¶ added in v0.2.0
Types ¶
type INetMockAPI ¶
type INetMockAPI interface { StartServer() error StopServer() }
func NewINetMockAPI ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.