Documentation ¶
Index ¶
- func CreateAdminuserCreated(t *testing.T, ctrl app.AdminuserController, ...)
- func CreateAdminuserCreatedCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, ...)
- func CreateEventCreated(t *testing.T, ctrl app.EventController, tenantID string, ...)
- func CreateEventCreatedCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, ...)
- func CreatePresentationCreated(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, ...)
- func CreatePresentationCreatedCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, ...)
- func CreateSeriesCreated(t *testing.T, ctrl app.SeriesController, tenantID string, ...)
- func CreateSeriesCreatedCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, ...)
- func CreateSpeakerCreated(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, ...)
- func CreateSpeakerCreatedCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, ...)
- func CreateTenantCreated(t *testing.T, ctrl app.TenantController, payload *app.CreateTenantPayload)
- func CreateTenantCreatedCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, ...)
- func CreateUserCreated(t *testing.T, ctrl app.UserController, tenantID string, ...)
- func CreateUserCreatedCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, ...)
- func DeleteAdminuserNoContent(t *testing.T, ctrl app.AdminuserController, userID int)
- func DeleteAdminuserNoContentCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int)
- func DeleteAdminuserNotFound(t *testing.T, ctrl app.AdminuserController, userID int)
- func DeleteAdminuserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int)
- func DeleteEventNoContent(t *testing.T, ctrl app.EventController, tenantID string, eventID int)
- func DeleteEventNoContentCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, ...)
- func DeleteEventNotFound(t *testing.T, ctrl app.EventController, tenantID string, eventID int)
- func DeleteEventNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, ...)
- func DeletePresentationNoContent(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, ...)
- func DeletePresentationNoContentCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, ...)
- func DeletePresentationNotFound(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, ...)
- func DeletePresentationNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, ...)
- func DeleteSeriesNoContent(t *testing.T, ctrl app.SeriesController, tenantID string, seriesID int)
- func DeleteSeriesNoContentCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, ...)
- func DeleteSeriesNotFound(t *testing.T, ctrl app.SeriesController, tenantID string, seriesID int)
- func DeleteSeriesNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, ...)
- func DeleteSpeakerNoContent(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, ...)
- func DeleteSpeakerNoContentCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, ...)
- func DeleteSpeakerNotFound(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, ...)
- func DeleteSpeakerNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, ...)
- func DeleteTenantNoContent(t *testing.T, ctrl app.TenantController, tenantID int)
- func DeleteTenantNoContentCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int)
- func DeleteTenantNotFound(t *testing.T, ctrl app.TenantController, tenantID int)
- func DeleteTenantNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int)
- func DeleteUserNoContent(t *testing.T, ctrl app.UserController, tenantID string, userID int)
- func DeleteUserNoContentCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, ...)
- func DeleteUserNotFound(t *testing.T, ctrl app.UserController, tenantID string, userID int)
- func DeleteUserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, ...)
- func ListAdminuserNotFound(t *testing.T, ctrl app.AdminuserController)
- func ListAdminuserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController)
- func ListAdminuserOK(t *testing.T, ctrl app.AdminuserController) *app.UserCollection
- func ListAdminuserOKCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController) *app.UserCollection
- func ListAdminuserOKTenant(t *testing.T, ctrl app.AdminuserController) *app.UserTenantCollection
- func ListAdminuserOKTenantCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController) *app.UserTenantCollection
- func ListEventNotFound(t *testing.T, ctrl app.EventController, tenantID string)
- func ListEventNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string)
- func ListEventOK(t *testing.T, ctrl app.EventController, tenantID string) *app.EventCollection
- func ListEventOKCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string) *app.EventCollection
- func ListPresentationNotFound(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, ...)
- func ListPresentationNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, ...)
- func ListPresentationOK(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, ...) *app.PresentationCollection
- func ListPresentationOKAdmin(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, ...) *app.PresentationAdminCollection
- func ListPresentationOKAdminCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, ...) *app.PresentationAdminCollection
- func ListPresentationOKCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, ...) *app.PresentationCollection
- func ListSeriesNotFound(t *testing.T, ctrl app.SeriesController, tenantID string)
- func ListSeriesNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string)
- func ListSeriesOK(t *testing.T, ctrl app.SeriesController, tenantID string) *app.SeriesCollection
- func ListSeriesOKCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string) *app.SeriesCollection
- func ListSpeakerNotFound(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string)
- func ListSpeakerNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, ...)
- func ListSpeakerOK(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string) *app.SpeakerCollection
- func ListSpeakerOKAdmin(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string) *app.SpeakerAdminCollection
- func ListSpeakerOKAdminCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, ...) *app.SpeakerAdminCollection
- func ListSpeakerOKCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, ...) *app.SpeakerCollection
- func ListSpeakerOKLink(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string) *app.SpeakerLinkCollection
- func ListSpeakerOKLinkCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, ...) *app.SpeakerLinkCollection
- func ListTenantNotFound(t *testing.T, ctrl app.TenantController)
- func ListTenantNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.TenantController)
- func ListTenantOK(t *testing.T, ctrl app.TenantController) *app.TenantCollection
- func ListTenantOKCtx(t *testing.T, ctx context.Context, ctrl app.TenantController) *app.TenantCollection
- func ListUserNotFound(t *testing.T, ctrl app.UserController, tenantID string)
- func ListUserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string)
- func ListUserOK(t *testing.T, ctrl app.UserController, tenantID string) *app.UserCollection
- func ListUserOKCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string) *app.UserCollection
- func ListUserOKTenant(t *testing.T, ctrl app.UserController, tenantID string) *app.UserTenantCollection
- func ListUserOKTenantCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string) *app.UserTenantCollection
- func RefreshAuthCreated(t *testing.T, ctrl app.AuthController) *app.Authorize
- func RefreshAuthCreatedCtx(t *testing.T, ctx context.Context, ctrl app.AuthController) *app.Authorize
- func ShowAdminuserNotFound(t *testing.T, ctrl app.AdminuserController, userID int)
- func ShowAdminuserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int)
- func ShowAdminuserOK(t *testing.T, ctrl app.AdminuserController, userID int) *app.User
- func ShowAdminuserOKCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int) *app.User
- func ShowAdminuserOKLink(t *testing.T, ctrl app.AdminuserController, userID int) *app.UserLink
- func ShowAdminuserOKLinkCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int) *app.UserLink
- func ShowAdminuserOKTenant(t *testing.T, ctrl app.AdminuserController, userID int) *app.UserTenant
- func ShowAdminuserOKTenantCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int) *app.UserTenant
- func ShowEventNotFound(t *testing.T, ctrl app.EventController, tenantID string, eventID int)
- func ShowEventNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, ...)
- func ShowEventOK(t *testing.T, ctrl app.EventController, tenantID string, eventID int) *app.Event
- func ShowEventOKCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, ...) *app.Event
- func ShowPresentationNotFound(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, ...)
- func ShowPresentationNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, ...)
- func ShowPresentationOK(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, ...) *app.Presentation
- func ShowPresentationOKAdmin(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, ...) *app.PresentationAdmin
- func ShowPresentationOKAdminCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, ...) *app.PresentationAdmin
- func ShowPresentationOKCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, ...) *app.Presentation
- func ShowSeriesNotFound(t *testing.T, ctrl app.SeriesController, tenantID string, seriesID int)
- func ShowSeriesNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, ...)
- func ShowSeriesOK(t *testing.T, ctrl app.SeriesController, tenantID string, seriesID int) *app.Series
- func ShowSeriesOKCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, ...) *app.Series
- func ShowSpeakerNotFound(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, ...)
- func ShowSpeakerNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, ...)
- func ShowSpeakerOK(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, ...) *app.Speaker
- func ShowSpeakerOKAdmin(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, ...) *app.SpeakerAdmin
- func ShowSpeakerOKAdminCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, ...) *app.SpeakerAdmin
- func ShowSpeakerOKCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, ...) *app.Speaker
- func ShowSpeakerOKLink(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, ...) *app.SpeakerLink
- func ShowSpeakerOKLinkCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, ...) *app.SpeakerLink
- func ShowTenantNotFound(t *testing.T, ctrl app.TenantController, tenantID int)
- func ShowTenantNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int)
- func ShowTenantOK(t *testing.T, ctrl app.TenantController, tenantID int) *app.Tenant
- func ShowTenantOKCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int) *app.Tenant
- func ShowUserNotFound(t *testing.T, ctrl app.UserController, tenantID string, userID int)
- func ShowUserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, ...)
- func ShowUserOK(t *testing.T, ctrl app.UserController, tenantID string, userID int) *app.User
- func ShowUserOKCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, ...) *app.User
- func ShowUserOKLink(t *testing.T, ctrl app.UserController, tenantID string, userID int) *app.UserLink
- func ShowUserOKLinkCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, ...) *app.UserLink
- func ShowUserOKTenant(t *testing.T, ctrl app.UserController, tenantID string, userID int) *app.UserTenant
- func ShowUserOKTenantCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, ...) *app.UserTenant
- func TokenAuthCreated(t *testing.T, ctrl app.AuthController) *app.Authorize
- func TokenAuthCreatedCtx(t *testing.T, ctx context.Context, ctrl app.AuthController) *app.Authorize
- func UpdateAdminuserNoContent(t *testing.T, ctrl app.AdminuserController, userID int, ...)
- func UpdateAdminuserNoContentCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int, ...)
- func UpdateAdminuserNotFound(t *testing.T, ctrl app.AdminuserController, userID int, ...)
- func UpdateAdminuserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int, ...)
- func UpdateEventNoContent(t *testing.T, ctrl app.EventController, tenantID string, eventID int, ...)
- func UpdateEventNoContentCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, ...)
- func UpdateEventNotFound(t *testing.T, ctrl app.EventController, tenantID string, eventID int, ...)
- func UpdateEventNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, ...)
- func UpdatePresentationNoContent(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, ...)
- func UpdatePresentationNoContentCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, ...)
- func UpdatePresentationNotFound(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, ...)
- func UpdatePresentationNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, ...)
- func UpdateSeriesNoContent(t *testing.T, ctrl app.SeriesController, tenantID string, seriesID int, ...)
- func UpdateSeriesNoContentCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, ...)
- func UpdateSeriesNotFound(t *testing.T, ctrl app.SeriesController, tenantID string, seriesID int, ...)
- func UpdateSeriesNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, ...)
- func UpdateSpeakerNoContent(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, ...)
- func UpdateSpeakerNoContentCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, ...)
- func UpdateSpeakerNotFound(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, ...)
- func UpdateSpeakerNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, ...)
- func UpdateTenantNoContent(t *testing.T, ctrl app.TenantController, tenantID int, ...)
- func UpdateTenantNoContentCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int, ...)
- func UpdateTenantNotFound(t *testing.T, ctrl app.TenantController, tenantID int, ...)
- func UpdateTenantNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int, ...)
- func UpdateUserNoContent(t *testing.T, ctrl app.UserController, tenantID string, userID int, ...)
- func UpdateUserNoContentCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, ...)
- func UpdateUserNotFound(t *testing.T, ctrl app.UserController, tenantID string, userID int, ...)
- func UpdateUserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, ...)
- func ValidateValidateNotFound(t *testing.T, ctrl app.ValidateController, userID string)
- func ValidateValidateNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.ValidateController, userID string)
- func ValidateValidateOK(t *testing.T, ctrl app.ValidateController, userID string)
- func ValidateValidateOKCtx(t *testing.T, ctx context.Context, ctrl app.ValidateController, userID string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAdminuserCreated ¶
func CreateAdminuserCreated(t *testing.T, ctrl app.AdminuserController, payload *app.CreateAdminuserPayload)
CreateAdminuserCreated test setup
func CreateAdminuserCreatedCtx ¶
func CreateAdminuserCreatedCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, payload *app.CreateAdminuserPayload)
CreateAdminuserCreatedCtx test setup
func CreateEventCreated ¶
func CreateEventCreated(t *testing.T, ctrl app.EventController, tenantID string, payload *app.CreateEventPayload)
CreateEventCreated test setup
func CreateEventCreatedCtx ¶
func CreateEventCreatedCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, payload *app.CreateEventPayload)
CreateEventCreatedCtx test setup
func CreatePresentationCreated ¶
func CreatePresentationCreated(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, payload *app.CreatePresentationPayload)
CreatePresentationCreated test setup
func CreatePresentationCreatedCtx ¶
func CreatePresentationCreatedCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, payload *app.CreatePresentationPayload)
CreatePresentationCreatedCtx test setup
func CreateSeriesCreated ¶
func CreateSeriesCreated(t *testing.T, ctrl app.SeriesController, tenantID string, payload *app.CreateSeriesPayload)
CreateSeriesCreated test setup
func CreateSeriesCreatedCtx ¶
func CreateSeriesCreatedCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, payload *app.CreateSeriesPayload)
CreateSeriesCreatedCtx test setup
func CreateSpeakerCreated ¶
func CreateSpeakerCreated(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, payload *app.CreateSpeakerPayload)
CreateSpeakerCreated test setup
func CreateSpeakerCreatedCtx ¶
func CreateSpeakerCreatedCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, payload *app.CreateSpeakerPayload)
CreateSpeakerCreatedCtx test setup
func CreateTenantCreated ¶
func CreateTenantCreated(t *testing.T, ctrl app.TenantController, payload *app.CreateTenantPayload)
CreateTenantCreated test setup
func CreateTenantCreatedCtx ¶
func CreateTenantCreatedCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, payload *app.CreateTenantPayload)
CreateTenantCreatedCtx test setup
func CreateUserCreated ¶
func CreateUserCreated(t *testing.T, ctrl app.UserController, tenantID string, payload *app.CreateUserPayload)
CreateUserCreated test setup
func CreateUserCreatedCtx ¶
func CreateUserCreatedCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, payload *app.CreateUserPayload)
CreateUserCreatedCtx test setup
func DeleteAdminuserNoContent ¶
func DeleteAdminuserNoContent(t *testing.T, ctrl app.AdminuserController, userID int)
DeleteAdminuserNoContent test setup
func DeleteAdminuserNoContentCtx ¶
func DeleteAdminuserNoContentCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int)
DeleteAdminuserNoContentCtx test setup
func DeleteAdminuserNotFound ¶
func DeleteAdminuserNotFound(t *testing.T, ctrl app.AdminuserController, userID int)
DeleteAdminuserNotFound test setup
func DeleteAdminuserNotFoundCtx ¶
func DeleteAdminuserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int)
DeleteAdminuserNotFoundCtx test setup
func DeleteEventNoContent ¶
DeleteEventNoContent test setup
func DeleteEventNoContentCtx ¶
func DeleteEventNoContentCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, eventID int)
DeleteEventNoContentCtx test setup
func DeleteEventNotFound ¶
DeleteEventNotFound test setup
func DeleteEventNotFoundCtx ¶
func DeleteEventNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, eventID int)
DeleteEventNotFoundCtx test setup
func DeletePresentationNoContent ¶
func DeletePresentationNoContent(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int)
DeletePresentationNoContent test setup
func DeletePresentationNoContentCtx ¶
func DeletePresentationNoContentCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int)
DeletePresentationNoContentCtx test setup
func DeletePresentationNotFound ¶
func DeletePresentationNotFound(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int)
DeletePresentationNotFound test setup
func DeletePresentationNotFoundCtx ¶
func DeletePresentationNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int)
DeletePresentationNotFoundCtx test setup
func DeleteSeriesNoContent ¶
DeleteSeriesNoContent test setup
func DeleteSeriesNoContentCtx ¶
func DeleteSeriesNoContentCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, seriesID int)
DeleteSeriesNoContentCtx test setup
func DeleteSeriesNotFound ¶
DeleteSeriesNotFound test setup
func DeleteSeriesNotFoundCtx ¶
func DeleteSeriesNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, seriesID int)
DeleteSeriesNotFoundCtx test setup
func DeleteSpeakerNoContent ¶
func DeleteSpeakerNoContent(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int)
DeleteSpeakerNoContent test setup
func DeleteSpeakerNoContentCtx ¶
func DeleteSpeakerNoContentCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int)
DeleteSpeakerNoContentCtx test setup
func DeleteSpeakerNotFound ¶
func DeleteSpeakerNotFound(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int)
DeleteSpeakerNotFound test setup
func DeleteSpeakerNotFoundCtx ¶
func DeleteSpeakerNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int)
DeleteSpeakerNotFoundCtx test setup
func DeleteTenantNoContent ¶
func DeleteTenantNoContent(t *testing.T, ctrl app.TenantController, tenantID int)
DeleteTenantNoContent test setup
func DeleteTenantNoContentCtx ¶
func DeleteTenantNoContentCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int)
DeleteTenantNoContentCtx test setup
func DeleteTenantNotFound ¶
func DeleteTenantNotFound(t *testing.T, ctrl app.TenantController, tenantID int)
DeleteTenantNotFound test setup
func DeleteTenantNotFoundCtx ¶
func DeleteTenantNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int)
DeleteTenantNotFoundCtx test setup
func DeleteUserNoContent ¶
DeleteUserNoContent test setup
func DeleteUserNoContentCtx ¶
func DeleteUserNoContentCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, userID int)
DeleteUserNoContentCtx test setup
func DeleteUserNotFound ¶
DeleteUserNotFound test setup
func DeleteUserNotFoundCtx ¶
func DeleteUserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, userID int)
DeleteUserNotFoundCtx test setup
func ListAdminuserNotFound ¶
func ListAdminuserNotFound(t *testing.T, ctrl app.AdminuserController)
ListAdminuserNotFound test setup
func ListAdminuserNotFoundCtx ¶
ListAdminuserNotFoundCtx test setup
func ListAdminuserOK ¶
func ListAdminuserOK(t *testing.T, ctrl app.AdminuserController) *app.UserCollection
ListAdminuserOK test setup
func ListAdminuserOKCtx ¶
func ListAdminuserOKCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController) *app.UserCollection
ListAdminuserOKCtx test setup
func ListAdminuserOKTenant ¶
func ListAdminuserOKTenant(t *testing.T, ctrl app.AdminuserController) *app.UserTenantCollection
ListAdminuserOKTenant test setup
func ListAdminuserOKTenantCtx ¶
func ListAdminuserOKTenantCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController) *app.UserTenantCollection
ListAdminuserOKTenantCtx test setup
func ListEventNotFound ¶
func ListEventNotFound(t *testing.T, ctrl app.EventController, tenantID string)
ListEventNotFound test setup
func ListEventNotFoundCtx ¶
func ListEventNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string)
ListEventNotFoundCtx test setup
func ListEventOK ¶
func ListEventOK(t *testing.T, ctrl app.EventController, tenantID string) *app.EventCollection
ListEventOK test setup
func ListEventOKCtx ¶
func ListEventOKCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string) *app.EventCollection
ListEventOKCtx test setup
func ListPresentationNotFound ¶
func ListPresentationNotFound(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string)
ListPresentationNotFound test setup
func ListPresentationNotFoundCtx ¶
func ListPresentationNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string)
ListPresentationNotFoundCtx test setup
func ListPresentationOK ¶
func ListPresentationOK(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string) *app.PresentationCollection
ListPresentationOK test setup
func ListPresentationOKAdmin ¶
func ListPresentationOKAdmin(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string) *app.PresentationAdminCollection
ListPresentationOKAdmin test setup
func ListPresentationOKAdminCtx ¶
func ListPresentationOKAdminCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string) *app.PresentationAdminCollection
ListPresentationOKAdminCtx test setup
func ListPresentationOKCtx ¶
func ListPresentationOKCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string) *app.PresentationCollection
ListPresentationOKCtx test setup
func ListSeriesNotFound ¶
func ListSeriesNotFound(t *testing.T, ctrl app.SeriesController, tenantID string)
ListSeriesNotFound test setup
func ListSeriesNotFoundCtx ¶
func ListSeriesNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string)
ListSeriesNotFoundCtx test setup
func ListSeriesOK ¶
func ListSeriesOK(t *testing.T, ctrl app.SeriesController, tenantID string) *app.SeriesCollection
ListSeriesOK test setup
func ListSeriesOKCtx ¶
func ListSeriesOKCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string) *app.SeriesCollection
ListSeriesOKCtx test setup
func ListSpeakerNotFound ¶
ListSpeakerNotFound test setup
func ListSpeakerNotFoundCtx ¶
func ListSpeakerNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string)
ListSpeakerNotFoundCtx test setup
func ListSpeakerOK ¶
func ListSpeakerOK(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string) *app.SpeakerCollection
ListSpeakerOK test setup
func ListSpeakerOKAdmin ¶
func ListSpeakerOKAdmin(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string) *app.SpeakerAdminCollection
ListSpeakerOKAdmin test setup
func ListSpeakerOKAdminCtx ¶
func ListSpeakerOKAdminCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string) *app.SpeakerAdminCollection
ListSpeakerOKAdminCtx test setup
func ListSpeakerOKCtx ¶
func ListSpeakerOKCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string) *app.SpeakerCollection
ListSpeakerOKCtx test setup
func ListSpeakerOKLink ¶
func ListSpeakerOKLink(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string) *app.SpeakerLinkCollection
ListSpeakerOKLink test setup
func ListSpeakerOKLinkCtx ¶
func ListSpeakerOKLinkCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string) *app.SpeakerLinkCollection
ListSpeakerOKLinkCtx test setup
func ListTenantNotFound ¶
func ListTenantNotFound(t *testing.T, ctrl app.TenantController)
ListTenantNotFound test setup
func ListTenantNotFoundCtx ¶
ListTenantNotFoundCtx test setup
func ListTenantOK ¶
func ListTenantOK(t *testing.T, ctrl app.TenantController) *app.TenantCollection
ListTenantOK test setup
func ListTenantOKCtx ¶
func ListTenantOKCtx(t *testing.T, ctx context.Context, ctrl app.TenantController) *app.TenantCollection
ListTenantOKCtx test setup
func ListUserNotFound ¶
func ListUserNotFound(t *testing.T, ctrl app.UserController, tenantID string)
ListUserNotFound test setup
func ListUserNotFoundCtx ¶
func ListUserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string)
ListUserNotFoundCtx test setup
func ListUserOK ¶
func ListUserOK(t *testing.T, ctrl app.UserController, tenantID string) *app.UserCollection
ListUserOK test setup
func ListUserOKCtx ¶
func ListUserOKCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string) *app.UserCollection
ListUserOKCtx test setup
func ListUserOKTenant ¶
func ListUserOKTenant(t *testing.T, ctrl app.UserController, tenantID string) *app.UserTenantCollection
ListUserOKTenant test setup
func ListUserOKTenantCtx ¶
func ListUserOKTenantCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string) *app.UserTenantCollection
ListUserOKTenantCtx test setup
func RefreshAuthCreated ¶
RefreshAuthCreated test setup
func RefreshAuthCreatedCtx ¶
func RefreshAuthCreatedCtx(t *testing.T, ctx context.Context, ctrl app.AuthController) *app.Authorize
RefreshAuthCreatedCtx test setup
func ShowAdminuserNotFound ¶
func ShowAdminuserNotFound(t *testing.T, ctrl app.AdminuserController, userID int)
ShowAdminuserNotFound test setup
func ShowAdminuserNotFoundCtx ¶
func ShowAdminuserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int)
ShowAdminuserNotFoundCtx test setup
func ShowAdminuserOK ¶
ShowAdminuserOK test setup
func ShowAdminuserOKCtx ¶
func ShowAdminuserOKCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int) *app.User
ShowAdminuserOKCtx test setup
func ShowAdminuserOKLink ¶
ShowAdminuserOKLink test setup
func ShowAdminuserOKLinkCtx ¶
func ShowAdminuserOKLinkCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int) *app.UserLink
ShowAdminuserOKLinkCtx test setup
func ShowAdminuserOKTenant ¶
func ShowAdminuserOKTenant(t *testing.T, ctrl app.AdminuserController, userID int) *app.UserTenant
ShowAdminuserOKTenant test setup
func ShowAdminuserOKTenantCtx ¶
func ShowAdminuserOKTenantCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int) *app.UserTenant
ShowAdminuserOKTenantCtx test setup
func ShowEventNotFound ¶
ShowEventNotFound test setup
func ShowEventNotFoundCtx ¶
func ShowEventNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, eventID int)
ShowEventNotFoundCtx test setup
func ShowEventOK ¶
ShowEventOK test setup
func ShowEventOKCtx ¶
func ShowEventOKCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, eventID int) *app.Event
ShowEventOKCtx test setup
func ShowPresentationNotFound ¶
func ShowPresentationNotFound(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int)
ShowPresentationNotFound test setup
func ShowPresentationNotFoundCtx ¶
func ShowPresentationNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int)
ShowPresentationNotFoundCtx test setup
func ShowPresentationOK ¶
func ShowPresentationOK(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int) *app.Presentation
ShowPresentationOK test setup
func ShowPresentationOKAdmin ¶
func ShowPresentationOKAdmin(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int) *app.PresentationAdmin
ShowPresentationOKAdmin test setup
func ShowPresentationOKAdminCtx ¶
func ShowPresentationOKAdminCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int) *app.PresentationAdmin
ShowPresentationOKAdminCtx test setup
func ShowPresentationOKCtx ¶
func ShowPresentationOKCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int) *app.Presentation
ShowPresentationOKCtx test setup
func ShowSeriesNotFound ¶
ShowSeriesNotFound test setup
func ShowSeriesNotFoundCtx ¶
func ShowSeriesNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, seriesID int)
ShowSeriesNotFoundCtx test setup
func ShowSeriesOK ¶
func ShowSeriesOK(t *testing.T, ctrl app.SeriesController, tenantID string, seriesID int) *app.Series
ShowSeriesOK test setup
func ShowSeriesOKCtx ¶
func ShowSeriesOKCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, seriesID int) *app.Series
ShowSeriesOKCtx test setup
func ShowSpeakerNotFound ¶
func ShowSpeakerNotFound(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int)
ShowSpeakerNotFound test setup
func ShowSpeakerNotFoundCtx ¶
func ShowSpeakerNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int)
ShowSpeakerNotFoundCtx test setup
func ShowSpeakerOK ¶
func ShowSpeakerOK(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int) *app.Speaker
ShowSpeakerOK test setup
func ShowSpeakerOKAdmin ¶
func ShowSpeakerOKAdmin(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int) *app.SpeakerAdmin
ShowSpeakerOKAdmin test setup
func ShowSpeakerOKAdminCtx ¶
func ShowSpeakerOKAdminCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int) *app.SpeakerAdmin
ShowSpeakerOKAdminCtx test setup
func ShowSpeakerOKCtx ¶
func ShowSpeakerOKCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int) *app.Speaker
ShowSpeakerOKCtx test setup
func ShowSpeakerOKLink ¶
func ShowSpeakerOKLink(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int) *app.SpeakerLink
ShowSpeakerOKLink test setup
func ShowSpeakerOKLinkCtx ¶
func ShowSpeakerOKLinkCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int) *app.SpeakerLink
ShowSpeakerOKLinkCtx test setup
func ShowTenantNotFound ¶
func ShowTenantNotFound(t *testing.T, ctrl app.TenantController, tenantID int)
ShowTenantNotFound test setup
func ShowTenantNotFoundCtx ¶
func ShowTenantNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int)
ShowTenantNotFoundCtx test setup
func ShowTenantOK ¶
ShowTenantOK test setup
func ShowTenantOKCtx ¶
func ShowTenantOKCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int) *app.Tenant
ShowTenantOKCtx test setup
func ShowUserNotFound ¶
ShowUserNotFound test setup
func ShowUserNotFoundCtx ¶
func ShowUserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, userID int)
ShowUserNotFoundCtx test setup
func ShowUserOK ¶
ShowUserOK test setup
func ShowUserOKCtx ¶
func ShowUserOKCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, userID int) *app.User
ShowUserOKCtx test setup
func ShowUserOKLink ¶
func ShowUserOKLink(t *testing.T, ctrl app.UserController, tenantID string, userID int) *app.UserLink
ShowUserOKLink test setup
func ShowUserOKLinkCtx ¶
func ShowUserOKLinkCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, userID int) *app.UserLink
ShowUserOKLinkCtx test setup
func ShowUserOKTenant ¶
func ShowUserOKTenant(t *testing.T, ctrl app.UserController, tenantID string, userID int) *app.UserTenant
ShowUserOKTenant test setup
func ShowUserOKTenantCtx ¶
func ShowUserOKTenantCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, userID int) *app.UserTenant
ShowUserOKTenantCtx test setup
func TokenAuthCreated ¶
TokenAuthCreated test setup
func TokenAuthCreatedCtx ¶
TokenAuthCreatedCtx test setup
func UpdateAdminuserNoContent ¶
func UpdateAdminuserNoContent(t *testing.T, ctrl app.AdminuserController, userID int, payload *app.UpdateAdminuserPayload)
UpdateAdminuserNoContent test setup
func UpdateAdminuserNoContentCtx ¶
func UpdateAdminuserNoContentCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int, payload *app.UpdateAdminuserPayload)
UpdateAdminuserNoContentCtx test setup
func UpdateAdminuserNotFound ¶
func UpdateAdminuserNotFound(t *testing.T, ctrl app.AdminuserController, userID int, payload *app.UpdateAdminuserPayload)
UpdateAdminuserNotFound test setup
func UpdateAdminuserNotFoundCtx ¶
func UpdateAdminuserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.AdminuserController, userID int, payload *app.UpdateAdminuserPayload)
UpdateAdminuserNotFoundCtx test setup
func UpdateEventNoContent ¶
func UpdateEventNoContent(t *testing.T, ctrl app.EventController, tenantID string, eventID int, payload *app.UpdateEventPayload)
UpdateEventNoContent test setup
func UpdateEventNoContentCtx ¶
func UpdateEventNoContentCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, eventID int, payload *app.UpdateEventPayload)
UpdateEventNoContentCtx test setup
func UpdateEventNotFound ¶
func UpdateEventNotFound(t *testing.T, ctrl app.EventController, tenantID string, eventID int, payload *app.UpdateEventPayload)
UpdateEventNotFound test setup
func UpdateEventNotFoundCtx ¶
func UpdateEventNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.EventController, tenantID string, eventID int, payload *app.UpdateEventPayload)
UpdateEventNotFoundCtx test setup
func UpdatePresentationNoContent ¶
func UpdatePresentationNoContent(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int, payload *app.UpdatePresentationPayload)
UpdatePresentationNoContent test setup
func UpdatePresentationNoContentCtx ¶
func UpdatePresentationNoContentCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int, payload *app.UpdatePresentationPayload)
UpdatePresentationNoContentCtx test setup
func UpdatePresentationNotFound ¶
func UpdatePresentationNotFound(t *testing.T, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int, payload *app.UpdatePresentationPayload)
UpdatePresentationNotFound test setup
func UpdatePresentationNotFoundCtx ¶
func UpdatePresentationNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.PresentationController, tenantID string, eventID string, speakerID string, presentationID int, payload *app.UpdatePresentationPayload)
UpdatePresentationNotFoundCtx test setup
func UpdateSeriesNoContent ¶
func UpdateSeriesNoContent(t *testing.T, ctrl app.SeriesController, tenantID string, seriesID int, payload *app.UpdateSeriesPayload)
UpdateSeriesNoContent test setup
func UpdateSeriesNoContentCtx ¶
func UpdateSeriesNoContentCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, seriesID int, payload *app.UpdateSeriesPayload)
UpdateSeriesNoContentCtx test setup
func UpdateSeriesNotFound ¶
func UpdateSeriesNotFound(t *testing.T, ctrl app.SeriesController, tenantID string, seriesID int, payload *app.UpdateSeriesPayload)
UpdateSeriesNotFound test setup
func UpdateSeriesNotFoundCtx ¶
func UpdateSeriesNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SeriesController, tenantID string, seriesID int, payload *app.UpdateSeriesPayload)
UpdateSeriesNotFoundCtx test setup
func UpdateSpeakerNoContent ¶
func UpdateSpeakerNoContent(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int, payload *app.UpdateSpeakerPayload)
UpdateSpeakerNoContent test setup
func UpdateSpeakerNoContentCtx ¶
func UpdateSpeakerNoContentCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int, payload *app.UpdateSpeakerPayload)
UpdateSpeakerNoContentCtx test setup
func UpdateSpeakerNotFound ¶
func UpdateSpeakerNotFound(t *testing.T, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int, payload *app.UpdateSpeakerPayload)
UpdateSpeakerNotFound test setup
func UpdateSpeakerNotFoundCtx ¶
func UpdateSpeakerNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.SpeakerController, tenantID string, eventID string, speakerID int, payload *app.UpdateSpeakerPayload)
UpdateSpeakerNotFoundCtx test setup
func UpdateTenantNoContent ¶
func UpdateTenantNoContent(t *testing.T, ctrl app.TenantController, tenantID int, payload *app.UpdateTenantPayload)
UpdateTenantNoContent test setup
func UpdateTenantNoContentCtx ¶
func UpdateTenantNoContentCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int, payload *app.UpdateTenantPayload)
UpdateTenantNoContentCtx test setup
func UpdateTenantNotFound ¶
func UpdateTenantNotFound(t *testing.T, ctrl app.TenantController, tenantID int, payload *app.UpdateTenantPayload)
UpdateTenantNotFound test setup
func UpdateTenantNotFoundCtx ¶
func UpdateTenantNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.TenantController, tenantID int, payload *app.UpdateTenantPayload)
UpdateTenantNotFoundCtx test setup
func UpdateUserNoContent ¶
func UpdateUserNoContent(t *testing.T, ctrl app.UserController, tenantID string, userID int, payload *app.UpdateUserPayload)
UpdateUserNoContent test setup
func UpdateUserNoContentCtx ¶
func UpdateUserNoContentCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, userID int, payload *app.UpdateUserPayload)
UpdateUserNoContentCtx test setup
func UpdateUserNotFound ¶
func UpdateUserNotFound(t *testing.T, ctrl app.UserController, tenantID string, userID int, payload *app.UpdateUserPayload)
UpdateUserNotFound test setup
func UpdateUserNotFoundCtx ¶
func UpdateUserNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.UserController, tenantID string, userID int, payload *app.UpdateUserPayload)
UpdateUserNotFoundCtx test setup
func ValidateValidateNotFound ¶
func ValidateValidateNotFound(t *testing.T, ctrl app.ValidateController, userID string)
ValidateValidateNotFound test setup
func ValidateValidateNotFoundCtx ¶
func ValidateValidateNotFoundCtx(t *testing.T, ctx context.Context, ctrl app.ValidateController, userID string)
ValidateValidateNotFoundCtx test setup
func ValidateValidateOK ¶
func ValidateValidateOK(t *testing.T, ctrl app.ValidateController, userID string)
ValidateValidateOK test setup
func ValidateValidateOKCtx ¶
func ValidateValidateOKCtx(t *testing.T, ctx context.Context, ctrl app.ValidateController, userID string)
ValidateValidateOKCtx test setup
Types ¶
This section is empty.