pipelines

package
v0.13.0-nightly.20241225 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InitArgs

type InitArgs struct {
	// contains filtered or unexported fields
}

type InitCommand

type InitCommand struct {
	// contains filtered or unexported fields
}

func (*InitCommand) Args

func (c *InitCommand) Args(args []string) error

func (*InitCommand) Docs

func (c *InitCommand) Docs() ecdysis.Docs

func (*InitCommand) Execute

func (c *InitCommand) Execute(_ context.Context) error

func (*InitCommand) Flags

func (c *InitCommand) Flags() []ecdysis.Flag

func (*InitCommand) Usage

func (c *InitCommand) Usage() string

type InitFlags

type InitFlags struct {
	Source        string `long:"source" usage:"Source connector (any of the built-in connectors)." default:"generator"`
	Destination   string `long:"destination" usage:"Destination connector (any of the built-in connectors)." default:"file"`
	PipelinesPath string `long:"pipelines.path" usage:"Path where the pipeline will be saved." default:"./pipelines"`
}

type PipelinesCommand

type PipelinesCommand struct{}

func (*PipelinesCommand) Docs

func (c *PipelinesCommand) Docs() ecdysis.Docs

func (*PipelinesCommand) SubCommands

func (c *PipelinesCommand) SubCommands() []ecdysis.Command

func (*PipelinesCommand) Usage

func (c *PipelinesCommand) Usage() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL