miscgen

package
v0.0.0-...-4f71f7c Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitIgnoreGen

type GitIgnoreGen interface {
	CreateGitignoreFile(dto MiscDto) error
}

type GitIgnoreGenImpl

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

func NewGitignoreGen

func NewGitignoreGen(fs database.FileSystem) *GitIgnoreGenImpl

func (GitIgnoreGenImpl) CreateGitignoreFile

func (s GitIgnoreGenImpl) CreateGitignoreFile(dto MiscDto) error

type MakefileGen

type MakefileGen interface {
	CreateMakefilefile(dto MiscDto) error
}

type MakefileGenImpl

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

func NewMakefileGen

func NewMakefileGen(
	fs database.FileSystem,
) *MakefileGenImpl

func (MakefileGenImpl) CreateMakefilefile

func (s MakefileGenImpl) CreateMakefilefile(dto MiscDto) error

type MiscDto

type MiscDto struct {
	ProjectPath string
	GomodName   string
}

Jump to

Keyboard shortcuts

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