Versions in this module Expand all Collapse all v0 v0.0.3 Mar 15, 2026 Changes in this version + type GoNames struct + MessageTypes map[string]string + RPCMethods map[string]string + ServiceClients map[string]string + func Scan(protoPackageDir string) GoNames + func (n GoNames) ResolveMessage(msgName string) string + func (n GoNames) ResolveRPC(rpcName string) string + func (n GoNames) ResolveService(protoServiceName string) string