scm

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: May 18, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Git

type Git struct {
	IgnoreFilePath string
}

func (Git) AddFileToIgnored

func (g Git) AddFileToIgnored(fn string) error

AddFileToIgnored adds filename to .gitignore

func (Git) RemoveFileFromIgnored

func (g Git) RemoveFileFromIgnored(fn string) error

RemoveFileFromIgnored removes filename from .gitignore

type SCM

type SCM interface {
	AddFileToIgnored(fn string) error
	RemoveFileFromIgnored(fn string) error
}

Jump to

Keyboard shortcuts

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