Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallContext ¶
type Checker ¶
type Checker interface {
CheckAndReport(pass *analysis.Pass, call CallContext, cfg Config)
}
type General ¶
type General struct{}
func (General) CheckAndReport ¶
func (g General) CheckAndReport(pass *analysis.Pass, call CallContext, cfg Config)
type Zap ¶
type Zap struct {
General
}
func (Zap) CheckAndReport ¶
func (z Zap) CheckAndReport(pass *analysis.Pass, call CallContext, cfg Config)
Click to show internal directories.
Click to hide internal directories.