Documentation ¶
Index ¶
- Variables
- func Command() *cli.Command
- type Local
- func (l *Local) ChangeDatabaseVersion(_ context.Context, _, _ *graph.App, _ logrus.FieldLogger) error
- func (l *Local) CreateApp(_ context.Context, _ *graph.App, _ logrus.FieldLogger) error
- func (l *Local) CreateRunServiceConfig(_ context.Context, _ string, _ *graph.Service, _ logrus.FieldLogger) error
- func (l *Local) DeleteApp(_ context.Context, _ *graph.App, _ logrus.FieldLogger) error
- func (l *Local) DeleteRunServiceConfig(_ context.Context, _ string, _ *graph.Service, _ logrus.FieldLogger) error
- func (l *Local) GetApps(configFile, secretsFile string, runServicesFiles map[string]string) ([]*graph.App, error)
- func (l *Local) GetServices(runServices map[string]string) (graph.Services, error)
- func (l *Local) UpdateConfig(_ context.Context, _, newApp *graph.App, _ logrus.FieldLogger) error
- func (l *Local) UpdateRunServiceConfig(_ context.Context, _ string, _, newSvc *graph.Service, _ logrus.FieldLogger) error
- func (l *Local) UpdateSecrets(_ context.Context, _, newApp *graph.App, _ logrus.FieldLogger) error
- func (l *Local) UpdateSystemConfig(_ context.Context, _, _ *graph.App, _ logrus.FieldLogger) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotImpl = fmt.Errorf("not implemented")
Functions ¶
Types ¶
type Local ¶
type Local struct {
// contains filtered or unexported fields
}
func (*Local) ChangeDatabaseVersion ¶ added in v1.16.5
func (*Local) CreateRunServiceConfig ¶
func (*Local) DeleteRunServiceConfig ¶
func (*Local) GetServices ¶
func (*Local) UpdateConfig ¶
func (*Local) UpdateRunServiceConfig ¶
func (*Local) UpdateSecrets ¶
func (*Local) UpdateSystemConfig ¶
Click to show internal directories.
Click to hide internal directories.