stack

package
v0.0.0-...-191fbf7 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: GPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogType

type LogType string
const (
	Stdout LogType = "stdout"
	Stderr LogType = "stderr"
)

type LogsAddedMsg

type LogsAddedMsg struct {
	Message []byte
	LogType LogType
}

type Stack

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

func New

func New(config *viper.Viper, theme configuration.Theme, containersService docker.ContainersService, composeService docker.ComposeService) (stack Stack, err error)

func (Stack) Init

func (model Stack) Init() tea.Cmd

func (Stack) Update

func (model Stack) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (Stack) View

func (model Stack) View() string

Jump to

Keyboard shortcuts

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