Method
NewStream
(ctx context.Context, desc *grpc.StreamDesc, method string, opts ...grpc.CallOption)
Source from the content-addressed store, hash-verified
| 44 | } |
| 45 | |
| 46 | func (w *wrapper) NewStream(ctx context.Context, desc *grpc.StreamDesc, method string, opts ...grpc.CallOption) (grpc.ClientStream, error) { |
| 47 | return nil, status.Error(codes.Unimplemented, "") |
| 48 | } |
| 49 | |
| 50 | func HandleFunc(fn func(context.Context, *plugin.GenerateRequest) (*plugin.GenerateResponse, error)) Handler { |
| 51 | return &wrapper{fn} |
Callers
nothing calls this directly
Tested by
no test coverage detected