hashicorp / go-plugin

Golang plugin system over RPC.
Mozilla Public License 2.0
5.25k stars 450 forks source link

Fix wrong grpc plugin name #301

Closed g41797 closed 3 weeks ago

g41797 commented 8 months ago

grpc example uses name of rpc plugin "kv" Changed to value from

// PluginMap is the map of plugins we can dispense.
var PluginMap = map[string]plugin.Plugin{
    "kv_grpc": &KVGRPCPlugin{},
    "kv":      &KVPlugin{},
}
hashicorp-cla commented 8 months ago

CLA assistant check
All committers have signed the CLA.