| 16 | } |
| 17 | |
| 18 | type GRPCClient struct{ |
| 19 | protobufs.UnimplementedNotifierServer |
| 20 | client protobufs.NotifierClient |
| 21 | } |
| 22 | |
| 23 | func (m *GRPCClient) Notify(ctx context.Context, notification *protobufs.Notification) (*protobufs.Empty, error) { |
| 24 | done := make(chan error) |
nothing calls this directly
no outgoing calls
no test coverage detected