Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AssetType ¶
type AssetType string
AssetType defines the type of asset to be retrieved.
const ( // LinterConfigStrict is the asset name for the strict linter config. LinterConfigStrict AssetType = "linter-config-strict" // LinterConfigStyle is the asset name for the style linter config. LinterConfigStyle AssetType = "linter-config-style" // LinterConfigComplexity is the asset name for the complexity linter config. LinterConfigComplexity AssetType = "linter-config-complexity" // LinterConfigSecurity is the asset name for the security linter config. LinterConfigSecurity AssetType = "linter-config-security" // AIContextPrompt is the asset name for the AI context prompt. AIContextPrompt AssetType = "ai-context-prompt" )
Click to show internal directories.
Click to hide internal directories.