commands

package
v0.0.0-...-38f9c0b Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2023 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContinueCommand

type ContinueCommand struct {
	GitService      git.GitService
	MetadataService metadata.MetadataService
	StackService    stacks.StackService
}

func (*ContinueCommand) Run

func (c *ContinueCommand) Run()

type DownCommand

type DownCommand struct {
	GitService   git.GitService
	StackService stacks.StackService
}

func (*DownCommand) Run

func (d *DownCommand) Run()

type PassThroughCommand

type PassThroughCommand struct {
	GitService git.GitService
}

func (*PassThroughCommand) Run

func (p *PassThroughCommand) Run(args []string)

type PrCommand

type PrCommand struct {
	GitService      git.GitService
	StackService    stacks.StackService
	GitHubService   git.GitHubService
	MetadataService metadata.MetadataService
}

func (*PrCommand) Run

func (p *PrCommand) Run(args []string)

type PushCommand

type PushCommand struct {
	GitService      git.GitService
	StackService    stacks.StackService
	MetadataService metadata.MetadataService
}

func (*PushCommand) Run

func (p *PushCommand) Run(args []string)

type ShowCommand

type ShowCommand struct {
	GitService   git.GitService
	StackService stacks.StackService
}

func (*ShowCommand) Run

func (s *ShowCommand) Run()

type StackCommand

type StackCommand struct {
	GitService      git.GitService
	StackService    stacks.StackService
	MetadataService metadata.MetadataService
}

func (*StackCommand) Run

func (s *StackCommand) Run(args []string)

type SyncCommand

type SyncCommand struct {
	MetadataService metadata.MetadataService
	StackService    stacks.StackService
	GitService      git.GitService
}

func (*SyncCommand) Run

func (s *SyncCommand) Run()

type UpCommand

type UpCommand struct {
	GitService   git.GitService
	StackService stacks.StackService
}

func (*UpCommand) Run

func (u *UpCommand) Run()

Jump to

Keyboard shortcuts

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