Versions in this module Expand all Collapse all v0 v0.0.11 May 15, 2020 Changes in this version + const RFC3339a + func IsErrSuccess(err error) bool + type App struct + func New(c Config) *App + func (app *App) Run(ctx context.Context) error + type Config struct + AdditionalResources mesos.Resources + CPUs float64 + Command []string + FrameworkName string + Interactive bool + Log func(string, ...interface{}) + Memory float64 + MesosMaster string + Pod bool + Role string + Silent bool + TTY bool + TaskName string + User string + func DefaultConfig() Config + func (c *Config) RegisterFlags(fs *flag.FlagSet) + type ExitError int + func (e ExitError) Error() string v0.0.10 Jul 3, 2019