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