Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleVariable ¶
type SimpleVariable struct {
// contains filtered or unexported fields
}
func NewSimpleVariable ¶
func NewSimpleVariable(id deppy.Identifier, constraints ...deppy.Constraint) *SimpleVariable
func (*SimpleVariable) AddConstraint ¶
func (s *SimpleVariable) AddConstraint(constraint deppy.Constraint)
func (*SimpleVariable) Constraints ¶
func (s *SimpleVariable) Constraints() []deppy.Constraint
func (*SimpleVariable) Identifier ¶
func (s *SimpleVariable) Identifier() deppy.Identifier
Click to show internal directories.
Click to hide internal directories.