Versions in this module Expand all Collapse all v0 v0.6.0 May 21, 2024 Changes in this version + type MakeEnum struct + Values []string + func (m *MakeEnum) Run() error + func (m *MakeEnum) SetFile(v *ast.File) + func (m *MakeEnum) SetFileSet(v *token.FileSet) + func (m *MakeEnum) SetOutput(v io.Writer) + func (m *MakeEnum) SetTypeName(v string) + type MakeFill struct + func (m *MakeFill) Run() error + func (m *MakeFill) SetFile(v *ast.File) + func (m *MakeFill) SetFileSet(v *token.FileSet) + func (m *MakeFill) SetOutput(v io.Writer) + func (m *MakeFill) SetTypeNames(v []string) + type MakeGet struct + func (m *MakeGet) Run() error + func (m *MakeGet) SetFile(v *ast.File) + func (m *MakeGet) SetFileSet(v *token.FileSet) + func (m *MakeGet) SetOutput(v io.Writer) + func (m *MakeGet) SetTypeName(v string) + type MakeNoZero struct + func (m *MakeNoZero) Run() error + func (m *MakeNoZero) SetFile(v *ast.File) + func (m *MakeNoZero) SetFileSet(v *token.FileSet) + func (m *MakeNoZero) SetOutput(v io.Writer) + func (m *MakeNoZero) SetTypeName(v string) + type MakeSet struct + func (m *MakeSet) Run() error + func (m *MakeSet) SetFile(v *ast.File) + func (m *MakeSet) SetFileSet(v *token.FileSet) + func (m *MakeSet) SetOutput(v io.Writer) + func (m *MakeSet) SetTypeName(v string)