2 Star 0 Fork 0

mirrors_influxdata/kapacitor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tickdoc.conf 737 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nathaniel Cook 提交于 2018-05-09 13:51 . fix autogen docs comments
root = "/kapacitor/v1.4/nodes"
page-header = '''---
title: {{ .Title }}
note: Auto generated by tickdoc
menu:
kapacitor_1_5:
name: {{ .Name }}
identifier: {{ .Identifier }}
weight: {{ .Weight }}
parent: nodes
---
'''
chain-method-desc = '''Chaining methods create a new node in the pipeline as a child of the calling node.
They do not modify the calling node.
Chaining methods are marked using the `|` operator.
'''
property-method-desc = '''Property methods modify state on the calling node.
They do not add another node to the pipeline, and always return a reference to the calling node.
Property methods are marked using the `.` operator.
'''
index-width = 10
[weights]
BatchNode = 4
StreamNode = 5
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_influxdata/kapacitor.git
git@gitee.com:mirrors_influxdata/kapacitor.git
mirrors_influxdata
kapacitor
kapacitor
master

搜索帮助