cmd

package
v0.0.16 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2026 License: MIT Imports: 20 Imported by: 0

Documentation

Overview

Package cmd は、gopose のコマンドライン機能を提供します。

Package cmd は、gopose のコマンドライン機能を提供します。

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute(ctx context.Context, version string) error

Execute はコマンドを実行します。

Types

type PortInfo added in v0.0.15

type PortInfo struct {
	Service       string `json:"service"`
	HostPort      int    `json:"host_port"`
	ContainerPort int    `json:"container_port"`
	Protocol      string `json:"protocol"`
	HostIP        string `json:"host_ip,omitempty"`
	Overridden    bool   `json:"overridden"`
	OriginalPort  int    `json:"original_port,omitempty"`
}

PortInfo はポート情報を表します。

Jump to

Keyboard shortcuts

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