refactoring

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Refactoring

type Refactoring interface {
	Refactor(ctx context.Context, src []byte, filename string, ch chan<- string) error
}

type RefactoringWithGenAI

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

func NewRefactoringWithGenAI

func NewRefactoringWithGenAI(genAI domain.GenAI) *RefactoringWithGenAI

func (*RefactoringWithGenAI) Refactor

func (rf *RefactoringWithGenAI) Refactor(ctx context.Context, src []byte, filename string, ch chan<- string) error

type RefactoringWithGenAiInJap

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

func NewRefactoringWithGenAiInJap

func NewRefactoringWithGenAiInJap(genAI domain.GenAI) *RefactoringWithGenAiInJap

func (*RefactoringWithGenAiInJap) Refactor

func (rf *RefactoringWithGenAiInJap) Refactor(ctx context.Context, src []byte, filename string, ch chan<- string) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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