Documentation
¶
Index ¶
- func AllInstance() (all []*pipeline.Instance, err error)
- func AllInstanceMap() (all map[string]*pipeline.Instance, err error)
- func AllPipelines() (list []*pipeline.Pipeline, err error)
- func AllPipelinesMap() (mapping map[string]*pipeline.Pipeline, err error)
- func CreatePipeline(d *pipeline.Pipeline, opts ...clientv3.OpOption) (ok bool, err error)
- func DeleteCompletePipeline(name string) (err error)
- func DeletePipeline(name string) (err error)
- func DeletePosition(name string) (err error)
- func GetInstance(pipeName string) (ins *pipeline.Instance, err error)
- func GetPipeline(name string) (p *pipeline.Pipeline, err error)
- func GetPosition(pipeName string) (p *pipeline.Position, err error)
- func InstancePrefix() string
- func PipelinePrefix() string
- func PositionPrefix() string
- func UpdatePipeline(pipeName string, opts ...pipeline.OptionPipeline) (ok bool, err error)
- func UpdatePosition(p *pipeline.Position) (err error)
- func UpdatePositionSafe(pipeName string, opts ...pipeline.OptionPosition) (ok bool, err error)
- type PagePipeline
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllInstance ¶
func AllPipelines ¶
func CreatePipeline ¶
func DeleteCompletePipeline ¶
func DeletePipeline ¶
func DeletePosition ¶
func InstancePrefix ¶
func InstancePrefix() string
func PipelinePrefix ¶
func PipelinePrefix() string
func PositionPrefix ¶
func PositionPrefix() string
func UpdatePipeline ¶
func UpdatePipeline(pipeName string, opts ...pipeline.OptionPipeline) (ok bool, err error)
func UpdatePosition ¶
func UpdatePositionSafe ¶
func UpdatePositionSafe(pipeName string, opts ...pipeline.OptionPosition) (ok bool, err error)
Types ¶
type PagePipeline ¶
func PagePipelines ¶
func PagePipelines(page int, size int) (res *PagePipeline, err error)
Click to show internal directories.
Click to hide internal directories.