conflict

package
v0.0.0-...-ee3ec15 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package conflict provides an analyzer that detects conflicting data types across declarations of fields with the same name. It is used to ensure that fields are not declared with different data types in different data streams.

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:        "conflict",
	Description: "Detect conflicting field data types across declarations of fields with the same name.",
	Run:         run,
	Requires:    []*analysis.Analyzer{aliasfact.Analyzer},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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