Documentation ¶
Index ¶
- Constants
- type Info
- func (i *Info) ChecksumPkg() string
- func (i *Info) ChecksumURL() string
- func (i *Info) DependencyPkg() string
- func (i *Info) DependencyURL() string
- func (i *Info) IsStandalone() bool
- func (i *Info) Package(pkg string) string
- func (i *Info) PluginURL() string
- func (i *Info) TypeCorePkg() string
- func (i *Info) UpdateDependencies(URL string)
- type Mode
- type Package
- type Packages
Constants ¶
View Source
const ( ModeUndefined = Mode("") ModeStandalone = Mode("standalone") ModeExtension = Mode("extension") ModeCustomTypeModule = Mode("custom") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { URL string Mod *modfile.File ModLocation string NonStandardPackages Packages CustomTypesPackages Packages CustomCodecPackages Packages IntegrationMode Mode HasMethod bool UsePkg bool // contains filtered or unexported fields }
func (*Info) ChecksumPkg ¶
func (*Info) ChecksumURL ¶
func (*Info) DependencyPkg ¶
func (*Info) DependencyURL ¶
func (*Info) IsStandalone ¶
func (*Info) TypeCorePkg ¶
func (*Info) UpdateDependencies ¶
type Package ¶
type Package struct {
// contains filtered or unexported fields
}
func NewPackage ¶
NewPackage returns package informer
func (*Package) LoadImports ¶
func (*Package) NonStandard ¶
Click to show internal directories.
Click to hide internal directories.