pac

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pac

type Pac struct {
	// Name represents the name of the pac.
	Name string `mapstructure:"name" yaml:"name" json:"name" toml:"name"`
	// Path represents the path of the pac.
	Path string `mapstructure:"path" yaml:"path" json:"path" toml:"path"`
}

Pac represents the pac configuration.

func InitializeDefaults

func InitializeDefaults() *Pac

InitializeDefaults initializes the default values for the pac configuration.

func (*Pac) GetName

func (pac *Pac) GetName() string

GetName returns the name of the pac.

func (*Pac) GetPath

func (pac *Pac) GetPath() string

GetPath returns the path of the pac.

Jump to

Keyboard shortcuts

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