Documentation
¶
Overview ¶
Package client provides functionality for client-side operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Params ¶ added in v0.2.0
type Params struct {
Provider string
Token string
Playbook string
MockProject bool
Debug bool
Stats bool
Format string
Soutput string
Input string
Output string
MaxSize int
Log io.Writer
}
Params holds the configuration parameters for Refrax commands.
func NewMockParams ¶ added in v0.2.0
func NewMockParams() *Params
NewMockParams creates a new Params object with mock settings.
type RefraxClient ¶
type RefraxClient struct {
// contains filtered or unexported fields
}
RefraxClient represents a client used for refactoring projects.
func NewRefraxClient ¶
func NewRefraxClient(params *Params) *RefraxClient
NewRefraxClient creates a new instance of RefraxClient.
Click to show internal directories.
Click to hide internal directories.