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
# 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
# Interfaces
go:generate mockgen -destination=../../mocks/services/mock_device.go -package=services_mocks github.com/fromsi/jwt-oauth-sso/internal/services DeviceService.
go:generate mockgen -destination=../../mocks/services/mock_mutable_device.go -package=services_mocks github.com/fromsi/jwt-oauth-sso/internal/services MutableDeviceService.
go:generate mockgen -destination=../../mocks/services/mock_mutable_notification.go -package=services_mocks github.com/fromsi/jwt-oauth-sso/internal/services MutableNotificationService.
go:generate mockgen -destination=../../mocks/services/mock_mutable_reset_token.go -package=services_mocks github.com/fromsi/jwt-oauth-sso/internal/services MutableResetTokenService.
go:generate mockgen -destination=../../mocks/services/mock_mutable_user.go -package=services_mocks github.com/fromsi/jwt-oauth-sso/internal/services MutableUserService.
go:generate mockgen -destination=../../mocks/services/mock_notification.go -package=services_mocks github.com/fromsi/jwt-oauth-sso/internal/services NotificationService.
go:generate mockgen -destination=../../mocks/services/mock_query_device.go -package=services_mocks github.com/fromsi/jwt-oauth-sso/internal/services QueryDeviceService.
go:generate mockgen -destination=../../mocks/services/mock_query_notification.go -package=services_mocks github.com/fromsi/jwt-oauth-sso/internal/services QueryNotificationService.
go:generate mockgen -destination=../../mocks/services/mock_query_reset_token.go -package=services_mocks github.com/fromsi/jwt-oauth-sso/internal/services QueryResetTokenService.
go:generate mockgen -destination=../../mocks/services/mock_query_user.go -package=services_mocks github.com/fromsi/jwt-oauth-sso/internal/services QueryUserService.
go:generate mockgen -destination=../../mocks/services/mock_reset_token.go -package=services_mocks github.com/fromsi/jwt-oauth-sso/internal/services ResetTokenService.
go:generate mockgen -destination=../../mocks/services/mock_user.go -package=services_mocks github.com/fromsi/jwt-oauth-sso/internal/services UserService.