Files
capsule/pkg/api/meta/const.go
T
2026-02-03 22:05:00 +01:00

11 lines
217 B
Go

// Copyright 2020-2026 Project Capsule Authors
// SPDX-License-Identifier: Apache-2.0
package meta
const (
ValueTrue string = "true"
ValueFalse string = "false"
ValueController string = "controller"
)