show

package
v0.0.0-...-7426b64 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: BSD-3-Clause Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Params

type Params struct {
	Remote string
}

Params describes the data required for the show run func.

type RuntimeDetails

type RuntimeDetails struct {
	Name         string `json:"name" locale:"state_show_details_name,Name"`
	Organization string `json:"organization" locale:"state_show_details_organization,Organization"`
	NameSpace    string `json:"namespace" locale:"state_show_details_namespace,Namespace"`
	Location     string `json:"location" locale:"state_show_details_location,Location"`
	Executables  string `json:"executables" locale:"state_show_details_executables,Executables"`
	Visibility   string `json:"visibility" locale:"state_show_details_visibility,Visibility"`
	LastCommit   string `json:"last_commit" locale:"state_show_details_latest_commit,Latest Commit"`
}

type Show

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

Show manages the show run execution context.

func New

func New(prime primeable) *Show

New returns a pointer to an instance of Show.

func (*Show) Run

func (s *Show) Run(params Params) error

Run is the primary show logic.

Jump to

Keyboard shortcuts

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