[go: up one dir, main page]

Module owners

Module owners 

Source
Expand description

Code ownership configuration types for cuenv manifests.

This module provides serde-compatible types for deserializing CODEOWNERS configuration from CUE manifests. It wraps the cuenv_codeowners library which provides the actual generation logic.

Based on schema/owners.cue

Structs§

OwnerRule
A single code ownership rule.
Owners
Code ownership configuration for a project.
OwnersOutput
Output configuration for CODEOWNERS file generation.

Enums§

LibPlatform
Target platform for CODEOWNERS file generation.
Platform
Platform for CODEOWNERS file generation.