Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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
type Reader ¶
type Reader interface {
GetProperty(ctx context.Context, filter ...Filter) (PropertyGroups, []value.Value, error)
}
func Interface2Reader ¶
type ValueFilter ¶
Click to show internal directories.
Click to hide internal directories.