1 Star 0 Fork 0

domorecore/influxdb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
flags.yml 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
# This file defines feature flags.
#
# It is used for code generation in the ./kit/feature package.
# If you change this file, run `make flags` to regenerate.
#
# Format details:
#
# - name: Human-readable name
# description: Human-readable description
# key: Programmatic name
# default: Used when unable to reach server and to infer flag type
# contact: Contact for information or issues regarding the flag
# lifetime: Expected lifetime of the flag; temporary or permanent, default temporary
# expose: Boolean indicating whether the flag should be exposed to callers; default false
- name: Backend Example
description: A permanent backend example boolean flag
key: backendExample
default: false
contact: Gavin Cabbage
lifetime: permanent
- name: Frontend Example
description: A temporary frontend example integer flag
key: frontendExample
default: 42
contact: Gavin Cabbage
expose: true
- name: New Auth Package
description: Enables the refactored authorization api
key: newAuth
default: false
contact: Alirie Gray
lifetime: temporary
- name: Session Service
description: A temporary switching system for the new session system
key: sessionService
default: false
contact: Lyon Hill
expose: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wuzhc123/influxdb.git
git@gitee.com:wuzhc123/influxdb.git
wuzhc123
influxdb
influxdb
master

搜索帮助