Documentation ¶
Overview ¶
Package db is a generated GoMock package.
Index ¶
- func DateTime(d strfmt.DateTime) *strfmt.DateTime
- func Int64(i int64) *int64
- func String(s string) *string
- type AssocTypeAssocID
- type CreatedBear
- type CreatedResource
- type ErrDeploymentByEnvAppAndDateNotFound
- type ErrDeploymentByEnvironmentAndDateNotFound
- type ErrDeploymentByVersionNotFound
- type ErrDeploymentNotFound
- type ErrEventBySkAndDataNotFound
- type ErrEventNotFound
- type ErrNoRangeThingWithCompositeAttributesAlreadyExists
- type ErrNoRangeThingWithCompositeAttributesByNameVersionAndDateNotFound
- type ErrNoRangeThingWithCompositeAttributesNotFound
- type ErrSimpleThingAlreadyExists
- type ErrSimpleThingNotFound
- type ErrTeacherSharingRuleByDistrictAndSchoolTeacherAppNotFound
- type ErrTeacherSharingRuleNotFound
- type ErrThingAlreadyExists
- type ErrThingByIDNotFound
- type ErrThingByNameAndCreatedAtNotFound
- type ErrThingNotFound
- type ErrThingWithCompositeAttributesAlreadyExists
- type ErrThingWithCompositeAttributesByNameVersionAndDateNotFound
- type ErrThingWithCompositeAttributesNotFound
- type ErrThingWithCompositeEnumAttributesAlreadyExists
- type ErrThingWithCompositeEnumAttributesNotFound
- type ErrThingWithDateRangeNotFound
- type ErrThingWithDateTimeCompositeNotFound
- type ErrThingWithEnumHashKeyAlreadyExists
- type ErrThingWithEnumHashKeyByBranchAndDate2NotFound
- type ErrThingWithEnumHashKeyNotFound
- type ErrThingWithMatchingKeysByAssocTypeIDAndCreatedBearNotFound
- type ErrThingWithMatchingKeysNotFound
- type ErrThingWithRequiredCompositePropertiesAndKeysOnlyByPropertyOneAndTwoAndPropertyThreeNotFound
- type ErrThingWithRequiredCompositePropertiesAndKeysOnlyNotFound
- type ErrThingWithRequiredFields2AlreadyExists
- type ErrThingWithRequiredFields2NotFound
- type ErrThingWithRequiredFieldsAlreadyExists
- type ErrThingWithRequiredFieldsNotFound
- type ErrThingWithUnderscoresNotFound
- type GetDeploymentsByEnvAppAndDateInput
- type GetDeploymentsByEnvAppAndVersionInput
- type GetDeploymentsByEnvironmentAndDateInput
- type GetEventsByPkAndSkInput
- type GetEventsBySkAndDataInput
- type GetNoRangeThingWithCompositeAttributessByNameVersionAndDateInput
- type GetTeacherSharingRulesByDistrictAndSchoolTeacherAppInput
- type GetTeacherSharingRulesByTeacherAndSchoolAppInput
- type GetThingWithCompositeAttributessByNameBranchAndDateInput
- type GetThingWithCompositeAttributessByNameVersionAndDateInput
- type GetThingWithCompositeEnumAttributessByNameBranchAndDateInput
- type GetThingWithDateRangesByNameAndDateInput
- type GetThingWithDateTimeCompositesByTypeIDAndCreatedResourceInput
- type GetThingWithEnumHashKeysByBranchAndDate2Input
- type GetThingWithEnumHashKeysByBranchAndDateInput
- type GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBearInput
- type GetThingWithMatchingKeyssByBearAndAssocTypeIDInput
- type GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThreeInput
- type GetThingWithRequiredFields2sByNameAndIDInput
- type GetThingsByNameAndCreatedAtInput
- type GetThingsByNameAndVersionInput
- type Interface
- type MockInterface
- func (m *MockInterface) DeleteDeployment(ctx context.Context, environment, application, version string) error
- func (m *MockInterface) DeleteEvent(ctx context.Context, pk, sk string) error
- func (m *MockInterface) DeleteNoRangeThingWithCompositeAttributes(ctx context.Context, name, branch string) error
- func (m *MockInterface) DeleteSimpleThing(ctx context.Context, name string) error
- func (m *MockInterface) DeleteTeacherSharingRule(ctx context.Context, teacher, school, app string) error
- func (m *MockInterface) DeleteThing(ctx context.Context, name string, version int64) error
- func (m *MockInterface) DeleteThingWithCompositeAttributes(ctx context.Context, name, branch string, date strfmt.DateTime) error
- func (m *MockInterface) DeleteThingWithCompositeEnumAttributes(ctx context.Context, name string, branchID models.Branch, date strfmt.DateTime) error
- func (m *MockInterface) DeleteThingWithDateRange(ctx context.Context, name string, date strfmt.DateTime) error
- func (m *MockInterface) DeleteThingWithDateTimeComposite(ctx context.Context, typeVar, id string, created strfmt.DateTime, ...) error
- func (m *MockInterface) DeleteThingWithEnumHashKey(ctx context.Context, branch models.Branch, date strfmt.DateTime) error
- func (m *MockInterface) DeleteThingWithMatchingKeys(ctx context.Context, bear, assocType, assocID string) error
- func (m *MockInterface) DeleteThingWithRequiredCompositePropertiesAndKeysOnly(ctx context.Context, propertyThree string) error
- func (m *MockInterface) DeleteThingWithRequiredFields(ctx context.Context, name string) error
- func (m *MockInterface) DeleteThingWithRequiredFields2(ctx context.Context, name, id string) error
- func (m *MockInterface) DeleteThingWithUnderscores(ctx context.Context, iDApp string) error
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) GetDeployment(ctx context.Context, environment, application, version string) (*models.Deployment, error)
- func (m *MockInterface) GetDeploymentByVersion(ctx context.Context, version string) (*models.Deployment, error)
- func (m *MockInterface) GetDeploymentsByEnvAppAndDate(ctx context.Context, input GetDeploymentsByEnvAppAndDateInput, ...) error
- func (m *MockInterface) GetDeploymentsByEnvAppAndVersion(ctx context.Context, input GetDeploymentsByEnvAppAndVersionInput, ...) error
- func (m *MockInterface) GetDeploymentsByEnvironmentAndDate(ctx context.Context, input GetDeploymentsByEnvironmentAndDateInput, ...) error
- func (m *MockInterface) GetEvent(ctx context.Context, pk, sk string) (*models.Event, error)
- func (m *MockInterface) GetEventsByPkAndSk(ctx context.Context, input GetEventsByPkAndSkInput, ...) error
- func (m *MockInterface) GetEventsBySkAndData(ctx context.Context, input GetEventsBySkAndDataInput, ...) error
- func (m *MockInterface) GetNoRangeThingWithCompositeAttributes(ctx context.Context, name, branch string) (*models.NoRangeThingWithCompositeAttributes, error)
- func (m *MockInterface) GetNoRangeThingWithCompositeAttributessByNameVersionAndDate(ctx context.Context, ...) error
- func (m *MockInterface) GetSimpleThing(ctx context.Context, name string) (*models.SimpleThing, error)
- func (m *MockInterface) GetTeacherSharingRule(ctx context.Context, teacher, school, app string) (*models.TeacherSharingRule, error)
- func (m *MockInterface) GetTeacherSharingRulesByDistrictAndSchoolTeacherApp(ctx context.Context, ...) error
- func (m *MockInterface) GetTeacherSharingRulesByTeacherAndSchoolApp(ctx context.Context, input GetTeacherSharingRulesByTeacherAndSchoolAppInput, ...) error
- func (m *MockInterface) GetThing(ctx context.Context, name string, version int64) (*models.Thing, error)
- func (m *MockInterface) GetThingByID(ctx context.Context, id string) (*models.Thing, error)
- func (m *MockInterface) GetThingWithCompositeAttributes(ctx context.Context, name, branch string, date strfmt.DateTime) (*models.ThingWithCompositeAttributes, error)
- func (m *MockInterface) GetThingWithCompositeAttributessByNameBranchAndDate(ctx context.Context, ...) error
- func (m *MockInterface) GetThingWithCompositeAttributessByNameVersionAndDate(ctx context.Context, ...) error
- func (m *MockInterface) GetThingWithCompositeEnumAttributes(ctx context.Context, name string, branchID models.Branch, date strfmt.DateTime) (*models.ThingWithCompositeEnumAttributes, error)
- func (m *MockInterface) GetThingWithCompositeEnumAttributessByNameBranchAndDate(ctx context.Context, ...) error
- func (m *MockInterface) GetThingWithDateRange(ctx context.Context, name string, date strfmt.DateTime) (*models.ThingWithDateRange, error)
- func (m *MockInterface) GetThingWithDateRangesByNameAndDate(ctx context.Context, input GetThingWithDateRangesByNameAndDateInput, ...) error
- func (m *MockInterface) GetThingWithDateTimeComposite(ctx context.Context, typeVar, id string, created strfmt.DateTime, ...) (*models.ThingWithDateTimeComposite, error)
- func (m *MockInterface) GetThingWithDateTimeCompositesByTypeIDAndCreatedResource(ctx context.Context, ...) error
- func (m *MockInterface) GetThingWithEnumHashKey(ctx context.Context, branch models.Branch, date strfmt.DateTime) (*models.ThingWithEnumHashKey, error)
- func (m *MockInterface) GetThingWithEnumHashKeysByBranchAndDate(ctx context.Context, input GetThingWithEnumHashKeysByBranchAndDateInput, ...) error
- func (m *MockInterface) GetThingWithEnumHashKeysByBranchAndDate2(ctx context.Context, input GetThingWithEnumHashKeysByBranchAndDate2Input, ...) error
- func (m *MockInterface) GetThingWithMatchingKeys(ctx context.Context, bear, assocType, assocID string) (*models.ThingWithMatchingKeys, error)
- func (m *MockInterface) GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBear(ctx context.Context, ...) error
- func (m *MockInterface) GetThingWithMatchingKeyssByBearAndAssocTypeID(ctx context.Context, input GetThingWithMatchingKeyssByBearAndAssocTypeIDInput, ...) error
- func (m *MockInterface) GetThingWithRequiredCompositePropertiesAndKeysOnly(ctx context.Context, propertyThree string) (*models.ThingWithRequiredCompositePropertiesAndKeysOnly, error)
- func (m *MockInterface) GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree(ctx context.Context, ...) error
- func (m *MockInterface) GetThingWithRequiredFields(ctx context.Context, name string) (*models.ThingWithRequiredFields, error)
- func (m *MockInterface) GetThingWithRequiredFields2(ctx context.Context, name, id string) (*models.ThingWithRequiredFields2, error)
- func (m *MockInterface) GetThingWithRequiredFields2sByNameAndID(ctx context.Context, input GetThingWithRequiredFields2sByNameAndIDInput, ...) error
- func (m *MockInterface) GetThingWithUnderscores(ctx context.Context, iDApp string) (*models.ThingWithUnderscores, error)
- func (m *MockInterface) GetThingsByNameAndCreatedAt(ctx context.Context, input GetThingsByNameAndCreatedAtInput, ...) error
- func (m *MockInterface) GetThingsByNameAndVersion(ctx context.Context, input GetThingsByNameAndVersionInput, ...) error
- func (m_2 *MockInterface) SaveDeployment(ctx context.Context, m models.Deployment) error
- func (m_2 *MockInterface) SaveEvent(ctx context.Context, m models.Event) error
- func (m_2 *MockInterface) SaveNoRangeThingWithCompositeAttributes(ctx context.Context, m models.NoRangeThingWithCompositeAttributes) error
- func (m_2 *MockInterface) SaveSimpleThing(ctx context.Context, m models.SimpleThing) error
- func (m_2 *MockInterface) SaveTeacherSharingRule(ctx context.Context, m models.TeacherSharingRule) error
- func (m_2 *MockInterface) SaveThing(ctx context.Context, m models.Thing) error
- func (m_2 *MockInterface) SaveThingWithCompositeAttributes(ctx context.Context, m models.ThingWithCompositeAttributes) error
- func (m_2 *MockInterface) SaveThingWithCompositeEnumAttributes(ctx context.Context, m models.ThingWithCompositeEnumAttributes) error
- func (m_2 *MockInterface) SaveThingWithDateRange(ctx context.Context, m models.ThingWithDateRange) error
- func (m_2 *MockInterface) SaveThingWithDateTimeComposite(ctx context.Context, m models.ThingWithDateTimeComposite) error
- func (m_2 *MockInterface) SaveThingWithEnumHashKey(ctx context.Context, m models.ThingWithEnumHashKey) error
- func (m_2 *MockInterface) SaveThingWithMatchingKeys(ctx context.Context, m models.ThingWithMatchingKeys) error
- func (m_2 *MockInterface) SaveThingWithRequiredCompositePropertiesAndKeysOnly(ctx context.Context, m models.ThingWithRequiredCompositePropertiesAndKeysOnly) error
- func (m_2 *MockInterface) SaveThingWithRequiredFields(ctx context.Context, m models.ThingWithRequiredFields) error
- func (m_2 *MockInterface) SaveThingWithRequiredFields2(ctx context.Context, m models.ThingWithRequiredFields2) error
- func (m_2 *MockInterface) SaveThingWithUnderscores(ctx context.Context, m models.ThingWithUnderscores) error
- func (m *MockInterface) ScanDeployments(ctx context.Context, input ScanDeploymentsInput, ...) error
- func (m *MockInterface) ScanDeploymentsByEnvAppAndDate(ctx context.Context, input ScanDeploymentsByEnvAppAndDateInput, ...) error
- func (m *MockInterface) ScanDeploymentsByVersion(ctx context.Context, input ScanDeploymentsByVersionInput, ...) error
- func (m *MockInterface) ScanEvents(ctx context.Context, input ScanEventsInput, fn func(*models.Event, bool) bool) error
- func (m *MockInterface) ScanEventsBySkAndData(ctx context.Context, input ScanEventsBySkAndDataInput, ...) error
- func (m *MockInterface) ScanNoRangeThingWithCompositeAttributess(ctx context.Context, input ScanNoRangeThingWithCompositeAttributessInput, ...) error
- func (m *MockInterface) ScanNoRangeThingWithCompositeAttributessByNameVersionAndDate(ctx context.Context, ...) error
- func (m *MockInterface) ScanSimpleThings(ctx context.Context, input ScanSimpleThingsInput, ...) error
- func (m *MockInterface) ScanTeacherSharingRules(ctx context.Context, input ScanTeacherSharingRulesInput, ...) error
- func (m *MockInterface) ScanTeacherSharingRulesByDistrictAndSchoolTeacherApp(ctx context.Context, ...) error
- func (m *MockInterface) ScanThingWithCompositeAttributess(ctx context.Context, input ScanThingWithCompositeAttributessInput, ...) error
- func (m *MockInterface) ScanThingWithCompositeAttributessByNameVersionAndDate(ctx context.Context, ...) error
- func (m *MockInterface) ScanThingWithCompositeEnumAttributess(ctx context.Context, input ScanThingWithCompositeEnumAttributessInput, ...) error
- func (m *MockInterface) ScanThingWithDateRanges(ctx context.Context, input ScanThingWithDateRangesInput, ...) error
- func (m *MockInterface) ScanThingWithDateTimeComposites(ctx context.Context, input ScanThingWithDateTimeCompositesInput, ...) error
- func (m *MockInterface) ScanThingWithEnumHashKeys(ctx context.Context, input ScanThingWithEnumHashKeysInput, ...) error
- func (m *MockInterface) ScanThingWithEnumHashKeysByBranchAndDate2(ctx context.Context, input ScanThingWithEnumHashKeysByBranchAndDate2Input, ...) error
- func (m *MockInterface) ScanThingWithMatchingKeyss(ctx context.Context, input ScanThingWithMatchingKeyssInput, ...) error
- func (m *MockInterface) ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBear(ctx context.Context, ...) error
- func (m *MockInterface) ScanThingWithRequiredCompositePropertiesAndKeysOnlys(ctx context.Context, ...) error
- func (m *MockInterface) ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree(ctx context.Context, ...) error
- func (m *MockInterface) ScanThingWithRequiredFields2s(ctx context.Context, input ScanThingWithRequiredFields2sInput, ...) error
- func (m *MockInterface) ScanThingWithRequiredFieldss(ctx context.Context, input ScanThingWithRequiredFieldssInput, ...) error
- func (m *MockInterface) ScanThings(ctx context.Context, input ScanThingsInput, fn func(*models.Thing, bool) bool) error
- func (m *MockInterface) ScanThingsByID(ctx context.Context, input ScanThingsByIDInput, ...) error
- func (m *MockInterface) ScanThingsByNameAndCreatedAt(ctx context.Context, input ScanThingsByNameAndCreatedAtInput, ...) error
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) DeleteDeployment(ctx, environment, application, version interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteEvent(ctx, pk, sk interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteNoRangeThingWithCompositeAttributes(ctx, name, branch interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteSimpleThing(ctx, name interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteTeacherSharingRule(ctx, teacher, school, app interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteThing(ctx, name, version interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteThingWithCompositeAttributes(ctx, name, branch, date interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteThingWithCompositeEnumAttributes(ctx, name, branchID, date interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteThingWithDateRange(ctx, name, date interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteThingWithDateTimeComposite(ctx, typeVar, id, created, resource interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteThingWithEnumHashKey(ctx, branch, date interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteThingWithMatchingKeys(ctx, bear, assocType, assocID interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteThingWithRequiredCompositePropertiesAndKeysOnly(ctx, propertyThree interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteThingWithRequiredFields(ctx, name interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteThingWithRequiredFields2(ctx, name, id interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteThingWithUnderscores(ctx, iDApp interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetDeployment(ctx, environment, application, version interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetDeploymentByVersion(ctx, version interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetDeploymentsByEnvAppAndDate(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetDeploymentsByEnvAppAndVersion(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetDeploymentsByEnvironmentAndDate(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetEvent(ctx, pk, sk interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetEventsByPkAndSk(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetEventsBySkAndData(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetNoRangeThingWithCompositeAttributes(ctx, name, branch interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetNoRangeThingWithCompositeAttributessByNameVersionAndDate(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetSimpleThing(ctx, name interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetTeacherSharingRule(ctx, teacher, school, app interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetTeacherSharingRulesByDistrictAndSchoolTeacherApp(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetTeacherSharingRulesByTeacherAndSchoolApp(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThing(ctx, name, version interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingByID(ctx, id interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithCompositeAttributes(ctx, name, branch, date interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithCompositeAttributessByNameBranchAndDate(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithCompositeAttributessByNameVersionAndDate(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithCompositeEnumAttributes(ctx, name, branchID, date interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithCompositeEnumAttributessByNameBranchAndDate(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithDateRange(ctx, name, date interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithDateRangesByNameAndDate(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithDateTimeComposite(ctx, typeVar, id, created, resource interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithDateTimeCompositesByTypeIDAndCreatedResource(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithEnumHashKey(ctx, branch, date interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithEnumHashKeysByBranchAndDate(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithEnumHashKeysByBranchAndDate2(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithMatchingKeys(ctx, bear, assocType, assocID interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBear(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithMatchingKeyssByBearAndAssocTypeID(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithRequiredCompositePropertiesAndKeysOnly(ctx, propertyThree interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithRequiredFields(ctx, name interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithRequiredFields2(ctx, name, id interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithRequiredFields2sByNameAndID(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithUnderscores(ctx, iDApp interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingsByNameAndCreatedAt(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingsByNameAndVersion(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveDeployment(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveEvent(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveNoRangeThingWithCompositeAttributes(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveSimpleThing(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveTeacherSharingRule(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveThing(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveThingWithCompositeAttributes(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveThingWithCompositeEnumAttributes(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveThingWithDateRange(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveThingWithDateTimeComposite(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveThingWithEnumHashKey(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveThingWithMatchingKeys(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveThingWithRequiredCompositePropertiesAndKeysOnly(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveThingWithRequiredFields(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveThingWithRequiredFields2(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveThingWithUnderscores(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanDeployments(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanDeploymentsByEnvAppAndDate(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanDeploymentsByVersion(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanEvents(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanEventsBySkAndData(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanNoRangeThingWithCompositeAttributess(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanNoRangeThingWithCompositeAttributessByNameVersionAndDate(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanSimpleThings(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanTeacherSharingRules(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanTeacherSharingRulesByDistrictAndSchoolTeacherApp(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThingWithCompositeAttributess(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThingWithCompositeAttributessByNameVersionAndDate(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThingWithCompositeEnumAttributess(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThingWithDateRanges(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThingWithDateTimeComposites(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThingWithEnumHashKeys(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThingWithEnumHashKeysByBranchAndDate2(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThingWithMatchingKeyss(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBear(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThingWithRequiredCompositePropertiesAndKeysOnlys(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThingWithRequiredFields2s(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThingWithRequiredFieldss(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThings(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThingsByID(ctx, input, fn interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThingsByNameAndCreatedAt(ctx, input, fn interface{}) *gomock.Call
- type ScanDeploymentsByEnvAppAndDateInput
- type ScanDeploymentsByVersionInput
- type ScanDeploymentsInput
- type ScanEventsBySkAndDataInput
- type ScanEventsInput
- type ScanNoRangeThingWithCompositeAttributessByNameVersionAndDateInput
- type ScanNoRangeThingWithCompositeAttributessInput
- type ScanSimpleThingsInput
- type ScanTeacherSharingRulesByDistrictAndSchoolTeacherAppInput
- type ScanTeacherSharingRulesInput
- type ScanThingWithCompositeAttributessByNameVersionAndDateInput
- type ScanThingWithCompositeAttributessInput
- type ScanThingWithCompositeEnumAttributessInput
- type ScanThingWithDateRangesInput
- type ScanThingWithDateTimeCompositesInput
- type ScanThingWithEnumHashKeysByBranchAndDate2Input
- type ScanThingWithEnumHashKeysInput
- type ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBearInput
- type ScanThingWithMatchingKeyssInput
- type ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThreeInput
- type ScanThingWithRequiredCompositePropertiesAndKeysOnlysInput
- type ScanThingWithRequiredFields2sInput
- type ScanThingWithRequiredFieldssInput
- type ScanThingsByIDInput
- type ScanThingsByNameAndCreatedAtInput
- type ScanThingsInput
- type SchoolApp
- type SchoolTeacherApp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AssocTypeAssocID ¶
AssocTypeAssocID struct.
type CreatedBear ¶
CreatedBear struct.
type CreatedResource ¶ added in v1.14.1
CreatedResource struct.
type ErrDeploymentByEnvAppAndDateNotFound ¶
type ErrDeploymentByEnvAppAndDateNotFound struct { Environment string Application string Date strfmt.DateTime }
ErrDeploymentByEnvAppAndDateNotFound is returned when the database fails to find a Deployment.
func (ErrDeploymentByEnvAppAndDateNotFound) Error ¶
func (e ErrDeploymentByEnvAppAndDateNotFound) Error() string
Error returns a description of the error.
type ErrDeploymentByEnvironmentAndDateNotFound ¶
ErrDeploymentByEnvironmentAndDateNotFound is returned when the database fails to find a Deployment.
func (ErrDeploymentByEnvironmentAndDateNotFound) Error ¶
func (e ErrDeploymentByEnvironmentAndDateNotFound) Error() string
Error returns a description of the error.
type ErrDeploymentByVersionNotFound ¶
type ErrDeploymentByVersionNotFound struct {
Version string
}
ErrDeploymentByVersionNotFound is returned when the database fails to find a Deployment.
func (ErrDeploymentByVersionNotFound) Error ¶
func (e ErrDeploymentByVersionNotFound) Error() string
Error returns a description of the error.
type ErrDeploymentNotFound ¶
ErrDeploymentNotFound is returned when the database fails to find a Deployment.
func (ErrDeploymentNotFound) Error ¶
func (e ErrDeploymentNotFound) Error() string
Error returns a description of the error.
type ErrEventBySkAndDataNotFound ¶
ErrEventBySkAndDataNotFound is returned when the database fails to find a Event.
func (ErrEventBySkAndDataNotFound) Error ¶
func (e ErrEventBySkAndDataNotFound) Error() string
Error returns a description of the error.
type ErrEventNotFound ¶
ErrEventNotFound is returned when the database fails to find a Event.
func (ErrEventNotFound) Error ¶
func (e ErrEventNotFound) Error() string
Error returns a description of the error.
type ErrNoRangeThingWithCompositeAttributesAlreadyExists ¶
type ErrNoRangeThingWithCompositeAttributesAlreadyExists struct {
NameBranch string
}
ErrNoRangeThingWithCompositeAttributesAlreadyExists is returned when trying to overwrite a NoRangeThingWithCompositeAttributes.
func (ErrNoRangeThingWithCompositeAttributesAlreadyExists) Error ¶
func (e ErrNoRangeThingWithCompositeAttributesAlreadyExists) Error() string
Error returns a description of the error.
type ErrNoRangeThingWithCompositeAttributesByNameVersionAndDateNotFound ¶
type ErrNoRangeThingWithCompositeAttributesByNameVersionAndDateNotFound struct { Name string Version int64 Date strfmt.DateTime }
ErrNoRangeThingWithCompositeAttributesByNameVersionAndDateNotFound is returned when the database fails to find a NoRangeThingWithCompositeAttributes.
func (ErrNoRangeThingWithCompositeAttributesByNameVersionAndDateNotFound) Error ¶
func (e ErrNoRangeThingWithCompositeAttributesByNameVersionAndDateNotFound) Error() string
Error returns a description of the error.
type ErrNoRangeThingWithCompositeAttributesNotFound ¶
ErrNoRangeThingWithCompositeAttributesNotFound is returned when the database fails to find a NoRangeThingWithCompositeAttributes.
func (ErrNoRangeThingWithCompositeAttributesNotFound) Error ¶
func (e ErrNoRangeThingWithCompositeAttributesNotFound) Error() string
Error returns a description of the error.
type ErrSimpleThingAlreadyExists ¶
type ErrSimpleThingAlreadyExists struct {
Name string
}
ErrSimpleThingAlreadyExists is returned when trying to overwrite a SimpleThing.
func (ErrSimpleThingAlreadyExists) Error ¶
func (e ErrSimpleThingAlreadyExists) Error() string
Error returns a description of the error.
type ErrSimpleThingNotFound ¶
type ErrSimpleThingNotFound struct {
Name string
}
ErrSimpleThingNotFound is returned when the database fails to find a SimpleThing.
func (ErrSimpleThingNotFound) Error ¶
func (e ErrSimpleThingNotFound) Error() string
Error returns a description of the error.
type ErrTeacherSharingRuleByDistrictAndSchoolTeacherAppNotFound ¶ added in v1.12.0
type ErrTeacherSharingRuleByDistrictAndSchoolTeacherAppNotFound struct { District string School string Teacher string App string }
ErrTeacherSharingRuleByDistrictAndSchoolTeacherAppNotFound is returned when the database fails to find a TeacherSharingRule.
func (ErrTeacherSharingRuleByDistrictAndSchoolTeacherAppNotFound) Error ¶ added in v1.12.0
func (e ErrTeacherSharingRuleByDistrictAndSchoolTeacherAppNotFound) Error() string
Error returns a description of the error.
type ErrTeacherSharingRuleNotFound ¶ added in v1.12.0
ErrTeacherSharingRuleNotFound is returned when the database fails to find a TeacherSharingRule.
func (ErrTeacherSharingRuleNotFound) Error ¶ added in v1.12.0
func (e ErrTeacherSharingRuleNotFound) Error() string
Error returns a description of the error.
type ErrThingAlreadyExists ¶
ErrThingAlreadyExists is returned when trying to overwrite a Thing.
func (ErrThingAlreadyExists) Error ¶
func (e ErrThingAlreadyExists) Error() string
Error returns a description of the error.
type ErrThingByIDNotFound ¶ added in v1.8.0
type ErrThingByIDNotFound struct {
ID string
}
ErrThingByIDNotFound is returned when the database fails to find a Thing.
func (ErrThingByIDNotFound) Error ¶ added in v1.8.0
func (e ErrThingByIDNotFound) Error() string
Error returns a description of the error.
type ErrThingByNameAndCreatedAtNotFound ¶ added in v1.8.0
ErrThingByNameAndCreatedAtNotFound is returned when the database fails to find a Thing.
func (ErrThingByNameAndCreatedAtNotFound) Error ¶ added in v1.8.0
func (e ErrThingByNameAndCreatedAtNotFound) Error() string
Error returns a description of the error.
type ErrThingNotFound ¶
ErrThingNotFound is returned when the database fails to find a Thing.
func (ErrThingNotFound) Error ¶
func (e ErrThingNotFound) Error() string
Error returns a description of the error.
type ErrThingWithCompositeAttributesAlreadyExists ¶ added in v1.13.3
ErrThingWithCompositeAttributesAlreadyExists is returned when trying to overwrite a ThingWithCompositeAttributes.
func (ErrThingWithCompositeAttributesAlreadyExists) Error ¶ added in v1.13.3
func (e ErrThingWithCompositeAttributesAlreadyExists) Error() string
Error returns a description of the error.
type ErrThingWithCompositeAttributesByNameVersionAndDateNotFound ¶ added in v1.12.0
type ErrThingWithCompositeAttributesByNameVersionAndDateNotFound struct { Name string Version int64 Date strfmt.DateTime }
ErrThingWithCompositeAttributesByNameVersionAndDateNotFound is returned when the database fails to find a ThingWithCompositeAttributes.
func (ErrThingWithCompositeAttributesByNameVersionAndDateNotFound) Error ¶ added in v1.12.0
func (e ErrThingWithCompositeAttributesByNameVersionAndDateNotFound) Error() string
Error returns a description of the error.
type ErrThingWithCompositeAttributesNotFound ¶ added in v1.12.0
type ErrThingWithCompositeAttributesNotFound struct { Name string Branch string Date strfmt.DateTime }
ErrThingWithCompositeAttributesNotFound is returned when the database fails to find a ThingWithCompositeAttributes.
func (ErrThingWithCompositeAttributesNotFound) Error ¶ added in v1.12.0
func (e ErrThingWithCompositeAttributesNotFound) Error() string
Error returns a description of the error.
type ErrThingWithCompositeEnumAttributesAlreadyExists ¶ added in v1.14.0
type ErrThingWithCompositeEnumAttributesAlreadyExists struct { NameBranch string Date strfmt.DateTime }
ErrThingWithCompositeEnumAttributesAlreadyExists is returned when trying to overwrite a ThingWithCompositeEnumAttributes.
func (ErrThingWithCompositeEnumAttributesAlreadyExists) Error ¶ added in v1.14.0
func (e ErrThingWithCompositeEnumAttributesAlreadyExists) Error() string
Error returns a description of the error.
type ErrThingWithCompositeEnumAttributesNotFound ¶ added in v1.14.0
type ErrThingWithCompositeEnumAttributesNotFound struct { Name string BranchID models.Branch Date strfmt.DateTime }
ErrThingWithCompositeEnumAttributesNotFound is returned when the database fails to find a ThingWithCompositeEnumAttributes.
func (ErrThingWithCompositeEnumAttributesNotFound) Error ¶ added in v1.14.0
func (e ErrThingWithCompositeEnumAttributesNotFound) Error() string
Error returns a description of the error.
type ErrThingWithDateRangeNotFound ¶
ErrThingWithDateRangeNotFound is returned when the database fails to find a ThingWithDateRange.
func (ErrThingWithDateRangeNotFound) Error ¶
func (e ErrThingWithDateRangeNotFound) Error() string
Error returns a description of the error.
type ErrThingWithDateTimeCompositeNotFound ¶ added in v1.14.1
type ErrThingWithDateTimeCompositeNotFound struct { Type string ID string Created strfmt.DateTime Resource string }
ErrThingWithDateTimeCompositeNotFound is returned when the database fails to find a ThingWithDateTimeComposite.
func (ErrThingWithDateTimeCompositeNotFound) Error ¶ added in v1.14.1
func (e ErrThingWithDateTimeCompositeNotFound) Error() string
Error returns a description of the error.
type ErrThingWithEnumHashKeyAlreadyExists ¶
ErrThingWithEnumHashKeyAlreadyExists is returned when trying to overwrite a ThingWithEnumHashKey.
func (ErrThingWithEnumHashKeyAlreadyExists) Error ¶
func (e ErrThingWithEnumHashKeyAlreadyExists) Error() string
Error returns a description of the error.
type ErrThingWithEnumHashKeyByBranchAndDate2NotFound ¶
type ErrThingWithEnumHashKeyByBranchAndDate2NotFound struct { Branch models.Branch Date2 strfmt.DateTime }
ErrThingWithEnumHashKeyByBranchAndDate2NotFound is returned when the database fails to find a ThingWithEnumHashKey.
func (ErrThingWithEnumHashKeyByBranchAndDate2NotFound) Error ¶
func (e ErrThingWithEnumHashKeyByBranchAndDate2NotFound) Error() string
Error returns a description of the error.
type ErrThingWithEnumHashKeyNotFound ¶
ErrThingWithEnumHashKeyNotFound is returned when the database fails to find a ThingWithEnumHashKey.
func (ErrThingWithEnumHashKeyNotFound) Error ¶
func (e ErrThingWithEnumHashKeyNotFound) Error() string
Error returns a description of the error.
type ErrThingWithMatchingKeysByAssocTypeIDAndCreatedBearNotFound ¶
type ErrThingWithMatchingKeysByAssocTypeIDAndCreatedBearNotFound struct { AssocType string AssocID string Created strfmt.DateTime Bear string }
ErrThingWithMatchingKeysByAssocTypeIDAndCreatedBearNotFound is returned when the database fails to find a ThingWithMatchingKeys.
func (ErrThingWithMatchingKeysByAssocTypeIDAndCreatedBearNotFound) Error ¶
func (e ErrThingWithMatchingKeysByAssocTypeIDAndCreatedBearNotFound) Error() string
Error returns a description of the error.
type ErrThingWithMatchingKeysNotFound ¶
ErrThingWithMatchingKeysNotFound is returned when the database fails to find a ThingWithMatchingKeys.
func (ErrThingWithMatchingKeysNotFound) Error ¶
func (e ErrThingWithMatchingKeysNotFound) Error() string
Error returns a description of the error.
type ErrThingWithRequiredCompositePropertiesAndKeysOnlyByPropertyOneAndTwoAndPropertyThreeNotFound ¶
type ErrThingWithRequiredCompositePropertiesAndKeysOnlyByPropertyOneAndTwoAndPropertyThreeNotFound struct { PropertyOne string PropertyTwo string PropertyThree string }
ErrThingWithRequiredCompositePropertiesAndKeysOnlyByPropertyOneAndTwoAndPropertyThreeNotFound is returned when the database fails to find a ThingWithRequiredCompositePropertiesAndKeysOnly.
func (ErrThingWithRequiredCompositePropertiesAndKeysOnlyByPropertyOneAndTwoAndPropertyThreeNotFound) Error ¶
func (e ErrThingWithRequiredCompositePropertiesAndKeysOnlyByPropertyOneAndTwoAndPropertyThreeNotFound) Error() string
Error returns a description of the error.
type ErrThingWithRequiredCompositePropertiesAndKeysOnlyNotFound ¶
type ErrThingWithRequiredCompositePropertiesAndKeysOnlyNotFound struct {
PropertyThree string
}
ErrThingWithRequiredCompositePropertiesAndKeysOnlyNotFound is returned when the database fails to find a ThingWithRequiredCompositePropertiesAndKeysOnly.
func (ErrThingWithRequiredCompositePropertiesAndKeysOnlyNotFound) Error ¶
func (e ErrThingWithRequiredCompositePropertiesAndKeysOnlyNotFound) Error() string
Error returns a description of the error.
type ErrThingWithRequiredFields2AlreadyExists ¶
ErrThingWithRequiredFields2AlreadyExists is returned when trying to overwrite a ThingWithRequiredFields2.
func (ErrThingWithRequiredFields2AlreadyExists) Error ¶
func (e ErrThingWithRequiredFields2AlreadyExists) Error() string
Error returns a description of the error.
type ErrThingWithRequiredFields2NotFound ¶
ErrThingWithRequiredFields2NotFound is returned when the database fails to find a ThingWithRequiredFields2.
func (ErrThingWithRequiredFields2NotFound) Error ¶
func (e ErrThingWithRequiredFields2NotFound) Error() string
Error returns a description of the error.
type ErrThingWithRequiredFieldsAlreadyExists ¶ added in v1.13.0
type ErrThingWithRequiredFieldsAlreadyExists struct {
Name string
}
ErrThingWithRequiredFieldsAlreadyExists is returned when trying to overwrite a ThingWithRequiredFields.
func (ErrThingWithRequiredFieldsAlreadyExists) Error ¶ added in v1.13.0
func (e ErrThingWithRequiredFieldsAlreadyExists) Error() string
Error returns a description of the error.
type ErrThingWithRequiredFieldsNotFound ¶ added in v1.13.0
type ErrThingWithRequiredFieldsNotFound struct {
Name string
}
ErrThingWithRequiredFieldsNotFound is returned when the database fails to find a ThingWithRequiredFields.
func (ErrThingWithRequiredFieldsNotFound) Error ¶ added in v1.13.0
func (e ErrThingWithRequiredFieldsNotFound) Error() string
Error returns a description of the error.
type ErrThingWithUnderscoresNotFound ¶ added in v1.7.1
type ErrThingWithUnderscoresNotFound struct {
IDApp string
}
ErrThingWithUnderscoresNotFound is returned when the database fails to find a ThingWithUnderscores.
func (ErrThingWithUnderscoresNotFound) Error ¶ added in v1.7.1
func (e ErrThingWithUnderscoresNotFound) Error() string
Error returns a description of the error.
type GetDeploymentsByEnvAppAndDateInput ¶
type GetDeploymentsByEnvAppAndDateInput struct { // Environment is required Environment string // Application is required Application string DateStartingAt *strfmt.DateTime StartingAfter *models.Deployment Descending bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetDeploymentsByEnvAppAndDateInput is the query input to GetDeploymentsByEnvAppAndDate.
type GetDeploymentsByEnvAppAndVersionInput ¶
type GetDeploymentsByEnvAppAndVersionInput struct { // Environment is required Environment string // Application is required Application string VersionStartingAt *string // StartingAfter is a required specification of an exclusive starting point. StartingAfter *models.Deployment Descending bool // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetDeploymentsByEnvAppAndVersionInput is the query input to GetDeploymentsByEnvAppAndVersion.
type GetDeploymentsByEnvironmentAndDateInput ¶
type GetDeploymentsByEnvironmentAndDateInput struct { // Environment is required Environment string DateStartingAt *strfmt.DateTime StartingAfter *models.Deployment Descending bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetDeploymentsByEnvironmentAndDateInput is the query input to GetDeploymentsByEnvironmentAndDate.
type GetEventsByPkAndSkInput ¶
type GetEventsByPkAndSkInput struct { // Pk is required Pk string SkStartingAt *string // StartingAfter is a required specification of an exclusive starting point. StartingAfter *models.Event Descending bool // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetEventsByPkAndSkInput is the query input to GetEventsByPkAndSk.
type GetEventsBySkAndDataInput ¶
type GetEventsBySkAndDataInput struct { // Sk is required Sk string DataStartingAt []byte StartingAfter *models.Event Descending bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetEventsBySkAndDataInput is the query input to GetEventsBySkAndData.
type GetNoRangeThingWithCompositeAttributessByNameVersionAndDateInput ¶
type GetNoRangeThingWithCompositeAttributessByNameVersionAndDateInput struct { // Name is required Name string // Version is required Version int64 DateStartingAt *strfmt.DateTime StartingAfter *models.NoRangeThingWithCompositeAttributes Descending bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetNoRangeThingWithCompositeAttributessByNameVersionAndDateInput is the query input to GetNoRangeThingWithCompositeAttributessByNameVersionAndDate.
type GetTeacherSharingRulesByDistrictAndSchoolTeacherAppInput ¶ added in v1.12.0
type GetTeacherSharingRulesByDistrictAndSchoolTeacherAppInput struct { // District is required District string StartingAt *SchoolTeacherApp StartingAfter *models.TeacherSharingRule Descending bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetTeacherSharingRulesByDistrictAndSchoolTeacherAppInput is the query input to GetTeacherSharingRulesByDistrictAndSchoolTeacherApp.
type GetTeacherSharingRulesByTeacherAndSchoolAppInput ¶ added in v1.12.0
type GetTeacherSharingRulesByTeacherAndSchoolAppInput struct { // Teacher is required Teacher string StartingAt *SchoolApp // StartingAfter is a required specification of an exclusive starting point. StartingAfter *models.TeacherSharingRule Descending bool // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetTeacherSharingRulesByTeacherAndSchoolAppInput is the query input to GetTeacherSharingRulesByTeacherAndSchoolApp.
type GetThingWithCompositeAttributessByNameBranchAndDateInput ¶ added in v1.12.0
type GetThingWithCompositeAttributessByNameBranchAndDateInput struct { // Name is required Name string // Branch is required Branch string DateStartingAt *strfmt.DateTime // StartingAfter is a required specification of an exclusive starting point. StartingAfter *models.ThingWithCompositeAttributes Descending bool // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetThingWithCompositeAttributessByNameBranchAndDateInput is the query input to GetThingWithCompositeAttributessByNameBranchAndDate.
type GetThingWithCompositeAttributessByNameVersionAndDateInput ¶ added in v1.12.0
type GetThingWithCompositeAttributessByNameVersionAndDateInput struct { // Name is required Name string // Version is required Version int64 DateStartingAt *strfmt.DateTime StartingAfter *models.ThingWithCompositeAttributes Descending bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetThingWithCompositeAttributessByNameVersionAndDateInput is the query input to GetThingWithCompositeAttributessByNameVersionAndDate.
type GetThingWithCompositeEnumAttributessByNameBranchAndDateInput ¶ added in v1.14.0
type GetThingWithCompositeEnumAttributessByNameBranchAndDateInput struct { // Name is required Name string // BranchID is required BranchID models.Branch DateStartingAt *strfmt.DateTime // StartingAfter is a required specification of an exclusive starting point. StartingAfter *models.ThingWithCompositeEnumAttributes Descending bool // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetThingWithCompositeEnumAttributessByNameBranchAndDateInput is the query input to GetThingWithCompositeEnumAttributessByNameBranchAndDate.
type GetThingWithDateRangesByNameAndDateInput ¶ added in v1.8.0
type GetThingWithDateRangesByNameAndDateInput struct { // Name is required Name string DateStartingAt *strfmt.DateTime // StartingAfter is a required specification of an exclusive starting point. StartingAfter *models.ThingWithDateRange Descending bool // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetThingWithDateRangesByNameAndDateInput is the query input to GetThingWithDateRangesByNameAndDate.
type GetThingWithDateTimeCompositesByTypeIDAndCreatedResourceInput ¶ added in v1.14.1
type GetThingWithDateTimeCompositesByTypeIDAndCreatedResourceInput struct { // Type is required Type string // ID is required ID string StartingAt *CreatedResource // StartingAfter is a required specification of an exclusive starting point. StartingAfter *models.ThingWithDateTimeComposite Descending bool // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetThingWithDateTimeCompositesByTypeIDAndCreatedResourceInput is the query input to GetThingWithDateTimeCompositesByTypeIDAndCreatedResource.
type GetThingWithEnumHashKeysByBranchAndDate2Input ¶
type GetThingWithEnumHashKeysByBranchAndDate2Input struct { // Branch is required Branch models.Branch Date2StartingAt *strfmt.DateTime StartingAfter *models.ThingWithEnumHashKey Descending bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetThingWithEnumHashKeysByBranchAndDate2Input is the query input to GetThingWithEnumHashKeysByBranchAndDate2.
type GetThingWithEnumHashKeysByBranchAndDateInput ¶
type GetThingWithEnumHashKeysByBranchAndDateInput struct { // Branch is required Branch models.Branch DateStartingAt *strfmt.DateTime // StartingAfter is a required specification of an exclusive starting point. StartingAfter *models.ThingWithEnumHashKey Descending bool // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetThingWithEnumHashKeysByBranchAndDateInput is the query input to GetThingWithEnumHashKeysByBranchAndDate.
type GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBearInput ¶
type GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBearInput struct { // AssocType is required AssocType string // AssocID is required AssocID string StartingAt *CreatedBear StartingAfter *models.ThingWithMatchingKeys Descending bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBearInput is the query input to GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBear.
type GetThingWithMatchingKeyssByBearAndAssocTypeIDInput ¶
type GetThingWithMatchingKeyssByBearAndAssocTypeIDInput struct { // Bear is required Bear string StartingAt *AssocTypeAssocID // StartingAfter is a required specification of an exclusive starting point. StartingAfter *models.ThingWithMatchingKeys Descending bool // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetThingWithMatchingKeyssByBearAndAssocTypeIDInput is the query input to GetThingWithMatchingKeyssByBearAndAssocTypeID.
type GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThreeInput ¶
type GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThreeInput struct { // PropertyOne is required PropertyOne string // PropertyTwo is required PropertyTwo string PropertyThreeStartingAt *string StartingAfter *models.ThingWithRequiredCompositePropertiesAndKeysOnly Descending bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThreeInput is the query input to GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree.
type GetThingWithRequiredFields2sByNameAndIDInput ¶
type GetThingWithRequiredFields2sByNameAndIDInput struct { // Name is required Name string IDStartingAt *string // StartingAfter is a required specification of an exclusive starting point. StartingAfter *models.ThingWithRequiredFields2 Descending bool // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetThingWithRequiredFields2sByNameAndIDInput is the query input to GetThingWithRequiredFields2sByNameAndID.
type GetThingsByNameAndCreatedAtInput ¶ added in v1.8.0
type GetThingsByNameAndCreatedAtInput struct { // Name is required Name string CreatedAtStartingAt *strfmt.DateTime StartingAfter *models.Thing Descending bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetThingsByNameAndCreatedAtInput is the query input to GetThingsByNameAndCreatedAt.
type GetThingsByNameAndVersionInput ¶ added in v1.8.0
type GetThingsByNameAndVersionInput struct { // Name is required Name string VersionStartingAt *int64 // StartingAfter is a required specification of an exclusive starting point. StartingAfter *models.Thing Descending bool // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limit is an optional limit of how many items to evaluate. Limit *int64 }
GetThingsByNameAndVersionInput is the query input to GetThingsByNameAndVersion.
type Interface ¶
type Interface interface { // SaveDeployment saves a Deployment to the database. SaveDeployment(ctx context.Context, m models.Deployment) error // GetDeployment retrieves a Deployment from the database. GetDeployment(ctx context.Context, environment string, application string, version string) (*models.Deployment, error) // ScanDeployments runs a scan on the Deployments table. ScanDeployments(ctx context.Context, input ScanDeploymentsInput, fn func(m *models.Deployment, lastDeployment bool) bool) error // GetDeploymentsByEnvAppAndVersion retrieves a page of Deployments from the database. GetDeploymentsByEnvAppAndVersion(ctx context.Context, input GetDeploymentsByEnvAppAndVersionInput, fn func(m *models.Deployment, lastDeployment bool) bool) error // DeleteDeployment deletes a Deployment from the database. DeleteDeployment(ctx context.Context, environment string, application string, version string) error // GetDeploymentsByEnvAppAndDate retrieves a page of Deployments from the database. GetDeploymentsByEnvAppAndDate(ctx context.Context, input GetDeploymentsByEnvAppAndDateInput, fn func(m *models.Deployment, lastDeployment bool) bool) error // ScanDeploymentsByEnvAppAndDate runs a scan on the EnvAppAndDate index. ScanDeploymentsByEnvAppAndDate(ctx context.Context, input ScanDeploymentsByEnvAppAndDateInput, fn func(m *models.Deployment, lastDeployment bool) bool) error // GetDeploymentsByEnvironmentAndDate retrieves a page of Deployments from the database. GetDeploymentsByEnvironmentAndDate(ctx context.Context, input GetDeploymentsByEnvironmentAndDateInput, fn func(m *models.Deployment, lastDeployment bool) bool) error // GetDeploymentByVersion retrieves a Deployment from the database. GetDeploymentByVersion(ctx context.Context, version string) (*models.Deployment, error) // ScanDeploymentsByVersion runs a scan on the Version index. ScanDeploymentsByVersion(ctx context.Context, input ScanDeploymentsByVersionInput, fn func(m *models.Deployment, lastDeployment bool) bool) error // SaveEvent saves a Event to the database. SaveEvent(ctx context.Context, m models.Event) error // GetEvent retrieves a Event from the database. GetEvent(ctx context.Context, pk string, sk string) (*models.Event, error) // ScanEvents runs a scan on the Events table. ScanEvents(ctx context.Context, input ScanEventsInput, fn func(m *models.Event, lastEvent bool) bool) error // GetEventsByPkAndSk retrieves a page of Events from the database. GetEventsByPkAndSk(ctx context.Context, input GetEventsByPkAndSkInput, fn func(m *models.Event, lastEvent bool) bool) error // DeleteEvent deletes a Event from the database. DeleteEvent(ctx context.Context, pk string, sk string) error // GetEventsBySkAndData retrieves a page of Events from the database. GetEventsBySkAndData(ctx context.Context, input GetEventsBySkAndDataInput, fn func(m *models.Event, lastEvent bool) bool) error // ScanEventsBySkAndData runs a scan on the SkAndData index. ScanEventsBySkAndData(ctx context.Context, input ScanEventsBySkAndDataInput, fn func(m *models.Event, lastEvent bool) bool) error // SaveNoRangeThingWithCompositeAttributes saves a NoRangeThingWithCompositeAttributes to the database. SaveNoRangeThingWithCompositeAttributes(ctx context.Context, m models.NoRangeThingWithCompositeAttributes) error // GetNoRangeThingWithCompositeAttributes retrieves a NoRangeThingWithCompositeAttributes from the database. GetNoRangeThingWithCompositeAttributes(ctx context.Context, name string, branch string) (*models.NoRangeThingWithCompositeAttributes, error) // ScanNoRangeThingWithCompositeAttributess runs a scan on the NoRangeThingWithCompositeAttributess table. ScanNoRangeThingWithCompositeAttributess(ctx context.Context, input ScanNoRangeThingWithCompositeAttributessInput, fn func(m *models.NoRangeThingWithCompositeAttributes, lastNoRangeThingWithCompositeAttributes bool) bool) error // DeleteNoRangeThingWithCompositeAttributes deletes a NoRangeThingWithCompositeAttributes from the database. DeleteNoRangeThingWithCompositeAttributes(ctx context.Context, name string, branch string) error // GetNoRangeThingWithCompositeAttributessByNameVersionAndDate retrieves a page of NoRangeThingWithCompositeAttributess from the database. GetNoRangeThingWithCompositeAttributessByNameVersionAndDate(ctx context.Context, input GetNoRangeThingWithCompositeAttributessByNameVersionAndDateInput, fn func(m *models.NoRangeThingWithCompositeAttributes, lastNoRangeThingWithCompositeAttributes bool) bool) error // ScanNoRangeThingWithCompositeAttributessByNameVersionAndDate runs a scan on the NameVersionAndDate index. ScanNoRangeThingWithCompositeAttributessByNameVersionAndDate(ctx context.Context, input ScanNoRangeThingWithCompositeAttributessByNameVersionAndDateInput, fn func(m *models.NoRangeThingWithCompositeAttributes, lastNoRangeThingWithCompositeAttributes bool) bool) error // SaveSimpleThing saves a SimpleThing to the database. SaveSimpleThing(ctx context.Context, m models.SimpleThing) error // GetSimpleThing retrieves a SimpleThing from the database. GetSimpleThing(ctx context.Context, name string) (*models.SimpleThing, error) // ScanSimpleThings runs a scan on the SimpleThings table. ScanSimpleThings(ctx context.Context, input ScanSimpleThingsInput, fn func(m *models.SimpleThing, lastSimpleThing bool) bool) error // DeleteSimpleThing deletes a SimpleThing from the database. DeleteSimpleThing(ctx context.Context, name string) error // SaveTeacherSharingRule saves a TeacherSharingRule to the database. SaveTeacherSharingRule(ctx context.Context, m models.TeacherSharingRule) error // GetTeacherSharingRule retrieves a TeacherSharingRule from the database. GetTeacherSharingRule(ctx context.Context, teacher string, school string, app string) (*models.TeacherSharingRule, error) // ScanTeacherSharingRules runs a scan on the TeacherSharingRules table. ScanTeacherSharingRules(ctx context.Context, input ScanTeacherSharingRulesInput, fn func(m *models.TeacherSharingRule, lastTeacherSharingRule bool) bool) error // GetTeacherSharingRulesByTeacherAndSchoolApp retrieves a page of TeacherSharingRules from the database. GetTeacherSharingRulesByTeacherAndSchoolApp(ctx context.Context, input GetTeacherSharingRulesByTeacherAndSchoolAppInput, fn func(m *models.TeacherSharingRule, lastTeacherSharingRule bool) bool) error // DeleteTeacherSharingRule deletes a TeacherSharingRule from the database. DeleteTeacherSharingRule(ctx context.Context, teacher string, school string, app string) error // GetTeacherSharingRulesByDistrictAndSchoolTeacherApp retrieves a page of TeacherSharingRules from the database. GetTeacherSharingRulesByDistrictAndSchoolTeacherApp(ctx context.Context, input GetTeacherSharingRulesByDistrictAndSchoolTeacherAppInput, fn func(m *models.TeacherSharingRule, lastTeacherSharingRule bool) bool) error // ScanTeacherSharingRulesByDistrictAndSchoolTeacherApp runs a scan on the DistrictAndSchoolTeacherApp index. ScanTeacherSharingRulesByDistrictAndSchoolTeacherApp(ctx context.Context, input ScanTeacherSharingRulesByDistrictAndSchoolTeacherAppInput, fn func(m *models.TeacherSharingRule, lastTeacherSharingRule bool) bool) error // SaveThing saves a Thing to the database. SaveThing(ctx context.Context, m models.Thing) error // GetThing retrieves a Thing from the database. GetThing(ctx context.Context, name string, version int64) (*models.Thing, error) // ScanThings runs a scan on the Things table. ScanThings(ctx context.Context, input ScanThingsInput, fn func(m *models.Thing, lastThing bool) bool) error // GetThingsByNameAndVersion retrieves a page of Things from the database. GetThingsByNameAndVersion(ctx context.Context, input GetThingsByNameAndVersionInput, fn func(m *models.Thing, lastThing bool) bool) error // DeleteThing deletes a Thing from the database. DeleteThing(ctx context.Context, name string, version int64) error // GetThingByID retrieves a Thing from the database. GetThingByID(ctx context.Context, id string) (*models.Thing, error) // ScanThingsByID runs a scan on the ID index. ScanThingsByID(ctx context.Context, input ScanThingsByIDInput, fn func(m *models.Thing, lastThing bool) bool) error // GetThingsByNameAndCreatedAt retrieves a page of Things from the database. GetThingsByNameAndCreatedAt(ctx context.Context, input GetThingsByNameAndCreatedAtInput, fn func(m *models.Thing, lastThing bool) bool) error // ScanThingsByNameAndCreatedAt runs a scan on the NameAndCreatedAt index. ScanThingsByNameAndCreatedAt(ctx context.Context, input ScanThingsByNameAndCreatedAtInput, fn func(m *models.Thing, lastThing bool) bool) error // SaveThingWithCompositeAttributes saves a ThingWithCompositeAttributes to the database. SaveThingWithCompositeAttributes(ctx context.Context, m models.ThingWithCompositeAttributes) error // GetThingWithCompositeAttributes retrieves a ThingWithCompositeAttributes from the database. GetThingWithCompositeAttributes(ctx context.Context, name string, branch string, date strfmt.DateTime) (*models.ThingWithCompositeAttributes, error) // ScanThingWithCompositeAttributess runs a scan on the ThingWithCompositeAttributess table. ScanThingWithCompositeAttributess(ctx context.Context, input ScanThingWithCompositeAttributessInput, fn func(m *models.ThingWithCompositeAttributes, lastThingWithCompositeAttributes bool) bool) error // GetThingWithCompositeAttributessByNameBranchAndDate retrieves a page of ThingWithCompositeAttributess from the database. GetThingWithCompositeAttributessByNameBranchAndDate(ctx context.Context, input GetThingWithCompositeAttributessByNameBranchAndDateInput, fn func(m *models.ThingWithCompositeAttributes, lastThingWithCompositeAttributes bool) bool) error // DeleteThingWithCompositeAttributes deletes a ThingWithCompositeAttributes from the database. DeleteThingWithCompositeAttributes(ctx context.Context, name string, branch string, date strfmt.DateTime) error // GetThingWithCompositeAttributessByNameVersionAndDate retrieves a page of ThingWithCompositeAttributess from the database. GetThingWithCompositeAttributessByNameVersionAndDate(ctx context.Context, input GetThingWithCompositeAttributessByNameVersionAndDateInput, fn func(m *models.ThingWithCompositeAttributes, lastThingWithCompositeAttributes bool) bool) error // ScanThingWithCompositeAttributessByNameVersionAndDate runs a scan on the NameVersionAndDate index. ScanThingWithCompositeAttributessByNameVersionAndDate(ctx context.Context, input ScanThingWithCompositeAttributessByNameVersionAndDateInput, fn func(m *models.ThingWithCompositeAttributes, lastThingWithCompositeAttributes bool) bool) error // SaveThingWithCompositeEnumAttributes saves a ThingWithCompositeEnumAttributes to the database. SaveThingWithCompositeEnumAttributes(ctx context.Context, m models.ThingWithCompositeEnumAttributes) error // GetThingWithCompositeEnumAttributes retrieves a ThingWithCompositeEnumAttributes from the database. GetThingWithCompositeEnumAttributes(ctx context.Context, name string, branchID models.Branch, date strfmt.DateTime) (*models.ThingWithCompositeEnumAttributes, error) // ScanThingWithCompositeEnumAttributess runs a scan on the ThingWithCompositeEnumAttributess table. ScanThingWithCompositeEnumAttributess(ctx context.Context, input ScanThingWithCompositeEnumAttributessInput, fn func(m *models.ThingWithCompositeEnumAttributes, lastThingWithCompositeEnumAttributes bool) bool) error // GetThingWithCompositeEnumAttributessByNameBranchAndDate retrieves a page of ThingWithCompositeEnumAttributess from the database. GetThingWithCompositeEnumAttributessByNameBranchAndDate(ctx context.Context, input GetThingWithCompositeEnumAttributessByNameBranchAndDateInput, fn func(m *models.ThingWithCompositeEnumAttributes, lastThingWithCompositeEnumAttributes bool) bool) error // DeleteThingWithCompositeEnumAttributes deletes a ThingWithCompositeEnumAttributes from the database. DeleteThingWithCompositeEnumAttributes(ctx context.Context, name string, branchID models.Branch, date strfmt.DateTime) error // SaveThingWithDateRange saves a ThingWithDateRange to the database. SaveThingWithDateRange(ctx context.Context, m models.ThingWithDateRange) error // GetThingWithDateRange retrieves a ThingWithDateRange from the database. GetThingWithDateRange(ctx context.Context, name string, date strfmt.DateTime) (*models.ThingWithDateRange, error) // ScanThingWithDateRanges runs a scan on the ThingWithDateRanges table. ScanThingWithDateRanges(ctx context.Context, input ScanThingWithDateRangesInput, fn func(m *models.ThingWithDateRange, lastThingWithDateRange bool) bool) error // GetThingWithDateRangesByNameAndDate retrieves a page of ThingWithDateRanges from the database. GetThingWithDateRangesByNameAndDate(ctx context.Context, input GetThingWithDateRangesByNameAndDateInput, fn func(m *models.ThingWithDateRange, lastThingWithDateRange bool) bool) error // DeleteThingWithDateRange deletes a ThingWithDateRange from the database. DeleteThingWithDateRange(ctx context.Context, name string, date strfmt.DateTime) error // SaveThingWithDateTimeComposite saves a ThingWithDateTimeComposite to the database. SaveThingWithDateTimeComposite(ctx context.Context, m models.ThingWithDateTimeComposite) error // GetThingWithDateTimeComposite retrieves a ThingWithDateTimeComposite from the database. GetThingWithDateTimeComposite(ctx context.Context, typeVar string, id string, created strfmt.DateTime, resource string) (*models.ThingWithDateTimeComposite, error) // ScanThingWithDateTimeComposites runs a scan on the ThingWithDateTimeComposites table. ScanThingWithDateTimeComposites(ctx context.Context, input ScanThingWithDateTimeCompositesInput, fn func(m *models.ThingWithDateTimeComposite, lastThingWithDateTimeComposite bool) bool) error // GetThingWithDateTimeCompositesByTypeIDAndCreatedResource retrieves a page of ThingWithDateTimeComposites from the database. GetThingWithDateTimeCompositesByTypeIDAndCreatedResource(ctx context.Context, input GetThingWithDateTimeCompositesByTypeIDAndCreatedResourceInput, fn func(m *models.ThingWithDateTimeComposite, lastThingWithDateTimeComposite bool) bool) error // DeleteThingWithDateTimeComposite deletes a ThingWithDateTimeComposite from the database. DeleteThingWithDateTimeComposite(ctx context.Context, typeVar string, id string, created strfmt.DateTime, resource string) error // SaveThingWithEnumHashKey saves a ThingWithEnumHashKey to the database. SaveThingWithEnumHashKey(ctx context.Context, m models.ThingWithEnumHashKey) error // GetThingWithEnumHashKey retrieves a ThingWithEnumHashKey from the database. GetThingWithEnumHashKey(ctx context.Context, branch models.Branch, date strfmt.DateTime) (*models.ThingWithEnumHashKey, error) // ScanThingWithEnumHashKeys runs a scan on the ThingWithEnumHashKeys table. ScanThingWithEnumHashKeys(ctx context.Context, input ScanThingWithEnumHashKeysInput, fn func(m *models.ThingWithEnumHashKey, lastThingWithEnumHashKey bool) bool) error // GetThingWithEnumHashKeysByBranchAndDate retrieves a page of ThingWithEnumHashKeys from the database. GetThingWithEnumHashKeysByBranchAndDate(ctx context.Context, input GetThingWithEnumHashKeysByBranchAndDateInput, fn func(m *models.ThingWithEnumHashKey, lastThingWithEnumHashKey bool) bool) error // DeleteThingWithEnumHashKey deletes a ThingWithEnumHashKey from the database. DeleteThingWithEnumHashKey(ctx context.Context, branch models.Branch, date strfmt.DateTime) error // GetThingWithEnumHashKeysByBranchAndDate2 retrieves a page of ThingWithEnumHashKeys from the database. GetThingWithEnumHashKeysByBranchAndDate2(ctx context.Context, input GetThingWithEnumHashKeysByBranchAndDate2Input, fn func(m *models.ThingWithEnumHashKey, lastThingWithEnumHashKey bool) bool) error // ScanThingWithEnumHashKeysByBranchAndDate2 runs a scan on the BranchAndDate2 index. ScanThingWithEnumHashKeysByBranchAndDate2(ctx context.Context, input ScanThingWithEnumHashKeysByBranchAndDate2Input, fn func(m *models.ThingWithEnumHashKey, lastThingWithEnumHashKey bool) bool) error // SaveThingWithMatchingKeys saves a ThingWithMatchingKeys to the database. SaveThingWithMatchingKeys(ctx context.Context, m models.ThingWithMatchingKeys) error // GetThingWithMatchingKeys retrieves a ThingWithMatchingKeys from the database. GetThingWithMatchingKeys(ctx context.Context, bear string, assocType string, assocID string) (*models.ThingWithMatchingKeys, error) // ScanThingWithMatchingKeyss runs a scan on the ThingWithMatchingKeyss table. ScanThingWithMatchingKeyss(ctx context.Context, input ScanThingWithMatchingKeyssInput, fn func(m *models.ThingWithMatchingKeys, lastThingWithMatchingKeys bool) bool) error // GetThingWithMatchingKeyssByBearAndAssocTypeID retrieves a page of ThingWithMatchingKeyss from the database. GetThingWithMatchingKeyssByBearAndAssocTypeID(ctx context.Context, input GetThingWithMatchingKeyssByBearAndAssocTypeIDInput, fn func(m *models.ThingWithMatchingKeys, lastThingWithMatchingKeys bool) bool) error // DeleteThingWithMatchingKeys deletes a ThingWithMatchingKeys from the database. DeleteThingWithMatchingKeys(ctx context.Context, bear string, assocType string, assocID string) error // GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBear retrieves a page of ThingWithMatchingKeyss from the database. GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBear(ctx context.Context, input GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBearInput, fn func(m *models.ThingWithMatchingKeys, lastThingWithMatchingKeys bool) bool) error // ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBear runs a scan on the AssocTypeIDAndCreatedBear index. ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBear(ctx context.Context, input ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBearInput, fn func(m *models.ThingWithMatchingKeys, lastThingWithMatchingKeys bool) bool) error // SaveThingWithRequiredCompositePropertiesAndKeysOnly saves a ThingWithRequiredCompositePropertiesAndKeysOnly to the database. SaveThingWithRequiredCompositePropertiesAndKeysOnly(ctx context.Context, m models.ThingWithRequiredCompositePropertiesAndKeysOnly) error // GetThingWithRequiredCompositePropertiesAndKeysOnly retrieves a ThingWithRequiredCompositePropertiesAndKeysOnly from the database. GetThingWithRequiredCompositePropertiesAndKeysOnly(ctx context.Context, propertyThree string) (*models.ThingWithRequiredCompositePropertiesAndKeysOnly, error) // ScanThingWithRequiredCompositePropertiesAndKeysOnlys runs a scan on the ThingWithRequiredCompositePropertiesAndKeysOnlys table. ScanThingWithRequiredCompositePropertiesAndKeysOnlys(ctx context.Context, input ScanThingWithRequiredCompositePropertiesAndKeysOnlysInput, fn func(m *models.ThingWithRequiredCompositePropertiesAndKeysOnly, lastThingWithRequiredCompositePropertiesAndKeysOnly bool) bool) error // DeleteThingWithRequiredCompositePropertiesAndKeysOnly deletes a ThingWithRequiredCompositePropertiesAndKeysOnly from the database. DeleteThingWithRequiredCompositePropertiesAndKeysOnly(ctx context.Context, propertyThree string) error // GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree retrieves a page of ThingWithRequiredCompositePropertiesAndKeysOnlys from the database. GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree(ctx context.Context, input GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThreeInput, fn func(m *models.ThingWithRequiredCompositePropertiesAndKeysOnly, lastThingWithRequiredCompositePropertiesAndKeysOnly bool) bool) error // ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree runs a scan on the PropertyOneAndTwoAndPropertyThree index. ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree(ctx context.Context, input ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThreeInput, fn func(m *models.ThingWithRequiredCompositePropertiesAndKeysOnly, lastThingWithRequiredCompositePropertiesAndKeysOnly bool) bool) error // SaveThingWithRequiredFields saves a ThingWithRequiredFields to the database. SaveThingWithRequiredFields(ctx context.Context, m models.ThingWithRequiredFields) error // GetThingWithRequiredFields retrieves a ThingWithRequiredFields from the database. GetThingWithRequiredFields(ctx context.Context, name string) (*models.ThingWithRequiredFields, error) // ScanThingWithRequiredFieldss runs a scan on the ThingWithRequiredFieldss table. ScanThingWithRequiredFieldss(ctx context.Context, input ScanThingWithRequiredFieldssInput, fn func(m *models.ThingWithRequiredFields, lastThingWithRequiredFields bool) bool) error // DeleteThingWithRequiredFields deletes a ThingWithRequiredFields from the database. DeleteThingWithRequiredFields(ctx context.Context, name string) error // SaveThingWithRequiredFields2 saves a ThingWithRequiredFields2 to the database. SaveThingWithRequiredFields2(ctx context.Context, m models.ThingWithRequiredFields2) error // GetThingWithRequiredFields2 retrieves a ThingWithRequiredFields2 from the database. GetThingWithRequiredFields2(ctx context.Context, name string, id string) (*models.ThingWithRequiredFields2, error) // ScanThingWithRequiredFields2s runs a scan on the ThingWithRequiredFields2s table. ScanThingWithRequiredFields2s(ctx context.Context, input ScanThingWithRequiredFields2sInput, fn func(m *models.ThingWithRequiredFields2, lastThingWithRequiredFields2 bool) bool) error // GetThingWithRequiredFields2sByNameAndID retrieves a page of ThingWithRequiredFields2s from the database. GetThingWithRequiredFields2sByNameAndID(ctx context.Context, input GetThingWithRequiredFields2sByNameAndIDInput, fn func(m *models.ThingWithRequiredFields2, lastThingWithRequiredFields2 bool) bool) error // DeleteThingWithRequiredFields2 deletes a ThingWithRequiredFields2 from the database. DeleteThingWithRequiredFields2(ctx context.Context, name string, id string) error // SaveThingWithUnderscores saves a ThingWithUnderscores to the database. SaveThingWithUnderscores(ctx context.Context, m models.ThingWithUnderscores) error // GetThingWithUnderscores retrieves a ThingWithUnderscores from the database. GetThingWithUnderscores(ctx context.Context, iDApp string) (*models.ThingWithUnderscores, error) // DeleteThingWithUnderscores deletes a ThingWithUnderscores from the database. DeleteThingWithUnderscores(ctx context.Context, iDApp string) error }
Interface for interacting with the swagger-test database.
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance
func (*MockInterface) DeleteDeployment ¶
func (m *MockInterface) DeleteDeployment(ctx context.Context, environment, application, version string) error
DeleteDeployment mocks base method
func (*MockInterface) DeleteEvent ¶
func (m *MockInterface) DeleteEvent(ctx context.Context, pk, sk string) error
DeleteEvent mocks base method
func (*MockInterface) DeleteNoRangeThingWithCompositeAttributes ¶
func (m *MockInterface) DeleteNoRangeThingWithCompositeAttributes(ctx context.Context, name, branch string) error
DeleteNoRangeThingWithCompositeAttributes mocks base method
func (*MockInterface) DeleteSimpleThing ¶
func (m *MockInterface) DeleteSimpleThing(ctx context.Context, name string) error
DeleteSimpleThing mocks base method
func (*MockInterface) DeleteTeacherSharingRule ¶ added in v1.12.0
func (m *MockInterface) DeleteTeacherSharingRule(ctx context.Context, teacher, school, app string) error
DeleteTeacherSharingRule mocks base method
func (*MockInterface) DeleteThing ¶
DeleteThing mocks base method
func (*MockInterface) DeleteThingWithCompositeAttributes ¶ added in v1.12.0
func (m *MockInterface) DeleteThingWithCompositeAttributes(ctx context.Context, name, branch string, date strfmt.DateTime) error
DeleteThingWithCompositeAttributes mocks base method
func (*MockInterface) DeleteThingWithCompositeEnumAttributes ¶ added in v1.14.0
func (m *MockInterface) DeleteThingWithCompositeEnumAttributes(ctx context.Context, name string, branchID models.Branch, date strfmt.DateTime) error
DeleteThingWithCompositeEnumAttributes mocks base method
func (*MockInterface) DeleteThingWithDateRange ¶
func (m *MockInterface) DeleteThingWithDateRange(ctx context.Context, name string, date strfmt.DateTime) error
DeleteThingWithDateRange mocks base method
func (*MockInterface) DeleteThingWithDateTimeComposite ¶ added in v1.14.1
func (m *MockInterface) DeleteThingWithDateTimeComposite(ctx context.Context, typeVar, id string, created strfmt.DateTime, resource string) error
DeleteThingWithDateTimeComposite mocks base method
func (*MockInterface) DeleteThingWithEnumHashKey ¶
func (m *MockInterface) DeleteThingWithEnumHashKey(ctx context.Context, branch models.Branch, date strfmt.DateTime) error
DeleteThingWithEnumHashKey mocks base method
func (*MockInterface) DeleteThingWithMatchingKeys ¶
func (m *MockInterface) DeleteThingWithMatchingKeys(ctx context.Context, bear, assocType, assocID string) error
DeleteThingWithMatchingKeys mocks base method
func (*MockInterface) DeleteThingWithRequiredCompositePropertiesAndKeysOnly ¶
func (m *MockInterface) DeleteThingWithRequiredCompositePropertiesAndKeysOnly(ctx context.Context, propertyThree string) error
DeleteThingWithRequiredCompositePropertiesAndKeysOnly mocks base method
func (*MockInterface) DeleteThingWithRequiredFields ¶ added in v1.13.0
func (m *MockInterface) DeleteThingWithRequiredFields(ctx context.Context, name string) error
DeleteThingWithRequiredFields mocks base method
func (*MockInterface) DeleteThingWithRequiredFields2 ¶
func (m *MockInterface) DeleteThingWithRequiredFields2(ctx context.Context, name, id string) error
DeleteThingWithRequiredFields2 mocks base method
func (*MockInterface) DeleteThingWithUnderscores ¶ added in v1.7.1
func (m *MockInterface) DeleteThingWithUnderscores(ctx context.Context, iDApp string) error
DeleteThingWithUnderscores mocks base method
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInterface) GetDeployment ¶
func (m *MockInterface) GetDeployment(ctx context.Context, environment, application, version string) (*models.Deployment, error)
GetDeployment mocks base method
func (*MockInterface) GetDeploymentByVersion ¶
func (m *MockInterface) GetDeploymentByVersion(ctx context.Context, version string) (*models.Deployment, error)
GetDeploymentByVersion mocks base method
func (*MockInterface) GetDeploymentsByEnvAppAndDate ¶
func (m *MockInterface) GetDeploymentsByEnvAppAndDate(ctx context.Context, input GetDeploymentsByEnvAppAndDateInput, fn func(*models.Deployment, bool) bool) error
GetDeploymentsByEnvAppAndDate mocks base method
func (*MockInterface) GetDeploymentsByEnvAppAndVersion ¶
func (m *MockInterface) GetDeploymentsByEnvAppAndVersion(ctx context.Context, input GetDeploymentsByEnvAppAndVersionInput, fn func(*models.Deployment, bool) bool) error
GetDeploymentsByEnvAppAndVersion mocks base method
func (*MockInterface) GetDeploymentsByEnvironmentAndDate ¶
func (m *MockInterface) GetDeploymentsByEnvironmentAndDate(ctx context.Context, input GetDeploymentsByEnvironmentAndDateInput, fn func(*models.Deployment, bool) bool) error
GetDeploymentsByEnvironmentAndDate mocks base method
func (*MockInterface) GetEventsByPkAndSk ¶
func (m *MockInterface) GetEventsByPkAndSk(ctx context.Context, input GetEventsByPkAndSkInput, fn func(*models.Event, bool) bool) error
GetEventsByPkAndSk mocks base method
func (*MockInterface) GetEventsBySkAndData ¶
func (m *MockInterface) GetEventsBySkAndData(ctx context.Context, input GetEventsBySkAndDataInput, fn func(*models.Event, bool) bool) error
GetEventsBySkAndData mocks base method
func (*MockInterface) GetNoRangeThingWithCompositeAttributes ¶
func (m *MockInterface) GetNoRangeThingWithCompositeAttributes(ctx context.Context, name, branch string) (*models.NoRangeThingWithCompositeAttributes, error)
GetNoRangeThingWithCompositeAttributes mocks base method
func (*MockInterface) GetNoRangeThingWithCompositeAttributessByNameVersionAndDate ¶
func (m *MockInterface) GetNoRangeThingWithCompositeAttributessByNameVersionAndDate(ctx context.Context, input GetNoRangeThingWithCompositeAttributessByNameVersionAndDateInput, fn func(*models.NoRangeThingWithCompositeAttributes, bool) bool) error
GetNoRangeThingWithCompositeAttributessByNameVersionAndDate mocks base method
func (*MockInterface) GetSimpleThing ¶
func (m *MockInterface) GetSimpleThing(ctx context.Context, name string) (*models.SimpleThing, error)
GetSimpleThing mocks base method
func (*MockInterface) GetTeacherSharingRule ¶ added in v1.12.0
func (m *MockInterface) GetTeacherSharingRule(ctx context.Context, teacher, school, app string) (*models.TeacherSharingRule, error)
GetTeacherSharingRule mocks base method
func (*MockInterface) GetTeacherSharingRulesByDistrictAndSchoolTeacherApp ¶ added in v1.12.0
func (m *MockInterface) GetTeacherSharingRulesByDistrictAndSchoolTeacherApp(ctx context.Context, input GetTeacherSharingRulesByDistrictAndSchoolTeacherAppInput, fn func(*models.TeacherSharingRule, bool) bool) error
GetTeacherSharingRulesByDistrictAndSchoolTeacherApp mocks base method
func (*MockInterface) GetTeacherSharingRulesByTeacherAndSchoolApp ¶ added in v1.12.0
func (m *MockInterface) GetTeacherSharingRulesByTeacherAndSchoolApp(ctx context.Context, input GetTeacherSharingRulesByTeacherAndSchoolAppInput, fn func(*models.TeacherSharingRule, bool) bool) error
GetTeacherSharingRulesByTeacherAndSchoolApp mocks base method
func (*MockInterface) GetThing ¶
func (m *MockInterface) GetThing(ctx context.Context, name string, version int64) (*models.Thing, error)
GetThing mocks base method
func (*MockInterface) GetThingByID ¶ added in v1.8.0
GetThingByID mocks base method
func (*MockInterface) GetThingWithCompositeAttributes ¶ added in v1.12.0
func (m *MockInterface) GetThingWithCompositeAttributes(ctx context.Context, name, branch string, date strfmt.DateTime) (*models.ThingWithCompositeAttributes, error)
GetThingWithCompositeAttributes mocks base method
func (*MockInterface) GetThingWithCompositeAttributessByNameBranchAndDate ¶ added in v1.12.0
func (m *MockInterface) GetThingWithCompositeAttributessByNameBranchAndDate(ctx context.Context, input GetThingWithCompositeAttributessByNameBranchAndDateInput, fn func(*models.ThingWithCompositeAttributes, bool) bool) error
GetThingWithCompositeAttributessByNameBranchAndDate mocks base method
func (*MockInterface) GetThingWithCompositeAttributessByNameVersionAndDate ¶ added in v1.12.0
func (m *MockInterface) GetThingWithCompositeAttributessByNameVersionAndDate(ctx context.Context, input GetThingWithCompositeAttributessByNameVersionAndDateInput, fn func(*models.ThingWithCompositeAttributes, bool) bool) error
GetThingWithCompositeAttributessByNameVersionAndDate mocks base method
func (*MockInterface) GetThingWithCompositeEnumAttributes ¶ added in v1.14.0
func (m *MockInterface) GetThingWithCompositeEnumAttributes(ctx context.Context, name string, branchID models.Branch, date strfmt.DateTime) (*models.ThingWithCompositeEnumAttributes, error)
GetThingWithCompositeEnumAttributes mocks base method
func (*MockInterface) GetThingWithCompositeEnumAttributessByNameBranchAndDate ¶ added in v1.14.0
func (m *MockInterface) GetThingWithCompositeEnumAttributessByNameBranchAndDate(ctx context.Context, input GetThingWithCompositeEnumAttributessByNameBranchAndDateInput, fn func(*models.ThingWithCompositeEnumAttributes, bool) bool) error
GetThingWithCompositeEnumAttributessByNameBranchAndDate mocks base method
func (*MockInterface) GetThingWithDateRange ¶
func (m *MockInterface) GetThingWithDateRange(ctx context.Context, name string, date strfmt.DateTime) (*models.ThingWithDateRange, error)
GetThingWithDateRange mocks base method
func (*MockInterface) GetThingWithDateRangesByNameAndDate ¶ added in v1.8.0
func (m *MockInterface) GetThingWithDateRangesByNameAndDate(ctx context.Context, input GetThingWithDateRangesByNameAndDateInput, fn func(*models.ThingWithDateRange, bool) bool) error
GetThingWithDateRangesByNameAndDate mocks base method
func (*MockInterface) GetThingWithDateTimeComposite ¶ added in v1.14.1
func (m *MockInterface) GetThingWithDateTimeComposite(ctx context.Context, typeVar, id string, created strfmt.DateTime, resource string) (*models.ThingWithDateTimeComposite, error)
GetThingWithDateTimeComposite mocks base method
func (*MockInterface) GetThingWithDateTimeCompositesByTypeIDAndCreatedResource ¶ added in v1.14.1
func (m *MockInterface) GetThingWithDateTimeCompositesByTypeIDAndCreatedResource(ctx context.Context, input GetThingWithDateTimeCompositesByTypeIDAndCreatedResourceInput, fn func(*models.ThingWithDateTimeComposite, bool) bool) error
GetThingWithDateTimeCompositesByTypeIDAndCreatedResource mocks base method
func (*MockInterface) GetThingWithEnumHashKey ¶
func (m *MockInterface) GetThingWithEnumHashKey(ctx context.Context, branch models.Branch, date strfmt.DateTime) (*models.ThingWithEnumHashKey, error)
GetThingWithEnumHashKey mocks base method
func (*MockInterface) GetThingWithEnumHashKeysByBranchAndDate ¶
func (m *MockInterface) GetThingWithEnumHashKeysByBranchAndDate(ctx context.Context, input GetThingWithEnumHashKeysByBranchAndDateInput, fn func(*models.ThingWithEnumHashKey, bool) bool) error
GetThingWithEnumHashKeysByBranchAndDate mocks base method
func (*MockInterface) GetThingWithEnumHashKeysByBranchAndDate2 ¶
func (m *MockInterface) GetThingWithEnumHashKeysByBranchAndDate2(ctx context.Context, input GetThingWithEnumHashKeysByBranchAndDate2Input, fn func(*models.ThingWithEnumHashKey, bool) bool) error
GetThingWithEnumHashKeysByBranchAndDate2 mocks base method
func (*MockInterface) GetThingWithMatchingKeys ¶
func (m *MockInterface) GetThingWithMatchingKeys(ctx context.Context, bear, assocType, assocID string) (*models.ThingWithMatchingKeys, error)
GetThingWithMatchingKeys mocks base method
func (*MockInterface) GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBear ¶
func (m *MockInterface) GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBear(ctx context.Context, input GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBearInput, fn func(*models.ThingWithMatchingKeys, bool) bool) error
GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBear mocks base method
func (*MockInterface) GetThingWithMatchingKeyssByBearAndAssocTypeID ¶
func (m *MockInterface) GetThingWithMatchingKeyssByBearAndAssocTypeID(ctx context.Context, input GetThingWithMatchingKeyssByBearAndAssocTypeIDInput, fn func(*models.ThingWithMatchingKeys, bool) bool) error
GetThingWithMatchingKeyssByBearAndAssocTypeID mocks base method
func (*MockInterface) GetThingWithRequiredCompositePropertiesAndKeysOnly ¶
func (m *MockInterface) GetThingWithRequiredCompositePropertiesAndKeysOnly(ctx context.Context, propertyThree string) (*models.ThingWithRequiredCompositePropertiesAndKeysOnly, error)
GetThingWithRequiredCompositePropertiesAndKeysOnly mocks base method
func (*MockInterface) GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree ¶
func (m *MockInterface) GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree(ctx context.Context, input GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThreeInput, fn func(*models.ThingWithRequiredCompositePropertiesAndKeysOnly, bool) bool) error
GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree mocks base method
func (*MockInterface) GetThingWithRequiredFields ¶ added in v1.13.0
func (m *MockInterface) GetThingWithRequiredFields(ctx context.Context, name string) (*models.ThingWithRequiredFields, error)
GetThingWithRequiredFields mocks base method
func (*MockInterface) GetThingWithRequiredFields2 ¶
func (m *MockInterface) GetThingWithRequiredFields2(ctx context.Context, name, id string) (*models.ThingWithRequiredFields2, error)
GetThingWithRequiredFields2 mocks base method
func (*MockInterface) GetThingWithRequiredFields2sByNameAndID ¶
func (m *MockInterface) GetThingWithRequiredFields2sByNameAndID(ctx context.Context, input GetThingWithRequiredFields2sByNameAndIDInput, fn func(*models.ThingWithRequiredFields2, bool) bool) error
GetThingWithRequiredFields2sByNameAndID mocks base method
func (*MockInterface) GetThingWithUnderscores ¶ added in v1.7.1
func (m *MockInterface) GetThingWithUnderscores(ctx context.Context, iDApp string) (*models.ThingWithUnderscores, error)
GetThingWithUnderscores mocks base method
func (*MockInterface) GetThingsByNameAndCreatedAt ¶ added in v1.8.0
func (m *MockInterface) GetThingsByNameAndCreatedAt(ctx context.Context, input GetThingsByNameAndCreatedAtInput, fn func(*models.Thing, bool) bool) error
GetThingsByNameAndCreatedAt mocks base method
func (*MockInterface) GetThingsByNameAndVersion ¶ added in v1.8.0
func (m *MockInterface) GetThingsByNameAndVersion(ctx context.Context, input GetThingsByNameAndVersionInput, fn func(*models.Thing, bool) bool) error
GetThingsByNameAndVersion mocks base method
func (*MockInterface) SaveDeployment ¶
func (m_2 *MockInterface) SaveDeployment(ctx context.Context, m models.Deployment) error
SaveDeployment mocks base method
func (*MockInterface) SaveNoRangeThingWithCompositeAttributes ¶
func (m_2 *MockInterface) SaveNoRangeThingWithCompositeAttributes(ctx context.Context, m models.NoRangeThingWithCompositeAttributes) error
SaveNoRangeThingWithCompositeAttributes mocks base method
func (*MockInterface) SaveSimpleThing ¶
func (m_2 *MockInterface) SaveSimpleThing(ctx context.Context, m models.SimpleThing) error
SaveSimpleThing mocks base method
func (*MockInterface) SaveTeacherSharingRule ¶ added in v1.12.0
func (m_2 *MockInterface) SaveTeacherSharingRule(ctx context.Context, m models.TeacherSharingRule) error
SaveTeacherSharingRule mocks base method
func (*MockInterface) SaveThingWithCompositeAttributes ¶ added in v1.12.0
func (m_2 *MockInterface) SaveThingWithCompositeAttributes(ctx context.Context, m models.ThingWithCompositeAttributes) error
SaveThingWithCompositeAttributes mocks base method
func (*MockInterface) SaveThingWithCompositeEnumAttributes ¶ added in v1.14.0
func (m_2 *MockInterface) SaveThingWithCompositeEnumAttributes(ctx context.Context, m models.ThingWithCompositeEnumAttributes) error
SaveThingWithCompositeEnumAttributes mocks base method
func (*MockInterface) SaveThingWithDateRange ¶
func (m_2 *MockInterface) SaveThingWithDateRange(ctx context.Context, m models.ThingWithDateRange) error
SaveThingWithDateRange mocks base method
func (*MockInterface) SaveThingWithDateTimeComposite ¶ added in v1.14.1
func (m_2 *MockInterface) SaveThingWithDateTimeComposite(ctx context.Context, m models.ThingWithDateTimeComposite) error
SaveThingWithDateTimeComposite mocks base method
func (*MockInterface) SaveThingWithEnumHashKey ¶
func (m_2 *MockInterface) SaveThingWithEnumHashKey(ctx context.Context, m models.ThingWithEnumHashKey) error
SaveThingWithEnumHashKey mocks base method
func (*MockInterface) SaveThingWithMatchingKeys ¶
func (m_2 *MockInterface) SaveThingWithMatchingKeys(ctx context.Context, m models.ThingWithMatchingKeys) error
SaveThingWithMatchingKeys mocks base method
func (*MockInterface) SaveThingWithRequiredCompositePropertiesAndKeysOnly ¶
func (m_2 *MockInterface) SaveThingWithRequiredCompositePropertiesAndKeysOnly(ctx context.Context, m models.ThingWithRequiredCompositePropertiesAndKeysOnly) error
SaveThingWithRequiredCompositePropertiesAndKeysOnly mocks base method
func (*MockInterface) SaveThingWithRequiredFields ¶ added in v1.13.0
func (m_2 *MockInterface) SaveThingWithRequiredFields(ctx context.Context, m models.ThingWithRequiredFields) error
SaveThingWithRequiredFields mocks base method
func (*MockInterface) SaveThingWithRequiredFields2 ¶
func (m_2 *MockInterface) SaveThingWithRequiredFields2(ctx context.Context, m models.ThingWithRequiredFields2) error
SaveThingWithRequiredFields2 mocks base method
func (*MockInterface) SaveThingWithUnderscores ¶ added in v1.7.1
func (m_2 *MockInterface) SaveThingWithUnderscores(ctx context.Context, m models.ThingWithUnderscores) error
SaveThingWithUnderscores mocks base method
func (*MockInterface) ScanDeployments ¶
func (m *MockInterface) ScanDeployments(ctx context.Context, input ScanDeploymentsInput, fn func(*models.Deployment, bool) bool) error
ScanDeployments mocks base method
func (*MockInterface) ScanDeploymentsByEnvAppAndDate ¶
func (m *MockInterface) ScanDeploymentsByEnvAppAndDate(ctx context.Context, input ScanDeploymentsByEnvAppAndDateInput, fn func(*models.Deployment, bool) bool) error
ScanDeploymentsByEnvAppAndDate mocks base method
func (*MockInterface) ScanDeploymentsByVersion ¶
func (m *MockInterface) ScanDeploymentsByVersion(ctx context.Context, input ScanDeploymentsByVersionInput, fn func(*models.Deployment, bool) bool) error
ScanDeploymentsByVersion mocks base method
func (*MockInterface) ScanEvents ¶
func (m *MockInterface) ScanEvents(ctx context.Context, input ScanEventsInput, fn func(*models.Event, bool) bool) error
ScanEvents mocks base method
func (*MockInterface) ScanEventsBySkAndData ¶
func (m *MockInterface) ScanEventsBySkAndData(ctx context.Context, input ScanEventsBySkAndDataInput, fn func(*models.Event, bool) bool) error
ScanEventsBySkAndData mocks base method
func (*MockInterface) ScanNoRangeThingWithCompositeAttributess ¶
func (m *MockInterface) ScanNoRangeThingWithCompositeAttributess(ctx context.Context, input ScanNoRangeThingWithCompositeAttributessInput, fn func(*models.NoRangeThingWithCompositeAttributes, bool) bool) error
ScanNoRangeThingWithCompositeAttributess mocks base method
func (*MockInterface) ScanNoRangeThingWithCompositeAttributessByNameVersionAndDate ¶
func (m *MockInterface) ScanNoRangeThingWithCompositeAttributessByNameVersionAndDate(ctx context.Context, input ScanNoRangeThingWithCompositeAttributessByNameVersionAndDateInput, fn func(*models.NoRangeThingWithCompositeAttributes, bool) bool) error
ScanNoRangeThingWithCompositeAttributessByNameVersionAndDate mocks base method
func (*MockInterface) ScanSimpleThings ¶
func (m *MockInterface) ScanSimpleThings(ctx context.Context, input ScanSimpleThingsInput, fn func(*models.SimpleThing, bool) bool) error
ScanSimpleThings mocks base method
func (*MockInterface) ScanTeacherSharingRules ¶
func (m *MockInterface) ScanTeacherSharingRules(ctx context.Context, input ScanTeacherSharingRulesInput, fn func(*models.TeacherSharingRule, bool) bool) error
ScanTeacherSharingRules mocks base method
func (*MockInterface) ScanTeacherSharingRulesByDistrictAndSchoolTeacherApp ¶
func (m *MockInterface) ScanTeacherSharingRulesByDistrictAndSchoolTeacherApp(ctx context.Context, input ScanTeacherSharingRulesByDistrictAndSchoolTeacherAppInput, fn func(*models.TeacherSharingRule, bool) bool) error
ScanTeacherSharingRulesByDistrictAndSchoolTeacherApp mocks base method
func (*MockInterface) ScanThingWithCompositeAttributess ¶
func (m *MockInterface) ScanThingWithCompositeAttributess(ctx context.Context, input ScanThingWithCompositeAttributessInput, fn func(*models.ThingWithCompositeAttributes, bool) bool) error
ScanThingWithCompositeAttributess mocks base method
func (*MockInterface) ScanThingWithCompositeAttributessByNameVersionAndDate ¶
func (m *MockInterface) ScanThingWithCompositeAttributessByNameVersionAndDate(ctx context.Context, input ScanThingWithCompositeAttributessByNameVersionAndDateInput, fn func(*models.ThingWithCompositeAttributes, bool) bool) error
ScanThingWithCompositeAttributessByNameVersionAndDate mocks base method
func (*MockInterface) ScanThingWithCompositeEnumAttributess ¶
func (m *MockInterface) ScanThingWithCompositeEnumAttributess(ctx context.Context, input ScanThingWithCompositeEnumAttributessInput, fn func(*models.ThingWithCompositeEnumAttributes, bool) bool) error
ScanThingWithCompositeEnumAttributess mocks base method
func (*MockInterface) ScanThingWithDateRanges ¶
func (m *MockInterface) ScanThingWithDateRanges(ctx context.Context, input ScanThingWithDateRangesInput, fn func(*models.ThingWithDateRange, bool) bool) error
ScanThingWithDateRanges mocks base method
func (*MockInterface) ScanThingWithDateTimeComposites ¶
func (m *MockInterface) ScanThingWithDateTimeComposites(ctx context.Context, input ScanThingWithDateTimeCompositesInput, fn func(*models.ThingWithDateTimeComposite, bool) bool) error
ScanThingWithDateTimeComposites mocks base method
func (*MockInterface) ScanThingWithEnumHashKeys ¶
func (m *MockInterface) ScanThingWithEnumHashKeys(ctx context.Context, input ScanThingWithEnumHashKeysInput, fn func(*models.ThingWithEnumHashKey, bool) bool) error
ScanThingWithEnumHashKeys mocks base method
func (*MockInterface) ScanThingWithEnumHashKeysByBranchAndDate2 ¶
func (m *MockInterface) ScanThingWithEnumHashKeysByBranchAndDate2(ctx context.Context, input ScanThingWithEnumHashKeysByBranchAndDate2Input, fn func(*models.ThingWithEnumHashKey, bool) bool) error
ScanThingWithEnumHashKeysByBranchAndDate2 mocks base method
func (*MockInterface) ScanThingWithMatchingKeyss ¶
func (m *MockInterface) ScanThingWithMatchingKeyss(ctx context.Context, input ScanThingWithMatchingKeyssInput, fn func(*models.ThingWithMatchingKeys, bool) bool) error
ScanThingWithMatchingKeyss mocks base method
func (*MockInterface) ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBear ¶
func (m *MockInterface) ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBear(ctx context.Context, input ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBearInput, fn func(*models.ThingWithMatchingKeys, bool) bool) error
ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBear mocks base method
func (*MockInterface) ScanThingWithRequiredCompositePropertiesAndKeysOnlys ¶
func (m *MockInterface) ScanThingWithRequiredCompositePropertiesAndKeysOnlys(ctx context.Context, input ScanThingWithRequiredCompositePropertiesAndKeysOnlysInput, fn func(*models.ThingWithRequiredCompositePropertiesAndKeysOnly, bool) bool) error
ScanThingWithRequiredCompositePropertiesAndKeysOnlys mocks base method
func (*MockInterface) ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree ¶
func (m *MockInterface) ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree(ctx context.Context, input ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThreeInput, fn func(*models.ThingWithRequiredCompositePropertiesAndKeysOnly, bool) bool) error
ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree mocks base method
func (*MockInterface) ScanThingWithRequiredFields2s ¶
func (m *MockInterface) ScanThingWithRequiredFields2s(ctx context.Context, input ScanThingWithRequiredFields2sInput, fn func(*models.ThingWithRequiredFields2, bool) bool) error
ScanThingWithRequiredFields2s mocks base method
func (*MockInterface) ScanThingWithRequiredFieldss ¶
func (m *MockInterface) ScanThingWithRequiredFieldss(ctx context.Context, input ScanThingWithRequiredFieldssInput, fn func(*models.ThingWithRequiredFields, bool) bool) error
ScanThingWithRequiredFieldss mocks base method
func (*MockInterface) ScanThings ¶ added in v1.13.1
func (m *MockInterface) ScanThings(ctx context.Context, input ScanThingsInput, fn func(*models.Thing, bool) bool) error
ScanThings mocks base method
func (*MockInterface) ScanThingsByID ¶
func (m *MockInterface) ScanThingsByID(ctx context.Context, input ScanThingsByIDInput, fn func(*models.Thing, bool) bool) error
ScanThingsByID mocks base method
func (*MockInterface) ScanThingsByNameAndCreatedAt ¶
func (m *MockInterface) ScanThingsByNameAndCreatedAt(ctx context.Context, input ScanThingsByNameAndCreatedAtInput, fn func(*models.Thing, bool) bool) error
ScanThingsByNameAndCreatedAt mocks base method
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface
func (*MockInterfaceMockRecorder) DeleteDeployment ¶
func (mr *MockInterfaceMockRecorder) DeleteDeployment(ctx, environment, application, version interface{}) *gomock.Call
DeleteDeployment indicates an expected call of DeleteDeployment
func (*MockInterfaceMockRecorder) DeleteEvent ¶
func (mr *MockInterfaceMockRecorder) DeleteEvent(ctx, pk, sk interface{}) *gomock.Call
DeleteEvent indicates an expected call of DeleteEvent
func (*MockInterfaceMockRecorder) DeleteNoRangeThingWithCompositeAttributes ¶
func (mr *MockInterfaceMockRecorder) DeleteNoRangeThingWithCompositeAttributes(ctx, name, branch interface{}) *gomock.Call
DeleteNoRangeThingWithCompositeAttributes indicates an expected call of DeleteNoRangeThingWithCompositeAttributes
func (*MockInterfaceMockRecorder) DeleteSimpleThing ¶
func (mr *MockInterfaceMockRecorder) DeleteSimpleThing(ctx, name interface{}) *gomock.Call
DeleteSimpleThing indicates an expected call of DeleteSimpleThing
func (*MockInterfaceMockRecorder) DeleteTeacherSharingRule ¶ added in v1.12.0
func (mr *MockInterfaceMockRecorder) DeleteTeacherSharingRule(ctx, teacher, school, app interface{}) *gomock.Call
DeleteTeacherSharingRule indicates an expected call of DeleteTeacherSharingRule
func (*MockInterfaceMockRecorder) DeleteThing ¶
func (mr *MockInterfaceMockRecorder) DeleteThing(ctx, name, version interface{}) *gomock.Call
DeleteThing indicates an expected call of DeleteThing
func (*MockInterfaceMockRecorder) DeleteThingWithCompositeAttributes ¶ added in v1.12.0
func (mr *MockInterfaceMockRecorder) DeleteThingWithCompositeAttributes(ctx, name, branch, date interface{}) *gomock.Call
DeleteThingWithCompositeAttributes indicates an expected call of DeleteThingWithCompositeAttributes
func (*MockInterfaceMockRecorder) DeleteThingWithCompositeEnumAttributes ¶ added in v1.14.0
func (mr *MockInterfaceMockRecorder) DeleteThingWithCompositeEnumAttributes(ctx, name, branchID, date interface{}) *gomock.Call
DeleteThingWithCompositeEnumAttributes indicates an expected call of DeleteThingWithCompositeEnumAttributes
func (*MockInterfaceMockRecorder) DeleteThingWithDateRange ¶
func (mr *MockInterfaceMockRecorder) DeleteThingWithDateRange(ctx, name, date interface{}) *gomock.Call
DeleteThingWithDateRange indicates an expected call of DeleteThingWithDateRange
func (*MockInterfaceMockRecorder) DeleteThingWithDateTimeComposite ¶ added in v1.14.1
func (mr *MockInterfaceMockRecorder) DeleteThingWithDateTimeComposite(ctx, typeVar, id, created, resource interface{}) *gomock.Call
DeleteThingWithDateTimeComposite indicates an expected call of DeleteThingWithDateTimeComposite
func (*MockInterfaceMockRecorder) DeleteThingWithEnumHashKey ¶
func (mr *MockInterfaceMockRecorder) DeleteThingWithEnumHashKey(ctx, branch, date interface{}) *gomock.Call
DeleteThingWithEnumHashKey indicates an expected call of DeleteThingWithEnumHashKey
func (*MockInterfaceMockRecorder) DeleteThingWithMatchingKeys ¶
func (mr *MockInterfaceMockRecorder) DeleteThingWithMatchingKeys(ctx, bear, assocType, assocID interface{}) *gomock.Call
DeleteThingWithMatchingKeys indicates an expected call of DeleteThingWithMatchingKeys
func (*MockInterfaceMockRecorder) DeleteThingWithRequiredCompositePropertiesAndKeysOnly ¶
func (mr *MockInterfaceMockRecorder) DeleteThingWithRequiredCompositePropertiesAndKeysOnly(ctx, propertyThree interface{}) *gomock.Call
DeleteThingWithRequiredCompositePropertiesAndKeysOnly indicates an expected call of DeleteThingWithRequiredCompositePropertiesAndKeysOnly
func (*MockInterfaceMockRecorder) DeleteThingWithRequiredFields ¶ added in v1.13.0
func (mr *MockInterfaceMockRecorder) DeleteThingWithRequiredFields(ctx, name interface{}) *gomock.Call
DeleteThingWithRequiredFields indicates an expected call of DeleteThingWithRequiredFields
func (*MockInterfaceMockRecorder) DeleteThingWithRequiredFields2 ¶
func (mr *MockInterfaceMockRecorder) DeleteThingWithRequiredFields2(ctx, name, id interface{}) *gomock.Call
DeleteThingWithRequiredFields2 indicates an expected call of DeleteThingWithRequiredFields2
func (*MockInterfaceMockRecorder) DeleteThingWithUnderscores ¶ added in v1.7.1
func (mr *MockInterfaceMockRecorder) DeleteThingWithUnderscores(ctx, iDApp interface{}) *gomock.Call
DeleteThingWithUnderscores indicates an expected call of DeleteThingWithUnderscores
func (*MockInterfaceMockRecorder) GetDeployment ¶
func (mr *MockInterfaceMockRecorder) GetDeployment(ctx, environment, application, version interface{}) *gomock.Call
GetDeployment indicates an expected call of GetDeployment
func (*MockInterfaceMockRecorder) GetDeploymentByVersion ¶
func (mr *MockInterfaceMockRecorder) GetDeploymentByVersion(ctx, version interface{}) *gomock.Call
GetDeploymentByVersion indicates an expected call of GetDeploymentByVersion
func (*MockInterfaceMockRecorder) GetDeploymentsByEnvAppAndDate ¶
func (mr *MockInterfaceMockRecorder) GetDeploymentsByEnvAppAndDate(ctx, input, fn interface{}) *gomock.Call
GetDeploymentsByEnvAppAndDate indicates an expected call of GetDeploymentsByEnvAppAndDate
func (*MockInterfaceMockRecorder) GetDeploymentsByEnvAppAndVersion ¶
func (mr *MockInterfaceMockRecorder) GetDeploymentsByEnvAppAndVersion(ctx, input, fn interface{}) *gomock.Call
GetDeploymentsByEnvAppAndVersion indicates an expected call of GetDeploymentsByEnvAppAndVersion
func (*MockInterfaceMockRecorder) GetDeploymentsByEnvironmentAndDate ¶
func (mr *MockInterfaceMockRecorder) GetDeploymentsByEnvironmentAndDate(ctx, input, fn interface{}) *gomock.Call
GetDeploymentsByEnvironmentAndDate indicates an expected call of GetDeploymentsByEnvironmentAndDate
func (*MockInterfaceMockRecorder) GetEvent ¶
func (mr *MockInterfaceMockRecorder) GetEvent(ctx, pk, sk interface{}) *gomock.Call
GetEvent indicates an expected call of GetEvent
func (*MockInterfaceMockRecorder) GetEventsByPkAndSk ¶
func (mr *MockInterfaceMockRecorder) GetEventsByPkAndSk(ctx, input, fn interface{}) *gomock.Call
GetEventsByPkAndSk indicates an expected call of GetEventsByPkAndSk
func (*MockInterfaceMockRecorder) GetEventsBySkAndData ¶
func (mr *MockInterfaceMockRecorder) GetEventsBySkAndData(ctx, input, fn interface{}) *gomock.Call
GetEventsBySkAndData indicates an expected call of GetEventsBySkAndData
func (*MockInterfaceMockRecorder) GetNoRangeThingWithCompositeAttributes ¶
func (mr *MockInterfaceMockRecorder) GetNoRangeThingWithCompositeAttributes(ctx, name, branch interface{}) *gomock.Call
GetNoRangeThingWithCompositeAttributes indicates an expected call of GetNoRangeThingWithCompositeAttributes
func (*MockInterfaceMockRecorder) GetNoRangeThingWithCompositeAttributessByNameVersionAndDate ¶
func (mr *MockInterfaceMockRecorder) GetNoRangeThingWithCompositeAttributessByNameVersionAndDate(ctx, input, fn interface{}) *gomock.Call
GetNoRangeThingWithCompositeAttributessByNameVersionAndDate indicates an expected call of GetNoRangeThingWithCompositeAttributessByNameVersionAndDate
func (*MockInterfaceMockRecorder) GetSimpleThing ¶
func (mr *MockInterfaceMockRecorder) GetSimpleThing(ctx, name interface{}) *gomock.Call
GetSimpleThing indicates an expected call of GetSimpleThing
func (*MockInterfaceMockRecorder) GetTeacherSharingRule ¶ added in v1.12.0
func (mr *MockInterfaceMockRecorder) GetTeacherSharingRule(ctx, teacher, school, app interface{}) *gomock.Call
GetTeacherSharingRule indicates an expected call of GetTeacherSharingRule
func (*MockInterfaceMockRecorder) GetTeacherSharingRulesByDistrictAndSchoolTeacherApp ¶ added in v1.12.0
func (mr *MockInterfaceMockRecorder) GetTeacherSharingRulesByDistrictAndSchoolTeacherApp(ctx, input, fn interface{}) *gomock.Call
GetTeacherSharingRulesByDistrictAndSchoolTeacherApp indicates an expected call of GetTeacherSharingRulesByDistrictAndSchoolTeacherApp
func (*MockInterfaceMockRecorder) GetTeacherSharingRulesByTeacherAndSchoolApp ¶ added in v1.12.0
func (mr *MockInterfaceMockRecorder) GetTeacherSharingRulesByTeacherAndSchoolApp(ctx, input, fn interface{}) *gomock.Call
GetTeacherSharingRulesByTeacherAndSchoolApp indicates an expected call of GetTeacherSharingRulesByTeacherAndSchoolApp
func (*MockInterfaceMockRecorder) GetThing ¶
func (mr *MockInterfaceMockRecorder) GetThing(ctx, name, version interface{}) *gomock.Call
GetThing indicates an expected call of GetThing
func (*MockInterfaceMockRecorder) GetThingByID ¶ added in v1.8.0
func (mr *MockInterfaceMockRecorder) GetThingByID(ctx, id interface{}) *gomock.Call
GetThingByID indicates an expected call of GetThingByID
func (*MockInterfaceMockRecorder) GetThingWithCompositeAttributes ¶ added in v1.12.0
func (mr *MockInterfaceMockRecorder) GetThingWithCompositeAttributes(ctx, name, branch, date interface{}) *gomock.Call
GetThingWithCompositeAttributes indicates an expected call of GetThingWithCompositeAttributes
func (*MockInterfaceMockRecorder) GetThingWithCompositeAttributessByNameBranchAndDate ¶ added in v1.12.0
func (mr *MockInterfaceMockRecorder) GetThingWithCompositeAttributessByNameBranchAndDate(ctx, input, fn interface{}) *gomock.Call
GetThingWithCompositeAttributessByNameBranchAndDate indicates an expected call of GetThingWithCompositeAttributessByNameBranchAndDate
func (*MockInterfaceMockRecorder) GetThingWithCompositeAttributessByNameVersionAndDate ¶ added in v1.12.0
func (mr *MockInterfaceMockRecorder) GetThingWithCompositeAttributessByNameVersionAndDate(ctx, input, fn interface{}) *gomock.Call
GetThingWithCompositeAttributessByNameVersionAndDate indicates an expected call of GetThingWithCompositeAttributessByNameVersionAndDate
func (*MockInterfaceMockRecorder) GetThingWithCompositeEnumAttributes ¶ added in v1.14.0
func (mr *MockInterfaceMockRecorder) GetThingWithCompositeEnumAttributes(ctx, name, branchID, date interface{}) *gomock.Call
GetThingWithCompositeEnumAttributes indicates an expected call of GetThingWithCompositeEnumAttributes
func (*MockInterfaceMockRecorder) GetThingWithCompositeEnumAttributessByNameBranchAndDate ¶ added in v1.14.0
func (mr *MockInterfaceMockRecorder) GetThingWithCompositeEnumAttributessByNameBranchAndDate(ctx, input, fn interface{}) *gomock.Call
GetThingWithCompositeEnumAttributessByNameBranchAndDate indicates an expected call of GetThingWithCompositeEnumAttributessByNameBranchAndDate
func (*MockInterfaceMockRecorder) GetThingWithDateRange ¶
func (mr *MockInterfaceMockRecorder) GetThingWithDateRange(ctx, name, date interface{}) *gomock.Call
GetThingWithDateRange indicates an expected call of GetThingWithDateRange
func (*MockInterfaceMockRecorder) GetThingWithDateRangesByNameAndDate ¶ added in v1.8.0
func (mr *MockInterfaceMockRecorder) GetThingWithDateRangesByNameAndDate(ctx, input, fn interface{}) *gomock.Call
GetThingWithDateRangesByNameAndDate indicates an expected call of GetThingWithDateRangesByNameAndDate
func (*MockInterfaceMockRecorder) GetThingWithDateTimeComposite ¶ added in v1.14.1
func (mr *MockInterfaceMockRecorder) GetThingWithDateTimeComposite(ctx, typeVar, id, created, resource interface{}) *gomock.Call
GetThingWithDateTimeComposite indicates an expected call of GetThingWithDateTimeComposite
func (*MockInterfaceMockRecorder) GetThingWithDateTimeCompositesByTypeIDAndCreatedResource ¶ added in v1.14.1
func (mr *MockInterfaceMockRecorder) GetThingWithDateTimeCompositesByTypeIDAndCreatedResource(ctx, input, fn interface{}) *gomock.Call
GetThingWithDateTimeCompositesByTypeIDAndCreatedResource indicates an expected call of GetThingWithDateTimeCompositesByTypeIDAndCreatedResource
func (*MockInterfaceMockRecorder) GetThingWithEnumHashKey ¶
func (mr *MockInterfaceMockRecorder) GetThingWithEnumHashKey(ctx, branch, date interface{}) *gomock.Call
GetThingWithEnumHashKey indicates an expected call of GetThingWithEnumHashKey
func (*MockInterfaceMockRecorder) GetThingWithEnumHashKeysByBranchAndDate ¶
func (mr *MockInterfaceMockRecorder) GetThingWithEnumHashKeysByBranchAndDate(ctx, input, fn interface{}) *gomock.Call
GetThingWithEnumHashKeysByBranchAndDate indicates an expected call of GetThingWithEnumHashKeysByBranchAndDate
func (*MockInterfaceMockRecorder) GetThingWithEnumHashKeysByBranchAndDate2 ¶
func (mr *MockInterfaceMockRecorder) GetThingWithEnumHashKeysByBranchAndDate2(ctx, input, fn interface{}) *gomock.Call
GetThingWithEnumHashKeysByBranchAndDate2 indicates an expected call of GetThingWithEnumHashKeysByBranchAndDate2
func (*MockInterfaceMockRecorder) GetThingWithMatchingKeys ¶
func (mr *MockInterfaceMockRecorder) GetThingWithMatchingKeys(ctx, bear, assocType, assocID interface{}) *gomock.Call
GetThingWithMatchingKeys indicates an expected call of GetThingWithMatchingKeys
func (*MockInterfaceMockRecorder) GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBear ¶
func (mr *MockInterfaceMockRecorder) GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBear(ctx, input, fn interface{}) *gomock.Call
GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBear indicates an expected call of GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBear
func (*MockInterfaceMockRecorder) GetThingWithMatchingKeyssByBearAndAssocTypeID ¶
func (mr *MockInterfaceMockRecorder) GetThingWithMatchingKeyssByBearAndAssocTypeID(ctx, input, fn interface{}) *gomock.Call
GetThingWithMatchingKeyssByBearAndAssocTypeID indicates an expected call of GetThingWithMatchingKeyssByBearAndAssocTypeID
func (*MockInterfaceMockRecorder) GetThingWithRequiredCompositePropertiesAndKeysOnly ¶
func (mr *MockInterfaceMockRecorder) GetThingWithRequiredCompositePropertiesAndKeysOnly(ctx, propertyThree interface{}) *gomock.Call
GetThingWithRequiredCompositePropertiesAndKeysOnly indicates an expected call of GetThingWithRequiredCompositePropertiesAndKeysOnly
func (*MockInterfaceMockRecorder) GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree ¶
func (mr *MockInterfaceMockRecorder) GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree(ctx, input, fn interface{}) *gomock.Call
GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree indicates an expected call of GetThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree
func (*MockInterfaceMockRecorder) GetThingWithRequiredFields ¶ added in v1.13.0
func (mr *MockInterfaceMockRecorder) GetThingWithRequiredFields(ctx, name interface{}) *gomock.Call
GetThingWithRequiredFields indicates an expected call of GetThingWithRequiredFields
func (*MockInterfaceMockRecorder) GetThingWithRequiredFields2 ¶
func (mr *MockInterfaceMockRecorder) GetThingWithRequiredFields2(ctx, name, id interface{}) *gomock.Call
GetThingWithRequiredFields2 indicates an expected call of GetThingWithRequiredFields2
func (*MockInterfaceMockRecorder) GetThingWithRequiredFields2sByNameAndID ¶
func (mr *MockInterfaceMockRecorder) GetThingWithRequiredFields2sByNameAndID(ctx, input, fn interface{}) *gomock.Call
GetThingWithRequiredFields2sByNameAndID indicates an expected call of GetThingWithRequiredFields2sByNameAndID
func (*MockInterfaceMockRecorder) GetThingWithUnderscores ¶ added in v1.7.1
func (mr *MockInterfaceMockRecorder) GetThingWithUnderscores(ctx, iDApp interface{}) *gomock.Call
GetThingWithUnderscores indicates an expected call of GetThingWithUnderscores
func (*MockInterfaceMockRecorder) GetThingsByNameAndCreatedAt ¶ added in v1.8.0
func (mr *MockInterfaceMockRecorder) GetThingsByNameAndCreatedAt(ctx, input, fn interface{}) *gomock.Call
GetThingsByNameAndCreatedAt indicates an expected call of GetThingsByNameAndCreatedAt
func (*MockInterfaceMockRecorder) GetThingsByNameAndVersion ¶ added in v1.8.0
func (mr *MockInterfaceMockRecorder) GetThingsByNameAndVersion(ctx, input, fn interface{}) *gomock.Call
GetThingsByNameAndVersion indicates an expected call of GetThingsByNameAndVersion
func (*MockInterfaceMockRecorder) SaveDeployment ¶
func (mr *MockInterfaceMockRecorder) SaveDeployment(ctx, m interface{}) *gomock.Call
SaveDeployment indicates an expected call of SaveDeployment
func (*MockInterfaceMockRecorder) SaveEvent ¶
func (mr *MockInterfaceMockRecorder) SaveEvent(ctx, m interface{}) *gomock.Call
SaveEvent indicates an expected call of SaveEvent
func (*MockInterfaceMockRecorder) SaveNoRangeThingWithCompositeAttributes ¶
func (mr *MockInterfaceMockRecorder) SaveNoRangeThingWithCompositeAttributes(ctx, m interface{}) *gomock.Call
SaveNoRangeThingWithCompositeAttributes indicates an expected call of SaveNoRangeThingWithCompositeAttributes
func (*MockInterfaceMockRecorder) SaveSimpleThing ¶
func (mr *MockInterfaceMockRecorder) SaveSimpleThing(ctx, m interface{}) *gomock.Call
SaveSimpleThing indicates an expected call of SaveSimpleThing
func (*MockInterfaceMockRecorder) SaveTeacherSharingRule ¶ added in v1.12.0
func (mr *MockInterfaceMockRecorder) SaveTeacherSharingRule(ctx, m interface{}) *gomock.Call
SaveTeacherSharingRule indicates an expected call of SaveTeacherSharingRule
func (*MockInterfaceMockRecorder) SaveThing ¶
func (mr *MockInterfaceMockRecorder) SaveThing(ctx, m interface{}) *gomock.Call
SaveThing indicates an expected call of SaveThing
func (*MockInterfaceMockRecorder) SaveThingWithCompositeAttributes ¶ added in v1.12.0
func (mr *MockInterfaceMockRecorder) SaveThingWithCompositeAttributes(ctx, m interface{}) *gomock.Call
SaveThingWithCompositeAttributes indicates an expected call of SaveThingWithCompositeAttributes
func (*MockInterfaceMockRecorder) SaveThingWithCompositeEnumAttributes ¶ added in v1.14.0
func (mr *MockInterfaceMockRecorder) SaveThingWithCompositeEnumAttributes(ctx, m interface{}) *gomock.Call
SaveThingWithCompositeEnumAttributes indicates an expected call of SaveThingWithCompositeEnumAttributes
func (*MockInterfaceMockRecorder) SaveThingWithDateRange ¶
func (mr *MockInterfaceMockRecorder) SaveThingWithDateRange(ctx, m interface{}) *gomock.Call
SaveThingWithDateRange indicates an expected call of SaveThingWithDateRange
func (*MockInterfaceMockRecorder) SaveThingWithDateTimeComposite ¶ added in v1.14.1
func (mr *MockInterfaceMockRecorder) SaveThingWithDateTimeComposite(ctx, m interface{}) *gomock.Call
SaveThingWithDateTimeComposite indicates an expected call of SaveThingWithDateTimeComposite
func (*MockInterfaceMockRecorder) SaveThingWithEnumHashKey ¶
func (mr *MockInterfaceMockRecorder) SaveThingWithEnumHashKey(ctx, m interface{}) *gomock.Call
SaveThingWithEnumHashKey indicates an expected call of SaveThingWithEnumHashKey
func (*MockInterfaceMockRecorder) SaveThingWithMatchingKeys ¶
func (mr *MockInterfaceMockRecorder) SaveThingWithMatchingKeys(ctx, m interface{}) *gomock.Call
SaveThingWithMatchingKeys indicates an expected call of SaveThingWithMatchingKeys
func (*MockInterfaceMockRecorder) SaveThingWithRequiredCompositePropertiesAndKeysOnly ¶
func (mr *MockInterfaceMockRecorder) SaveThingWithRequiredCompositePropertiesAndKeysOnly(ctx, m interface{}) *gomock.Call
SaveThingWithRequiredCompositePropertiesAndKeysOnly indicates an expected call of SaveThingWithRequiredCompositePropertiesAndKeysOnly
func (*MockInterfaceMockRecorder) SaveThingWithRequiredFields ¶ added in v1.13.0
func (mr *MockInterfaceMockRecorder) SaveThingWithRequiredFields(ctx, m interface{}) *gomock.Call
SaveThingWithRequiredFields indicates an expected call of SaveThingWithRequiredFields
func (*MockInterfaceMockRecorder) SaveThingWithRequiredFields2 ¶
func (mr *MockInterfaceMockRecorder) SaveThingWithRequiredFields2(ctx, m interface{}) *gomock.Call
SaveThingWithRequiredFields2 indicates an expected call of SaveThingWithRequiredFields2
func (*MockInterfaceMockRecorder) SaveThingWithUnderscores ¶ added in v1.7.1
func (mr *MockInterfaceMockRecorder) SaveThingWithUnderscores(ctx, m interface{}) *gomock.Call
SaveThingWithUnderscores indicates an expected call of SaveThingWithUnderscores
func (*MockInterfaceMockRecorder) ScanDeployments ¶
func (mr *MockInterfaceMockRecorder) ScanDeployments(ctx, input, fn interface{}) *gomock.Call
ScanDeployments indicates an expected call of ScanDeployments
func (*MockInterfaceMockRecorder) ScanDeploymentsByEnvAppAndDate ¶
func (mr *MockInterfaceMockRecorder) ScanDeploymentsByEnvAppAndDate(ctx, input, fn interface{}) *gomock.Call
ScanDeploymentsByEnvAppAndDate indicates an expected call of ScanDeploymentsByEnvAppAndDate
func (*MockInterfaceMockRecorder) ScanDeploymentsByVersion ¶
func (mr *MockInterfaceMockRecorder) ScanDeploymentsByVersion(ctx, input, fn interface{}) *gomock.Call
ScanDeploymentsByVersion indicates an expected call of ScanDeploymentsByVersion
func (*MockInterfaceMockRecorder) ScanEvents ¶
func (mr *MockInterfaceMockRecorder) ScanEvents(ctx, input, fn interface{}) *gomock.Call
ScanEvents indicates an expected call of ScanEvents
func (*MockInterfaceMockRecorder) ScanEventsBySkAndData ¶
func (mr *MockInterfaceMockRecorder) ScanEventsBySkAndData(ctx, input, fn interface{}) *gomock.Call
ScanEventsBySkAndData indicates an expected call of ScanEventsBySkAndData
func (*MockInterfaceMockRecorder) ScanNoRangeThingWithCompositeAttributess ¶
func (mr *MockInterfaceMockRecorder) ScanNoRangeThingWithCompositeAttributess(ctx, input, fn interface{}) *gomock.Call
ScanNoRangeThingWithCompositeAttributess indicates an expected call of ScanNoRangeThingWithCompositeAttributess
func (*MockInterfaceMockRecorder) ScanNoRangeThingWithCompositeAttributessByNameVersionAndDate ¶
func (mr *MockInterfaceMockRecorder) ScanNoRangeThingWithCompositeAttributessByNameVersionAndDate(ctx, input, fn interface{}) *gomock.Call
ScanNoRangeThingWithCompositeAttributessByNameVersionAndDate indicates an expected call of ScanNoRangeThingWithCompositeAttributessByNameVersionAndDate
func (*MockInterfaceMockRecorder) ScanSimpleThings ¶
func (mr *MockInterfaceMockRecorder) ScanSimpleThings(ctx, input, fn interface{}) *gomock.Call
ScanSimpleThings indicates an expected call of ScanSimpleThings
func (*MockInterfaceMockRecorder) ScanTeacherSharingRules ¶
func (mr *MockInterfaceMockRecorder) ScanTeacherSharingRules(ctx, input, fn interface{}) *gomock.Call
ScanTeacherSharingRules indicates an expected call of ScanTeacherSharingRules
func (*MockInterfaceMockRecorder) ScanTeacherSharingRulesByDistrictAndSchoolTeacherApp ¶
func (mr *MockInterfaceMockRecorder) ScanTeacherSharingRulesByDistrictAndSchoolTeacherApp(ctx, input, fn interface{}) *gomock.Call
ScanTeacherSharingRulesByDistrictAndSchoolTeacherApp indicates an expected call of ScanTeacherSharingRulesByDistrictAndSchoolTeacherApp
func (*MockInterfaceMockRecorder) ScanThingWithCompositeAttributess ¶
func (mr *MockInterfaceMockRecorder) ScanThingWithCompositeAttributess(ctx, input, fn interface{}) *gomock.Call
ScanThingWithCompositeAttributess indicates an expected call of ScanThingWithCompositeAttributess
func (*MockInterfaceMockRecorder) ScanThingWithCompositeAttributessByNameVersionAndDate ¶
func (mr *MockInterfaceMockRecorder) ScanThingWithCompositeAttributessByNameVersionAndDate(ctx, input, fn interface{}) *gomock.Call
ScanThingWithCompositeAttributessByNameVersionAndDate indicates an expected call of ScanThingWithCompositeAttributessByNameVersionAndDate
func (*MockInterfaceMockRecorder) ScanThingWithCompositeEnumAttributess ¶
func (mr *MockInterfaceMockRecorder) ScanThingWithCompositeEnumAttributess(ctx, input, fn interface{}) *gomock.Call
ScanThingWithCompositeEnumAttributess indicates an expected call of ScanThingWithCompositeEnumAttributess
func (*MockInterfaceMockRecorder) ScanThingWithDateRanges ¶
func (mr *MockInterfaceMockRecorder) ScanThingWithDateRanges(ctx, input, fn interface{}) *gomock.Call
ScanThingWithDateRanges indicates an expected call of ScanThingWithDateRanges
func (*MockInterfaceMockRecorder) ScanThingWithDateTimeComposites ¶
func (mr *MockInterfaceMockRecorder) ScanThingWithDateTimeComposites(ctx, input, fn interface{}) *gomock.Call
ScanThingWithDateTimeComposites indicates an expected call of ScanThingWithDateTimeComposites
func (*MockInterfaceMockRecorder) ScanThingWithEnumHashKeys ¶
func (mr *MockInterfaceMockRecorder) ScanThingWithEnumHashKeys(ctx, input, fn interface{}) *gomock.Call
ScanThingWithEnumHashKeys indicates an expected call of ScanThingWithEnumHashKeys
func (*MockInterfaceMockRecorder) ScanThingWithEnumHashKeysByBranchAndDate2 ¶
func (mr *MockInterfaceMockRecorder) ScanThingWithEnumHashKeysByBranchAndDate2(ctx, input, fn interface{}) *gomock.Call
ScanThingWithEnumHashKeysByBranchAndDate2 indicates an expected call of ScanThingWithEnumHashKeysByBranchAndDate2
func (*MockInterfaceMockRecorder) ScanThingWithMatchingKeyss ¶
func (mr *MockInterfaceMockRecorder) ScanThingWithMatchingKeyss(ctx, input, fn interface{}) *gomock.Call
ScanThingWithMatchingKeyss indicates an expected call of ScanThingWithMatchingKeyss
func (*MockInterfaceMockRecorder) ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBear ¶
func (mr *MockInterfaceMockRecorder) ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBear(ctx, input, fn interface{}) *gomock.Call
ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBear indicates an expected call of ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBear
func (*MockInterfaceMockRecorder) ScanThingWithRequiredCompositePropertiesAndKeysOnlys ¶
func (mr *MockInterfaceMockRecorder) ScanThingWithRequiredCompositePropertiesAndKeysOnlys(ctx, input, fn interface{}) *gomock.Call
ScanThingWithRequiredCompositePropertiesAndKeysOnlys indicates an expected call of ScanThingWithRequiredCompositePropertiesAndKeysOnlys
func (*MockInterfaceMockRecorder) ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree ¶
func (mr *MockInterfaceMockRecorder) ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree(ctx, input, fn interface{}) *gomock.Call
ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree indicates an expected call of ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThree
func (*MockInterfaceMockRecorder) ScanThingWithRequiredFields2s ¶
func (mr *MockInterfaceMockRecorder) ScanThingWithRequiredFields2s(ctx, input, fn interface{}) *gomock.Call
ScanThingWithRequiredFields2s indicates an expected call of ScanThingWithRequiredFields2s
func (*MockInterfaceMockRecorder) ScanThingWithRequiredFieldss ¶
func (mr *MockInterfaceMockRecorder) ScanThingWithRequiredFieldss(ctx, input, fn interface{}) *gomock.Call
ScanThingWithRequiredFieldss indicates an expected call of ScanThingWithRequiredFieldss
func (*MockInterfaceMockRecorder) ScanThings ¶ added in v1.13.1
func (mr *MockInterfaceMockRecorder) ScanThings(ctx, input, fn interface{}) *gomock.Call
ScanThings indicates an expected call of ScanThings
func (*MockInterfaceMockRecorder) ScanThingsByID ¶
func (mr *MockInterfaceMockRecorder) ScanThingsByID(ctx, input, fn interface{}) *gomock.Call
ScanThingsByID indicates an expected call of ScanThingsByID
func (*MockInterfaceMockRecorder) ScanThingsByNameAndCreatedAt ¶
func (mr *MockInterfaceMockRecorder) ScanThingsByNameAndCreatedAt(ctx, input, fn interface{}) *gomock.Call
ScanThingsByNameAndCreatedAt indicates an expected call of ScanThingsByNameAndCreatedAt
type ScanDeploymentsByEnvAppAndDateInput ¶
type ScanDeploymentsByEnvAppAndDateInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.Deployment // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanDeploymentsByEnvAppAndDateInput is the input to the ScanDeploymentsByByEnvAppAndDate method.
type ScanDeploymentsByVersionInput ¶
type ScanDeploymentsByVersionInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.Deployment // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanDeploymentsByVersionInput is the input to the ScanDeploymentsByByVersion method.
type ScanDeploymentsInput ¶
type ScanDeploymentsInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.Deployment // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanDeploymentsInput is the input to the ScanDeployments method.
type ScanEventsBySkAndDataInput ¶
type ScanEventsBySkAndDataInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.Event // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanEventsBySkAndDataInput is the input to the ScanEventsByBySkAndData method.
type ScanEventsInput ¶
type ScanEventsInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.Event // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanEventsInput is the input to the ScanEvents method.
type ScanNoRangeThingWithCompositeAttributessByNameVersionAndDateInput ¶
type ScanNoRangeThingWithCompositeAttributessByNameVersionAndDateInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.NoRangeThingWithCompositeAttributes // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanNoRangeThingWithCompositeAttributessByNameVersionAndDateInput is the input to the ScanNoRangeThingWithCompositeAttributessByByNameVersionAndDate method.
type ScanNoRangeThingWithCompositeAttributessInput ¶
type ScanNoRangeThingWithCompositeAttributessInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.NoRangeThingWithCompositeAttributes // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanNoRangeThingWithCompositeAttributessInput is the input to the ScanNoRangeThingWithCompositeAttributess method.
type ScanSimpleThingsInput ¶
type ScanSimpleThingsInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.SimpleThing // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanSimpleThingsInput is the input to the ScanSimpleThings method.
type ScanTeacherSharingRulesByDistrictAndSchoolTeacherAppInput ¶
type ScanTeacherSharingRulesByDistrictAndSchoolTeacherAppInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.TeacherSharingRule // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanTeacherSharingRulesByDistrictAndSchoolTeacherAppInput is the input to the ScanTeacherSharingRulesByByDistrictAndSchoolTeacherApp method.
type ScanTeacherSharingRulesInput ¶
type ScanTeacherSharingRulesInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.TeacherSharingRule // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanTeacherSharingRulesInput is the input to the ScanTeacherSharingRules method.
type ScanThingWithCompositeAttributessByNameVersionAndDateInput ¶
type ScanThingWithCompositeAttributessByNameVersionAndDateInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.ThingWithCompositeAttributes // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanThingWithCompositeAttributessByNameVersionAndDateInput is the input to the ScanThingWithCompositeAttributessByByNameVersionAndDate method.
type ScanThingWithCompositeAttributessInput ¶
type ScanThingWithCompositeAttributessInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.ThingWithCompositeAttributes // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanThingWithCompositeAttributessInput is the input to the ScanThingWithCompositeAttributess method.
type ScanThingWithCompositeEnumAttributessInput ¶
type ScanThingWithCompositeEnumAttributessInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.ThingWithCompositeEnumAttributes // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanThingWithCompositeEnumAttributessInput is the input to the ScanThingWithCompositeEnumAttributess method.
type ScanThingWithDateRangesInput ¶
type ScanThingWithDateRangesInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.ThingWithDateRange // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanThingWithDateRangesInput is the input to the ScanThingWithDateRanges method.
type ScanThingWithDateTimeCompositesInput ¶
type ScanThingWithDateTimeCompositesInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.ThingWithDateTimeComposite // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanThingWithDateTimeCompositesInput is the input to the ScanThingWithDateTimeComposites method.
type ScanThingWithEnumHashKeysByBranchAndDate2Input ¶
type ScanThingWithEnumHashKeysByBranchAndDate2Input struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.ThingWithEnumHashKey // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanThingWithEnumHashKeysByBranchAndDate2Input is the input to the ScanThingWithEnumHashKeysByByBranchAndDate2 method.
type ScanThingWithEnumHashKeysInput ¶
type ScanThingWithEnumHashKeysInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.ThingWithEnumHashKey // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanThingWithEnumHashKeysInput is the input to the ScanThingWithEnumHashKeys method.
type ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBearInput ¶
type ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBearInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.ThingWithMatchingKeys // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanThingWithMatchingKeyssByAssocTypeIDAndCreatedBearInput is the input to the ScanThingWithMatchingKeyssByByAssocTypeIDAndCreatedBear method.
type ScanThingWithMatchingKeyssInput ¶
type ScanThingWithMatchingKeyssInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.ThingWithMatchingKeys // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanThingWithMatchingKeyssInput is the input to the ScanThingWithMatchingKeyss method.
type ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThreeInput ¶
type ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThreeInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.ThingWithRequiredCompositePropertiesAndKeysOnly // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanThingWithRequiredCompositePropertiesAndKeysOnlysByPropertyOneAndTwoAndPropertyThreeInput is the input to the ScanThingWithRequiredCompositePropertiesAndKeysOnlysByByPropertyOneAndTwoAndPropertyThree method.
type ScanThingWithRequiredCompositePropertiesAndKeysOnlysInput ¶
type ScanThingWithRequiredCompositePropertiesAndKeysOnlysInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.ThingWithRequiredCompositePropertiesAndKeysOnly // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanThingWithRequiredCompositePropertiesAndKeysOnlysInput is the input to the ScanThingWithRequiredCompositePropertiesAndKeysOnlys method.
type ScanThingWithRequiredFields2sInput ¶
type ScanThingWithRequiredFields2sInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.ThingWithRequiredFields2 // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanThingWithRequiredFields2sInput is the input to the ScanThingWithRequiredFields2s method.
type ScanThingWithRequiredFieldssInput ¶
type ScanThingWithRequiredFieldssInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.ThingWithRequiredFields // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanThingWithRequiredFieldssInput is the input to the ScanThingWithRequiredFieldss method.
type ScanThingsByIDInput ¶
type ScanThingsByIDInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.Thing // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanThingsByIDInput is the input to the ScanThingsByByID method.
type ScanThingsByNameAndCreatedAtInput ¶
type ScanThingsByNameAndCreatedAtInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.Thing // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanThingsByNameAndCreatedAtInput is the input to the ScanThingsByByNameAndCreatedAt method.
type ScanThingsInput ¶ added in v1.13.1
type ScanThingsInput struct { // StartingAfter is an optional specification of an (exclusive) starting point. StartingAfter *models.Thing // DisableConsistentRead turns off the default behavior of running a consistent read. DisableConsistentRead bool // Limiter is an optional limit on how quickly items are scanned. Limiter *rate.Limiter }
ScanThingsInput is the input to the ScanThings method.
type SchoolTeacherApp ¶ added in v1.12.0
SchoolTeacherApp struct.