Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Main ¶
func Main(versionInfo VersionInfo, args []string) int
Types ¶
type Config ¶
type Config struct {
ConfigFile
// contains filtered or unexported fields
}
This contains all configuration.
type ConfigFile ¶
type ConfigFile struct {
Verbose bool `json:"verbose" mapstructure:"verbose" yaml:"verbose"`
}
This contains all data settable in the configuration file
type ConfigStatusResponse ¶
type ReleasePackage ¶
type ReleasePackage struct {
Elixir interface{} `json:"elixir"`
Hashref string `json:"hashref"`
Name string `json:"name"`
Repo interface{} `json:"repo"`
Timestamp string `json:"timestamp"`
}
This represents a platform release as returned by the `status/release` endpoint.
type SqitchMigration ¶
type SqitchMigration struct {
Change string `json:"change"`
ChangeID string `json:"change_id"`
PlannedAt string `json:"planned_at"`
}
This represents a sqitch migration as returned by the `status/sqitch` endpoint.
Click to show internal directories.
Click to hide internal directories.