Versions in this module Expand all Collapse all v0 v0.0.1 Feb 7, 2021 Changes in this version + type Helper struct + func NewHelper(r *repository.BadgerRepo) (Helper, error) + func (cfh Helper) GetCodeframeObjectValueString(refid, queryPath string) string + func (cfh Helper) GetContainersForItem(refid string) map[string][]string + func (cfh Helper) GetDACs() []string + func (cfh Helper) GetExpectedTestletItems(testRefId, testletRefId string) map[string]struct{} + func (cfh Helper) GetItem(refid string) (bool, []byte) + func (cfh Helper) GetItemTestletSequenceNumber(itemrefid, testletrefid string) string + func (cfh Helper) GetTestletLocationInStage(testletrefid string) string + func (cfh Helper) IsSubstituteItem(itemRefid string) (map[string]struct{}, bool) + func (cfh Helper) ProcessCodeframeRecords(in chan *records.CodeframeRecord) chan *records.CodeframeRecord + func (cfh Helper) WritingRubricTypes() []string + func (cfh Helper) WritingSubscoreTypes() []string