Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/divan/depscheck
/ types & classes
Types & classes
12 in github.com/divan/depscheck
⨍
Functions
78
◇
Types & classes
12
↓ 1 callers
TypeAlias
ByID
ByID is helper type for sorting selectors by ID.
selector.go:131
↓ 1 callers
TypeAlias
ByPackageName
ByPackageName is a helper type for sorting PackageStats by Name.
pkgstats.go:81
TypeAlias
Deps
Deps is a shorthand for Dependencies - a slice of Selectors.
selector.go:140
Struct
Foo
test/sample/sample.go:3
Interface
Fooer
test/foo/foo.go:9
Struct
Package
Package represents package info, needed for this tool.
package.go:11
Struct
PackageStat
PackageStat holds stats about dependencies in a given package.
pkgstats.go:9
Struct
Result
Result holds final result of this tool.
result.go:11
Struct
Selector
Selector represents Go language selector (x.f), which may be: - method of variable of external package - function from the external package - variable
selector.go:14
Struct
Test
test/exported.go:10
Struct
Totals
Totals represnts total stats for all packages.
result.go:133
Struct
Walker
Walker holds all information needed during walking and analyzing AST source tree.
walker.go:12