Documentation ¶
Index ¶
- Constants
- func DecodeModifierParameter(parameter string) (result map[string][]string, err error)
- func EncodeModifierParameter(parameter map[string][]string) (result string)
- func JoinModifier(pureId string, modifier map[string][]string) (id string)
- func SplitModifier(id string) (pureId string, modifier map[string][]string)
- type Modifier
- type ModifyResourceReferenceCache
- type PreparedModifyInfo
- type Query
Constants ¶
View Source
const Seperator = "$"
Variables ¶
This section is empty.
Functions ¶
func DecodeModifierParameter ¶
func EncodeModifierParameter ¶
Types ¶
type Modifier ¶
type Modifier struct {
// contains filtered or unexported fields
}
func (*Modifier) PrepareListModify ¶
func (this *Modifier) PrepareListModify(ids []string) (pureIds []string, prepared map[string][]PreparedModifyInfo)
func (*Modifier) UsePreparedModify ¶
func (this *Modifier) UsePreparedModify(preparedModify map[string][]PreparedModifyInfo, entry model.Entry, kind string, cache ModifyResourceReferenceCache) (result []model.Entry, err error)
type ModifyResourceReferenceCache ¶
func NewModifyResourceReferenceCache ¶
func NewModifyResourceReferenceCache() ModifyResourceReferenceCache
type PreparedModifyInfo ¶
Click to show internal directories.
Click to hide internal directories.