Versions in this module Expand all Collapse all v0 v0.0.1 Mar 13, 2026 v0.0.0 Mar 13, 2026 Changes in this version + type ActionOperations struct + Receive map[string]*asyncapi.Operation + ReceiveCount uint + Send map[string]*asyncapi.Operation + SendCount uint + func NewActionOperations(side generators.Side, spec asyncapi.Specification) ActionOperations + type ControllerGenerator struct + Operations ActionOperations + Prefix string + Version string + func NewControllerGenerator(side generators.Side, spec asyncapi.Specification) ControllerGenerator + func (asg ControllerGenerator) Generate() (string, error) + type Generator struct + ModulePath string + ModuleVersion string + Options options.Options + Specification asyncapi.Specification + func (g Generator) Generate() (string, error) + type ImportsGenerator struct + CustomImports []string + ModuleName string + ModuleVersion string + PackageName string + func (ig ImportsGenerator) Generate() (string, error) + type SubscriberGenerator struct + Operations ActionOperations + Prefix string + func NewSubscriberGenerator(side generators.Side, spec asyncapi.Specification) SubscriberGenerator + func (asg SubscriberGenerator) Generate() (string, error) + type TypesGenerator struct + func (tg TypesGenerator) Generate() (string, error)