basic

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Name                 = "name"
	AfferentCouplings    = "afferent_coupling_count"
	EfferentCouplings    = "efferent_coupling_count"
	Instability          = "instability"
	Abstractness         = "abstractness"
	DistanceMainSequence = "distance_main_sequence"
	Betweenness          = "betweenness"
	PageRank             = "page_rank"
	HubScore             = "hub_score"
	AuthorityScore       = "authority_score"
	HarmonicCentrality   = "harmonic_centrality"
	FarnessCentrality    = "farness_centrality"
	ResidualCloseness    = "residual_closeness"
	Dependents           = "direct_dependent_count"
	Dependencies         = "direct_dependency_count"
)
View Source
const (
	NameColumn  = "name"
	ValueColumn = "value"
)

Variables

This section is empty.

Functions

func Extension

func Extension() core.Extension

func SortRows

func SortRows(columnName string, resultsFromCommand *core.View)

Types

type Directory

type Directory struct {
	Id       string
	Parent   *Directory
	Children []*Directory
}

Jump to

Keyboard shortcuts

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