Versions in this module Expand all Collapse all v0 v0.6.335 Sep 4, 2026 Changes in this version + func NewCmdClosePort(portStore Store) *cobra.Command + func NewCmdCreatePort(portStore Store) *cobra.Command + func NewCmdPorts(portStore Store) *cobra.Command + func NewCmdPortsLs(portStore Store) *cobra.Command + func NewCmdUpdatePort(portStore Store) *cobra.Command + func Open(ctx context.Context, out io.Writer, portStore Store, nameOrID string, ...) error + func OpenHTTP(ctx context.Context, out io.Writer, portStore Store, nameOrID string, ...) error + func Run(ctx context.Context, out io.Writer, portStore Store, nameOrID string, ...) error + type PortInfo struct + AllowPublicUnauthenticated bool + AllowedSources []string + AuthorizedEmails []string + DestinationPort int32 + Endpoint string + PortID string + Protocol string + PublicPort int32 + Type string + type Store interface