Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBadCredentials = errors.New("credentials must be of the form `user:pass`") ErrNoScheme = errors.New("please specify a scheme for the registry") )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Registry Registry
Web struct {
Listen string
}
Marathon MarathonConfig
LogLevel string
}
type MarathonConfig ¶
func (MarathonConfig) NewMarathon ¶
func (m MarathonConfig) NewMarathon() (marathon.Marathon, error)
func (MarathonConfig) Validate ¶
func (m MarathonConfig) Validate()
Click to show internal directories.
Click to hide internal directories.