Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckValueFiltersMatch ¶ added in v0.5.3
Types ¶
type Filter ¶
type Filter interface { ApplyPropertyGroups(context.Context, PropertyGroups) (PropertyGroups, error) // contains filtered or unexported methods }
func GetExclusiveValueFilter ¶ added in v0.5.1
func GetGroupFilter ¶
func GetValueFilter ¶
type OIDReader ¶
type OIDReader interface {
// contains filtered or unexported methods
}
func Interface2OIDReader ¶
type PropertyGroups ¶
type PropertyGroups []propertyGroup
func (*PropertyGroups) Decode ¶
func (g *PropertyGroups) Decode(destination interface{}) error
func (*PropertyGroups) Encode ¶ added in v0.5.1
func (g *PropertyGroups) Encode(data interface{}) error
Click to show internal directories.
Click to hide internal directories.