package
0.1.21
Repository: https://github.com/thestormforge/optimize-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewCreateApplicationCommand returns a command for creating applications.
NewCreateScenarioCommand returns a command for creating scenarios.
NewCreateTrialCommand returns a command for creating a trial.
NewDeleteApplicationsCommand returns a command for deleting applications.
NewDeleteClustersCommand returns a command for deleting clusters.
NewDeleteExperimentsCommand returns a command for deleting experiments.
NewDeleteScenariosCommand returns a command for deleting scenarios.
NewDeleteTrialsCommand returns a command for deleting ("abandoning") trials.
NewDisableApplicationRecommendationsCommand returns a new command for disabling recommendations.
NewEditApplicationCommand returns a command for editing an application.
NewEditClusterCommand returns a command for editing a cluster.
NewEditExperimentCommand returns a command for editing an experiment.
NewEditScenarioCommand returns a command for editing a scenario.
NewEditTrialCommand returns a command for editing a trial.
NewEnableApplicationRecommendationsCommand returns a new command for enabling recommendations.
No description provided by the author
NewGetActivityCommand returns a command for getting activity feed items.
NewGetApplicationsCommand returns a command for getting applications.
NewGetClustersCommand returns a command for getting clusters.
NewGetExperimentsCommand returns a command for getting experiments.
NewGetRecommendationsCommand returns a command for getting recommendations.
NewGetScenariosCommand returns a command for getting scenarios.
NewGetTrialsCommand returns a command for getting trials.
No description provided by the author
No description provided by the author
No description provided by the author
NewWatchActivityCommand returns a command for watching the activity feed.
NewWhoAmICommand returns a command for determining the current identity associated with the configuration.
SortBy sorts the supplied output using the named value on each row.
SortByKey normalizes the user supplied sort-by key.

# Structs

No description provided by the author
No description provided by the author
ApplicationOutput wraps an application list for output.
ApplicationRow is a table row representation of an application.
ClusterOutput wraps a cluster list for output.
ClusterRow is a table row representation of a cluster.
ExperimentOutput wraps an experiment list for output.
ExperimentRow is a table row representation of an experiment.
RecommendationOutput wraps a recommendation list for output.
RecommendationRow is a table row representation of a recommendation.
ScenarioOutput wraps a scenario list for output.
ScenarioRow is a table row representation of a scenario.
TrialOutput wraps a trial list for output.
TrialRow is a table row representation of a trial.

# Interfaces

Config represents the configuration necessary to run a command.
Output represents an output list.
Printer is the interface required to render results.
Row represents a single row in the output.