gogitlab

package
v0.0.0-...-83caa07 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2022 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Doc:        "Intermediate analyzer for extracting summary data from the go-gitlab package",
	Name:       "gogitlab",
	ResultType: reflect.TypeOf((*Result)(nil)),

	FactTypes: []analysis.Fact{
		(*typeFact)(nil),
		(*funcFact)(nil),
		(*methodFact)(nil),
		(*fieldFact)(nil),
	},
	Run: run,
}

Functions

This section is empty.

Types

type MultiMap

type MultiMap map[string][]string

type Result

type Result struct {
	TypeToFilenames   MultiMap
	FuncToFilenames   MultiMap
	MethodToFilenames MultiMap
	FieldToFilenames  MultiMap
}

Jump to

Keyboard shortcuts

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