remove

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Remove

type Remove struct {
	Conf             *config.File       `validate:"required"`
	Err              *errs.Handler      `validate:"required"`
	Log              logger.OutputIface `validate:"required"`
	PathTemplateConf string             `validate:"required"`
	PathUserConf     string             `validate:"required"`
	Stderr           io.Writer          `validate:"required"`
	Stdout           io.Writer          `validate:"required"`
}

Remove remove installed templates

func (*Remove) Remove

func (r *Remove) Remove(handle string) int

Remove removes a handle from installed templates

type RemoveIface

type RemoveIface interface {
	// Remove removes a handle from installed templates
	Remove(handle string) int
}

RemoveIface ...

Jump to

Keyboard shortcuts

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