Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/byterocket/c4udit
/ types & classes
Types & classes
4 in github.com/byterocket/c4udit
⨍
Functions
14
◇
Types & classes
4
Struct
Finding
Finding represents a possible Issue found in the codebase.
analyzer/types.go:28
Struct
Issue
Issue represents an Issue to search for in the codebase. The pattern field is a RegEx string which must compile.
analyzer/types.go:19
Struct
Report
Report is the end result of an analysis containing the files analyzed, the issues searched for and a map of findings per issue.
analyzer/types.go:10
TypeAlias
Severity
Severity type defining the severity level for an Issue.
analyzer/types.go:36