package
0.0.0-20241210180611-fb78454b947f
Repository: https://github.com/fromsi/jwt-oauth-sso.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
go:generate mockgen -destination=../../../mocks/http/responses/mock_error_bad_request_response.go -package=responses_mocks github.com/fromsi/jwt-oauth-sso/internal/http/responses ErrorBadRequestResponse.
go:generate mockgen -destination=../../../mocks/http/responses/mock_error_conflict_response.go -package=responses_mocks github.com/fromsi/jwt-oauth-sso/internal/http/responses ErrorConflictResponse.
go:generate mockgen -destination=../../../mocks/http/responses/mock_error_internal_server_response.go -package=responses_mocks github.com/fromsi/jwt-oauth-sso/internal/http/responses ErrorInternalServerResponse.
go:generate mockgen -destination=../../../mocks/http/responses/mock_success_devices_response.go -package=responses_mocks github.com/fromsi/jwt-oauth-sso/internal/http/responses SuccessDevicesResponse.
go:generate mockgen -destination=../../../mocks/http/responses/mock_success_login_response.go -package=responses_mocks github.com/fromsi/jwt-oauth-sso/internal/http/responses SuccessLoginResponse.
go:generate mockgen -destination=../../../mocks/http/responses/mock_success_refresh_response.go -package=responses_mocks github.com/fromsi/jwt-oauth-sso/internal/http/responses SuccessRefreshResponse.
go:generate mockgen -destination=../../../mocks/http/responses/mock_success_register_response.go -package=responses_mocks github.com/fromsi/jwt-oauth-sso/internal/http/responses SuccessRegisterResponse.