project

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2022 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Descriptor

type Descriptor struct {
	Fs         afero.Fs
	ProjectDir string
}

type Project

type Project struct {
	Fs              afero.Fs
	ProjectDir      string
	ShadowDir       string
	ShadowModules   []*ShadowModule
	StandardModules []*StandardModule
}

func LoadProject

func LoadProject(desc Descriptor, fullLoad bool) (*Project, error)

type ShadowModule

type ShadowModule struct {
	Name      string
	ModuleDir string
	Links     config.Links
}

type StandardModule

type StandardModule struct {
	Name        string
	Directories []string
}

Jump to

Keyboard shortcuts

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