Documentation ¶
Index ¶
- func DeleteSimpleThing(s db.Interface, t *testing.T) func(t *testing.T)
- func DeleteTeacherSharingRule(s db.Interface, t *testing.T) func(t *testing.T)
- func DeleteThing(s db.Interface, t *testing.T) func(t *testing.T)
- func DeleteThingWithCompositeAttributes(s db.Interface, t *testing.T) func(t *testing.T)
- func DeleteThingWithDateRange(s db.Interface, t *testing.T) func(t *testing.T)
- func DeleteThingWithUnderscores(s db.Interface, t *testing.T) func(t *testing.T)
- func GetSimpleThing(s db.Interface, t *testing.T) func(t *testing.T)
- func GetTeacherSharingRule(s db.Interface, t *testing.T) func(t *testing.T)
- func GetTeacherSharingRulesByDistrictAndSchoolTeacherApp(d db.Interface, t *testing.T) func(t *testing.T)
- func GetTeacherSharingRulesByTeacherAndSchoolApp(d db.Interface, t *testing.T) func(t *testing.T)
- func GetThing(s db.Interface, t *testing.T) func(t *testing.T)
- func GetThingByID(s db.Interface, t *testing.T) func(t *testing.T)
- func GetThingWithCompositeAttributes(s db.Interface, t *testing.T) func(t *testing.T)
- func GetThingWithCompositeAttributessByNameBranchAndDate(d db.Interface, t *testing.T) func(t *testing.T)
- func GetThingWithCompositeAttributessByNameVersionAndDate(d db.Interface, t *testing.T) func(t *testing.T)
- func GetThingWithDateRange(s db.Interface, t *testing.T) func(t *testing.T)
- func GetThingWithDateRangesByNameAndDate(d db.Interface, t *testing.T) func(t *testing.T)
- func GetThingWithUnderscores(s db.Interface, t *testing.T) func(t *testing.T)
- func GetThingsByNameAndCreatedAt(d db.Interface, t *testing.T) func(t *testing.T)
- func GetThingsByNameAndVersion(d db.Interface, t *testing.T) func(t *testing.T)
- func RunDBTests(t *testing.T, dbFactory func() db.Interface)
- func SaveSimpleThing(s db.Interface, t *testing.T) func(t *testing.T)
- func SaveTeacherSharingRule(s db.Interface, t *testing.T) func(t *testing.T)
- func SaveThing(s db.Interface, t *testing.T) func(t *testing.T)
- func SaveThingWithCompositeAttributes(s db.Interface, t *testing.T) func(t *testing.T)
- func SaveThingWithDateRange(s db.Interface, t *testing.T) func(t *testing.T)
- func SaveThingWithUnderscores(s db.Interface, t *testing.T) func(t *testing.T)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteTeacherSharingRule ¶ added in v1.12.0
func DeleteThingWithCompositeAttributes ¶ added in v1.12.0
func DeleteThingWithUnderscores ¶ added in v1.7.1
func GetTeacherSharingRule ¶ added in v1.12.0
func GetTeacherSharingRulesByDistrictAndSchoolTeacherApp ¶ added in v1.12.0
func GetTeacherSharingRulesByTeacherAndSchoolApp ¶ added in v1.12.0
func GetThingByID ¶ added in v1.8.0
func GetThingWithCompositeAttributes ¶ added in v1.12.0
func GetThingWithCompositeAttributessByNameBranchAndDate ¶ added in v1.12.0
func GetThingWithCompositeAttributessByNameVersionAndDate ¶ added in v1.12.0
func GetThingWithDateRange ¶
func GetThingWithDateRangesByNameAndDate ¶ added in v1.8.0
func GetThingWithUnderscores ¶ added in v1.7.1
func GetThingsByNameAndCreatedAt ¶ added in v1.8.0
func GetThingsByNameAndVersion ¶ added in v1.8.0
func SaveTeacherSharingRule ¶ added in v1.12.0
func SaveThingWithCompositeAttributes ¶ added in v1.12.0
func SaveThingWithDateRange ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.