Documentation
¶
Index ¶
- type LoggingFeature
- func (LoggingFeature) Apply(ctx context.Context, project feature.ProjectContext, plan feature.Plan) error
- func (LoggingFeature) Check(ctx context.Context, project feature.ProjectContext) error
- func (LoggingFeature) DependsOn() []string
- func (LoggingFeature) Description() string
- func (LoggingFeature) Name() string
- func (LoggingFeature) Plan(ctx context.Context, project feature.ProjectContext) (feature.Plan, error)
- func (LoggingFeature) Remove(ctx context.Context, project feature.ProjectContext, plan feature.Plan) error
- func (LoggingFeature) Version() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggingFeature ¶
type LoggingFeature struct{}
func (LoggingFeature) Apply ¶
func (LoggingFeature) Apply(ctx context.Context, project feature.ProjectContext, plan feature.Plan) error
func (LoggingFeature) Check ¶
func (LoggingFeature) Check(ctx context.Context, project feature.ProjectContext) error
func (LoggingFeature) DependsOn ¶
func (LoggingFeature) DependsOn() []string
DependsOn returns the list of features this feature depends on.
func (LoggingFeature) Description ¶
func (LoggingFeature) Description() string
func (LoggingFeature) Name ¶
func (LoggingFeature) Name() string
func (LoggingFeature) Plan ¶
func (LoggingFeature) Plan(ctx context.Context, project feature.ProjectContext) (feature.Plan, error)
func (LoggingFeature) Remove ¶
func (LoggingFeature) Remove(ctx context.Context, project feature.ProjectContext, plan feature.Plan) error
Remove uninstalls the logging feature.
func (LoggingFeature) Version ¶
func (LoggingFeature) Version() string
Click to show internal directories.
Click to hide internal directories.