Versions in this module Expand all Collapse all v1 v1.0.0 Mar 30, 2021 Changes in this version + type Generator struct + func NewClient(schema smd.Schema) *Generator + func (g *Generator) Generate() ([]byte, error) + func (g *Generator) Method(namespace, methodName string) goMethod + func (g *Generator) Models() []goModel + func (g *Generator) NamespaceMethodNames(namespace string) (res []string) + func (g *Generator) NamespaceNames() (res []string) Other modules containing this package github.com/vmkteam/rpcgen/v2