runner

package
v0.0.0-...-c300ec0 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAddRunner

func NewAddRunner(
	args *AddArgs,
	config *marks.Config,
	marks marks.MarkService,
	printer marks.Printer,
) *add

func NewCopyRunner

func NewCopyRunner(
	args *CopyArgs,
	config *marks.Config,
	marks marks.MarkService,
	printer marks.Printer,
	prompter marks.Prompter,
	clipper clipper,
) *copyRunner

func NewDeleteRunner

func NewDeleteRunner(
	args *DeleteArgs,
	config *marks.Config,
	marks marks.MarkService,
	printer marks.Printer,
	prompter marks.Prompter,
) *deleteRunner

func NewOpenRunner

func NewOpenRunner(
	args *OpenArgs,
	config *marks.Config,
	markService marks.MarkService,
	printer marks.Printer,
	prompter marks.Prompter,
	opener opener,
) *open

func NewUpdateRunner

func NewUpdateRunner(
	args *UpdateArgs,
	config *marks.Config,
	markService marks.MarkService,
	printer marks.Printer,
	prompter marks.Prompter,
) *update

Types

type AddArgs

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

func NewAddArgs

func NewAddArgs(id, url string, tags []string) *AddArgs

type CopyArgs

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

func NewCopyArgs

func NewCopyArgs(id, url string, tags []string) *CopyArgs

type DeleteArgs

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

func NewDeleteArgs

func NewDeleteArgs(id, url string, tags []string) *DeleteArgs

type OpenArgs

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

func NewOpenArgs

func NewOpenArgs(id, url string, tags []string) *OpenArgs

type UpdateArgs

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

func NewUpdateArgs

func NewUpdateArgs(id, url, newId, newUrl string, tags, newTags, removeTags []string, removeUrl bool) *UpdateArgs

Jump to

Keyboard shortcuts

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