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 ErrSimpleThingAlreadyExists
- type ErrSimpleThingNotFound
- type ErrTeacherSharingRuleByDistrictAndSchoolTeacherAppNotFound
- type ErrTeacherSharingRuleNotFound
- type ErrThingAlreadyExists
- type ErrThingByIDNotFound
- type ErrThingByNameAndCreatedAtNotFound
- type ErrThingNotFound
- type ErrThingWithCompositeAttributesAlreadyExists
- type ErrThingWithCompositeAttributesByNameVersionAndDateNotFound
- type ErrThingWithCompositeAttributesNotFound
- type ErrThingWithDateRangeNotFound
- type ErrThingWithRequiredFieldsAlreadyExists
- type ErrThingWithRequiredFieldsNotFound
- type ErrThingWithUnderscoresNotFound
- type GetTeacherSharingRulesByDistrictAndSchoolTeacherAppInput
- type GetTeacherSharingRulesByTeacherAndSchoolAppInput
- type GetThingWithCompositeAttributessByNameBranchAndDateInput
- type GetThingWithCompositeAttributessByNameVersionAndDateInput
- type GetThingWithDateRangesByNameAndDateInput
- type GetThingsByNameAndCreatedAtInput
- type GetThingsByNameAndVersionInput
- type Interface
- type MockInterface
- 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) DeleteThingWithDateRange(ctx context.Context, name string, date strfmt.DateTime) error
- func (m *MockInterface) DeleteThingWithRequiredFields(ctx context.Context, name string) error
- func (m *MockInterface) DeleteThingWithUnderscores(ctx context.Context, iDApp string) error
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- 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, ...) ([]models.TeacherSharingRule, error)
- func (m *MockInterface) GetTeacherSharingRulesByTeacherAndSchoolApp(ctx context.Context, input GetTeacherSharingRulesByTeacherAndSchoolAppInput) ([]models.TeacherSharingRule, 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, ...) ([]models.ThingWithCompositeAttributes, error)
- func (m *MockInterface) GetThingWithCompositeAttributessByNameVersionAndDate(ctx context.Context, ...) ([]models.ThingWithCompositeAttributes, 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) ([]models.ThingWithDateRange, error)
- func (m *MockInterface) GetThingWithRequiredFields(ctx context.Context, name string) (*models.ThingWithRequiredFields, error)
- func (m *MockInterface) GetThingWithUnderscores(ctx context.Context, iDApp string) (*models.ThingWithUnderscores, error)
- func (m *MockInterface) GetThingsByNameAndCreatedAt(ctx context.Context, input GetThingsByNameAndCreatedAtInput) ([]models.Thing, error)
- func (m *MockInterface) GetThingsByNameAndVersion(ctx context.Context, input GetThingsByNameAndVersionInput) ([]models.Thing, 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) SaveThingWithDateRange(ctx context.Context, m models.ThingWithDateRange) error
- func (m_2 *MockInterface) SaveThingWithRequiredFields(ctx context.Context, m models.ThingWithRequiredFields) error
- func (m_2 *MockInterface) SaveThingWithUnderscores(ctx context.Context, m models.ThingWithUnderscores) error
- func (m *MockInterface) ScanThings(ctx context.Context, input ScanThingsInput, fn func(*models.Thing, bool) bool) error
- type MockInterfaceMockRecorder
- 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) DeleteThingWithDateRange(ctx, name, date interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteThingWithRequiredFields(ctx, name interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteThingWithUnderscores(ctx, iDApp 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 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetTeacherSharingRulesByTeacherAndSchoolApp(ctx, input 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 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithCompositeAttributessByNameVersionAndDate(ctx, input interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithDateRange(ctx, name, date interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithDateRangesByNameAndDate(ctx, input interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithRequiredFields(ctx, name interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingWithUnderscores(ctx, iDApp interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingsByNameAndCreatedAt(ctx, input interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetThingsByNameAndVersion(ctx, input 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) SaveThingWithDateRange(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveThingWithRequiredFields(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SaveThingWithUnderscores(ctx, m interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScanThings(ctx, input, fn interface{}) *gomock.Call
- type ScanThingsInput
- type SchoolApp
- type SchoolTeacherApp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
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 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 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 GetTeacherSharingRulesByDistrictAndSchoolTeacherAppInput ¶ added in v1.12.0
type GetTeacherSharingRulesByDistrictAndSchoolTeacherAppInput struct { District string StartingAt *SchoolTeacherApp Descending bool }
GetTeacherSharingRulesByDistrictAndSchoolTeacherAppInput is the query input to GetTeacherSharingRulesByDistrictAndSchoolTeacherApp.
type GetTeacherSharingRulesByTeacherAndSchoolAppInput ¶ added in v1.12.0
type GetTeacherSharingRulesByTeacherAndSchoolAppInput struct { Teacher string StartingAt *SchoolApp Descending bool DisableConsistentRead bool }
GetTeacherSharingRulesByTeacherAndSchoolAppInput is the query input to GetTeacherSharingRulesByTeacherAndSchoolApp.
type GetThingWithCompositeAttributessByNameBranchAndDateInput ¶ added in v1.12.0
type GetThingWithCompositeAttributessByNameBranchAndDateInput struct { Name string Branch string DateStartingAt *strfmt.DateTime Descending bool DisableConsistentRead bool }
GetThingWithCompositeAttributessByNameBranchAndDateInput is the query input to GetThingWithCompositeAttributessByNameBranchAndDate.
type GetThingWithCompositeAttributessByNameVersionAndDateInput ¶ added in v1.12.0
type GetThingWithCompositeAttributessByNameVersionAndDateInput struct { Name string Version int64 DateStartingAt *strfmt.DateTime Descending bool }
GetThingWithCompositeAttributessByNameVersionAndDateInput is the query input to GetThingWithCompositeAttributessByNameVersionAndDate.
type GetThingWithDateRangesByNameAndDateInput ¶ added in v1.8.0
type GetThingWithDateRangesByNameAndDateInput struct { Name string DateStartingAt *strfmt.DateTime Descending bool DisableConsistentRead bool }
GetThingWithDateRangesByNameAndDateInput is the query input to GetThingWithDateRangesByNameAndDate.
type GetThingsByNameAndCreatedAtInput ¶ added in v1.8.0
type GetThingsByNameAndCreatedAtInput struct { Name string CreatedAtStartingAt *strfmt.DateTime Descending bool }
GetThingsByNameAndCreatedAtInput is the query input to GetThingsByNameAndCreatedAt.
type GetThingsByNameAndVersionInput ¶ added in v1.8.0
type GetThingsByNameAndVersionInput struct { Name string VersionStartingAt *int64 Descending bool DisableConsistentRead bool }
GetThingsByNameAndVersionInput is the query input to GetThingsByNameAndVersion.
type Interface ¶
type Interface interface { // 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) // 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) // GetTeacherSharingRulesByTeacherAndSchoolApp retrieves a list of TeacherSharingRules from the database. GetTeacherSharingRulesByTeacherAndSchoolApp(ctx context.Context, input GetTeacherSharingRulesByTeacherAndSchoolAppInput) ([]models.TeacherSharingRule, error) // DeleteTeacherSharingRule deletes a TeacherSharingRule from the database. DeleteTeacherSharingRule(ctx context.Context, teacher string, school string, app string) error // GetTeacherSharingRulesByDistrictAndSchoolTeacherApp retrieves a list of TeacherSharingRules from the database. GetTeacherSharingRulesByDistrictAndSchoolTeacherApp(ctx context.Context, input GetTeacherSharingRulesByDistrictAndSchoolTeacherAppInput) ([]models.TeacherSharingRule, 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 list of Things from the database. GetThingsByNameAndVersion(ctx context.Context, input GetThingsByNameAndVersionInput) ([]models.Thing, 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) // GetThingsByNameAndCreatedAt retrieves a list of Things from the database. GetThingsByNameAndCreatedAt(ctx context.Context, input GetThingsByNameAndCreatedAtInput) ([]models.Thing, 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) // GetThingWithCompositeAttributessByNameBranchAndDate retrieves a list of ThingWithCompositeAttributess from the database. GetThingWithCompositeAttributessByNameBranchAndDate(ctx context.Context, input GetThingWithCompositeAttributessByNameBranchAndDateInput) ([]models.ThingWithCompositeAttributes, error) // DeleteThingWithCompositeAttributes deletes a ThingWithCompositeAttributes from the database. DeleteThingWithCompositeAttributes(ctx context.Context, name string, branch string, date strfmt.DateTime) error // GetThingWithCompositeAttributessByNameVersionAndDate retrieves a list of ThingWithCompositeAttributess from the database. GetThingWithCompositeAttributessByNameVersionAndDate(ctx context.Context, input GetThingWithCompositeAttributessByNameVersionAndDateInput) ([]models.ThingWithCompositeAttributes, 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) // GetThingWithDateRangesByNameAndDate retrieves a list of ThingWithDateRanges from the database. GetThingWithDateRangesByNameAndDate(ctx context.Context, input GetThingWithDateRangesByNameAndDateInput) ([]models.ThingWithDateRange, error) // DeleteThingWithDateRange deletes a ThingWithDateRange from the database. DeleteThingWithDateRange(ctx context.Context, name string, date strfmt.DateTime) 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) // DeleteThingWithRequiredFields deletes a ThingWithRequiredFields from the database. DeleteThingWithRequiredFields(ctx context.Context, name 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) 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) DeleteThingWithDateRange ¶
func (m *MockInterface) DeleteThingWithDateRange(ctx context.Context, name string, date strfmt.DateTime) error
DeleteThingWithDateRange 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) 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) 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) ([]models.TeacherSharingRule, error)
GetTeacherSharingRulesByDistrictAndSchoolTeacherApp mocks base method
func (*MockInterface) GetTeacherSharingRulesByTeacherAndSchoolApp ¶ added in v1.12.0
func (m *MockInterface) GetTeacherSharingRulesByTeacherAndSchoolApp(ctx context.Context, input GetTeacherSharingRulesByTeacherAndSchoolAppInput) ([]models.TeacherSharingRule, 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) ([]models.ThingWithCompositeAttributes, error)
GetThingWithCompositeAttributessByNameBranchAndDate mocks base method
func (*MockInterface) GetThingWithCompositeAttributessByNameVersionAndDate ¶ added in v1.12.0
func (m *MockInterface) GetThingWithCompositeAttributessByNameVersionAndDate(ctx context.Context, input GetThingWithCompositeAttributessByNameVersionAndDateInput) ([]models.ThingWithCompositeAttributes, error)
GetThingWithCompositeAttributessByNameVersionAndDate 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) ([]models.ThingWithDateRange, error)
GetThingWithDateRangesByNameAndDate 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) 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) ([]models.Thing, error)
GetThingsByNameAndCreatedAt mocks base method
func (*MockInterface) GetThingsByNameAndVersion ¶ added in v1.8.0
func (m *MockInterface) GetThingsByNameAndVersion(ctx context.Context, input GetThingsByNameAndVersionInput) ([]models.Thing, error)
GetThingsByNameAndVersion 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) SaveThingWithDateRange ¶
func (m_2 *MockInterface) SaveThingWithDateRange(ctx context.Context, m models.ThingWithDateRange) error
SaveThingWithDateRange 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) SaveThingWithUnderscores ¶ added in v1.7.1
func (m_2 *MockInterface) SaveThingWithUnderscores(ctx context.Context, m models.ThingWithUnderscores) error
SaveThingWithUnderscores 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
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface
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) DeleteThingWithDateRange ¶
func (mr *MockInterfaceMockRecorder) DeleteThingWithDateRange(ctx, name, date interface{}) *gomock.Call
DeleteThingWithDateRange indicates an expected call of DeleteThingWithDateRange
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) DeleteThingWithUnderscores ¶ added in v1.7.1
func (mr *MockInterfaceMockRecorder) DeleteThingWithUnderscores(ctx, iDApp interface{}) *gomock.Call
DeleteThingWithUnderscores indicates an expected call of DeleteThingWithUnderscores
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 interface{}) *gomock.Call
GetTeacherSharingRulesByDistrictAndSchoolTeacherApp indicates an expected call of GetTeacherSharingRulesByDistrictAndSchoolTeacherApp
func (*MockInterfaceMockRecorder) GetTeacherSharingRulesByTeacherAndSchoolApp ¶ added in v1.12.0
func (mr *MockInterfaceMockRecorder) GetTeacherSharingRulesByTeacherAndSchoolApp(ctx, input 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 interface{}) *gomock.Call
GetThingWithCompositeAttributessByNameBranchAndDate indicates an expected call of GetThingWithCompositeAttributessByNameBranchAndDate
func (*MockInterfaceMockRecorder) GetThingWithCompositeAttributessByNameVersionAndDate ¶ added in v1.12.0
func (mr *MockInterfaceMockRecorder) GetThingWithCompositeAttributessByNameVersionAndDate(ctx, input interface{}) *gomock.Call
GetThingWithCompositeAttributessByNameVersionAndDate indicates an expected call of GetThingWithCompositeAttributessByNameVersionAndDate
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 interface{}) *gomock.Call
GetThingWithDateRangesByNameAndDate indicates an expected call of GetThingWithDateRangesByNameAndDate
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) 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 interface{}) *gomock.Call
GetThingsByNameAndCreatedAt indicates an expected call of GetThingsByNameAndCreatedAt
func (*MockInterfaceMockRecorder) GetThingsByNameAndVersion ¶ added in v1.8.0
func (mr *MockInterfaceMockRecorder) GetThingsByNameAndVersion(ctx, input interface{}) *gomock.Call
GetThingsByNameAndVersion indicates an expected call of GetThingsByNameAndVersion
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) SaveThingWithDateRange ¶
func (mr *MockInterfaceMockRecorder) SaveThingWithDateRange(ctx, m interface{}) *gomock.Call
SaveThingWithDateRange indicates an expected call of SaveThingWithDateRange
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) SaveThingWithUnderscores ¶ added in v1.7.1
func (mr *MockInterfaceMockRecorder) SaveThingWithUnderscores(ctx, m interface{}) *gomock.Call
SaveThingWithUnderscores indicates an expected call of SaveThingWithUnderscores
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
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.