model

package
v1.5.2 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModuleInfo

type ModuleInfo struct {
	MainPackage string         // main package
	Packages    []*PackageInfo // a set of information about packages in the module
}

ModuleInfo contains information to describe the contents of a module.

type PackageInfo

type PackageInfo struct {
	PackageData *build.Package // build information for package
	Name        string         // package name
	Path        string         // package path
}

PackageInfo contains information to describe a package.

Jump to

Keyboard shortcuts

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