Documentation
      ¶
    
    
  
    
  
    Index ¶
- func BooleanDefaultModifier(defaultValue bool) booleanDefaultModifier
 - func Contains(s []string, str string) bool
 - func GetInt64List(result []gjson.Result) types.List
 - func GetStringList(result []gjson.Result) types.List
 - func IntegerDefaultModifier(defaultValue int64) integerDefaultModifier
 - func StringDefaultModifier(defaultValue string) stringDefaultModifier
 - type AttributeDescription
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BooleanDefaultModifier ¶
func BooleanDefaultModifier(defaultValue bool) booleanDefaultModifier
func IntegerDefaultModifier ¶
func IntegerDefaultModifier(defaultValue int64) integerDefaultModifier
func StringDefaultModifier ¶
func StringDefaultModifier(defaultValue string) stringDefaultModifier
Types ¶
type AttributeDescription ¶
type AttributeDescription struct {
	String string
}
    func NewAttributeDescription ¶
func NewAttributeDescription(s string) *AttributeDescription
func (*AttributeDescription) AddDefaultValueDescription ¶
func (d *AttributeDescription) AddDefaultValueDescription(defaultValue string) *AttributeDescription
func (*AttributeDescription) AddIntegerRangeDescription ¶
func (d *AttributeDescription) AddIntegerRangeDescription(min, max int64) *AttributeDescription
func (*AttributeDescription) AddStringEnumDescription ¶
func (d *AttributeDescription) AddStringEnumDescription(values ...string) *AttributeDescription
 Click to show internal directories. 
   Click to hide internal directories.