MCPcopy Index your code
hub / github.com/crowdsecurity/crowdsec / GRPCClient

Struct GRPCClient

pkg/csplugin/notifier.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type GRPCClient struct{
19 protobufs.UnimplementedNotifierServer
20 client protobufs.NotifierClient
21}
22
23func (m *GRPCClient) Notify(ctx context.Context, notification *protobufs.Notification) (*protobufs.Empty, error) {
24 done := make(chan error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected