goref

package module
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2023 License: MIT Imports: 7 Imported by: 0

README

goref - Go refactoring utilities

Quick start

$ go install github.com/gregoryv/goref/...@latest

Tools

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MakeFill added in v0.5.0

type MakeFill struct {
	// contains filtered or unexported fields
}

func (*MakeFill) Run added in v0.5.0

func (m *MakeFill) Run() error

func (*MakeFill) SetFile added in v0.5.0

func (m *MakeFill) SetFile(v *ast.File)

func (*MakeFill) SetFileSet added in v0.5.0

func (m *MakeFill) SetFileSet(v *token.FileSet)

func (*MakeFill) SetOutput added in v0.5.0

func (m *MakeFill) SetOutput(v io.Writer)

func (*MakeFill) SetTypeNames added in v0.5.0

func (m *MakeFill) SetTypeNames(v []string)

type MakeGet

type MakeGet struct {
	// contains filtered or unexported fields
}

func (*MakeGet) Run

func (m *MakeGet) Run() error

func (*MakeGet) SetFile

func (m *MakeGet) SetFile(v *ast.File)

func (*MakeGet) SetFileSet

func (m *MakeGet) SetFileSet(v *token.FileSet)

func (*MakeGet) SetOutput

func (m *MakeGet) SetOutput(v io.Writer)

func (*MakeGet) SetTypeName

func (m *MakeGet) SetTypeName(v string)

type MakeSet

type MakeSet struct {
	// contains filtered or unexported fields
}

func (*MakeSet) Run

func (m *MakeSet) Run() error

func (*MakeSet) SetFile

func (m *MakeSet) SetFile(v *ast.File)

func (*MakeSet) SetFileSet

func (m *MakeSet) SetFileSet(v *token.FileSet)

func (*MakeSet) SetOutput

func (m *MakeSet) SetOutput(v io.Writer)

func (*MakeSet) SetTypeName

func (m *MakeSet) SetTypeName(v string)

Directories

Path Synopsis
Generates get methods for private struct fields
Generates get methods for private struct fields
Generates get methods for private struct fields
Generates get methods for private struct fields
Generates get methods for private struct fields
Generates get methods for private struct fields

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL