Versions in this module Expand all Collapse all v1 v1.27.1 May 28, 2024 Changes in this version + type Handler interface + Generate func(context.Context, *plugin.GenerateRequest) (*plugin.GenerateResponse, error) + Invoke func(ctx context.Context, method string, args any, reply any, ...) error + NewStream func(ctx context.Context, desc *grpc.StreamDesc, method string, ...) (grpc.ClientStream, error) + func HandleFunc(...) Handler