Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterUnconstrained ¶
func FilterUnconstrained(conditional *Conditional, items []projectfile.ConstrainedEntity) ([]projectfile.ConstrainedEntity, error)
FilterUnconstrained filters a list of constrained entities and returns only those which are unconstrained. If two items with the same name exist, only the most specific item will be added to the results.
Types ¶
type Conditional ¶
type Conditional struct {
// contains filtered or unexported fields
}
func NewConditional ¶
func NewConditional(a *authentication.Auth) *Conditional
func NewPrimeConditional ¶
func NewPrimeConditional(auth *authentication.Auth, pj projectable, subshellName string) *Conditional
func (*Conditional) RegisterFunc ¶
func (c *Conditional) RegisterFunc(name string, value interface{})
func (*Conditional) RegisterParam ¶
func (c *Conditional) RegisterParam(name string, value interface{})
Click to show internal directories.
Click to hide internal directories.