app

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Exporter

type Exporter interface {
	Export() ([]byte, error)
}

type Package

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

func NewPackage

func NewPackage(name string) Package

func (Package) CycleFound

func (p Package) CycleFound() bool

func (Package) Dependencies

func (p Package) Dependencies() []Package

func (*Package) FindLoop

func (p *Package) FindLoop()

func (*Package) LoadDependencies

func (p *Package) LoadDependencies() error

func (Package) Name

func (p Package) Name() string

Jump to

Keyboard shortcuts

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