Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BundleVariable ¶
type BundleVariable struct { *input.SimpleVariable // contains filtered or unexported fields }
func NewBundleVariable ¶
func NewBundleVariable(bundleEntity *olmentity.BundleEntity, dependencyBundleEntities []*olmentity.BundleEntity) *BundleVariable
func (*BundleVariable) BundleEntity ¶
func (b *BundleVariable) BundleEntity() *olmentity.BundleEntity
func (*BundleVariable) Dependencies ¶
func (b *BundleVariable) Dependencies() []*olmentity.BundleEntity
type BundlesAndDepsVariableSource ¶
type BundlesAndDepsVariableSource struct {
// contains filtered or unexported fields
}
func NewBundlesAndDepsVariableSource ¶
func NewBundlesAndDepsVariableSource(inputVariableSources ...input.VariableSource) *BundlesAndDepsVariableSource
func (*BundlesAndDepsVariableSource) GetVariables ¶
func (b *BundlesAndDepsVariableSource) GetVariables(ctx context.Context, entitySource input.EntitySource) ([]deppy.Variable, error)
Click to show internal directories.
Click to hide internal directories.