clean

package
v0.0.0-...-277eb20 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: BSD-3-Clause Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

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

func NewCache

func NewCache(prime primeable) *Cache

func (*Cache) Run

func (c *Cache) Run(params *CacheParams) error

type CacheParams

type CacheParams struct {
	Force   bool
	Project string
}

type Config

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

func NewConfig

func NewConfig(prime primeable) *Config

func (*Config) Run

func (c *Config) Run(params *ConfigParams) error

type ConfigParams

type ConfigParams struct {
	Force bool
}

type Uninstall

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

func NewUninstall

func NewUninstall(prime primeable) (*Uninstall, error)

func (*Uninstall) Run

func (u *Uninstall) Run(params *UninstallParams) error

type UninstallParams

type UninstallParams struct {
	Force          bool
	NonInteractive bool
	All            bool
	Prompt         bool
}

Jump to

Keyboard shortcuts

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