Skip to main content

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.

Provider crates (cuenv-github, cuenv-gitlab, cuenv-bitbucket) handle the platform-specific logic (file paths, section styles) based on repository structure detection.

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.