snowygo

package module
v0.0.0-...-eb54c32 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2024 License: MPL-2.0 Imports: 5 Imported by: 1

README

snowygo

Documentation

Index

Constants

View Source
const (
	LibraryGroup   = "lib"
	LibraryClient  = "client"
	LibraryServer  = "server"
	LibraryService = "service"
	LibraryUtility = "util"
	LibrarySystem  = "sys"

	InternalGroup = "internal"
	CommandGroup  = "cmd"
	ModelGroup    = "model"
	GenGroup      = "gen"
)

Variables

This section is empty.

Functions

func NewAnalyzerWithConfig

func NewAnalyzerWithConfig(cfg *Config) *analysis.Analyzer

Types

type Config

type Config struct {
}

type Pair

type Pair struct {
	First  *PairElement
	Second *PairElement
}

type PairElement

type PairElement struct {
	Name     string
	Reporter Reporter
}

type Reporter

type Reporter struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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