Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LayerCfg ¶
type LayerCfg struct { PerformAll bool `inn:"incremental"` Elements []LayerElemCfg `inn:"@element!"` }
func (*LayerCfg) CreateLayer ¶
func (l *LayerCfg) CreateLayer(inner gold.PostingPolicyLite) *policies_ex.Layer
type LayerElemCfg ¶
type LayerElemCfg struct { Perform policies_ex.MatcherConfig `inn:"where!"` ExpiresAfter int `inn:"expire-after"` }
func (*LayerElemCfg) CreateLayerElement ¶
func (l *LayerElemCfg) CreateLayerElement() (elem policies_ex.LayerElement)
Click to show internal directories.
Click to hide internal directories.