initialize

package
v0.0.0-...-7426b64 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: BSD-3-Clause Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configurable

type Configurable interface {
	projectfile.ConfigGetter
	GetBool(key string) bool
}

type Initialize

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

Initialize stores scope-related dependencies.

func New

func New(prime primeable) *Initialize

New returns a prepared ptr to Initialize instance.

func (*Initialize) Run

func (r *Initialize) Run(params *RunParams) (rerr error)

type RunParams

type RunParams struct {
	Namespace   string
	ParsedNS    *project.Namespaced
	ProjectName string
	Path        string
	Language    string
	Private     bool
}

RunParams stores run func parameters.

Jump to

Keyboard shortcuts

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