input

package
v0.6.4 Latest Latest
Warning

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

Go to latest
Published: May 4, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeInputFile

func MakeInputFile(skelton any, filepath string)

func ReadInputFile

func ReadInputFile(v any, filepath string)

Types

type EcsParameter

type EcsParameter struct {
	Cluster string `json:"cluster"`
	Service string `json:"service"`
}

type ExecInput

type ExecInput struct {
	EcsParameter
	Cmd  string `json:"command"`
	Wait int    `json:"wait"`
}

type PortForwardInput

type PortForwardInput struct {
	EcsParameter
	TargetPortNumber string `json:"target_port_number"`
	LocalPortNumber  string `json:"local_port_number"`
}

type RemotePortForwardInput

type RemotePortForwardInput struct {
	EcsParameter
	RemotePortNumber string `json:"remote_port_number"`
	LocalPortNumber  string `json:"local_port_number"`
	Host             string `json:"host"`
}

Jump to

Keyboard shortcuts

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