MCPcopy Create free account

hub / github.com/Michael24884/Yakitori / types & classes

Types & classes90 in github.com/Michael24884/Yakitori

Class
__mocks__/core/api/MockBearerAuthorizationRxAxiosProvider.ts:5
Class
__mocks__/data/data-source/MockRemoteAuthenticationDataSource.ts:9
Class
__mocks__/data/data-source/MockLocalAuthenticationDataSource.ts:5
Class
src/core/api/RxRemoteProvider.ts:46
Class
src/core/api/RxRemoteProvider.ts:48
Class
src/core/api/SimklRemoteProvider.ts:12
Class
src/core/error/Exception.ts:1
Class
src/core/error/Exception.ts:3
Class
src/core/error/Exception.ts:4
Class
src/core/error/Exception.ts:14
Class
src/core/error/Exception.ts:16
Class
src/core/error/Exception.ts:18
Class
src/core/error/Exception.ts:28
Class
src/data/repository/AuthenticationRepository.ts:13
Class
src/data/repository/SimklRepository.ts:6
Class
src/data/data-source/LocalAuthenticationDataSource.ts:14
Class
src/data/data-source/AuthenticationDataSource.ts:19
Class
src/data/data-source/simkl/SimklRemoteDataSource.ts:16
Class
src/domain/use-case/authentication/SignIn.use-case.ts:11
Class
src/presentation/component/boundary/ErrorBoundary.tsx:10
Class
src/presentation/hoc/withHotRedux.hoc.tsx:13
Class
src/presentation/hoc/withHotEnhanceRedux.hoc.tsx:31
ClassApiAuthenticationDataSource
src/data/data-source/AuthenticationDataSource.ts:19
InterfaceApiResult
src/data/model/ApiResult.ts:3
ClassApiSimlkDataSource
src/data/data-source/simkl/SimklRemoteDataSource.ts:16
EnumAppDependencies
src/di/type.ts:None
InterfaceAuthenticationRepository
src/domain/repository/AuthenticationRepository.ts:4
ClassBearerAuthorizationRxAxiosProvider
src/core/api/RxRemoteProvider.ts:48
InterfaceCarouselCellProps
src/presentation/component/listing/Carousel.tsx:12
InterfaceCarouselProps
src/presentation/component/listing/Carousel.tsx:8
InterfaceColorScheme
src/core/style/ColorScheme.ts:1
ClassCombineAuthenticationRepository
src/data/repository/AuthenticationRepository.ts:13
InterfaceCredential
src/domain/entity/authentication.ts:6
InterfaceDetailProps
src/presentation/container/authorized/detail/types.ts:18
ClassErrorBoundary
src/presentation/component/boundary/ErrorBoundary.tsx:10
InterfaceErrorBoundaryProps
src/presentation/component/boundary/ErrorBoundary.tsx:4
InterfaceErrorBoundaryState
src/presentation/component/boundary/ErrorBoundary.tsx:6
ClassException
src/core/error/Exception.ts:1
InterfaceFeatureItemProps
src/presentation/component/listing/FeatureList.tsx:16
InterfaceFeatureListProps
src/presentation/component/listing/FeatureList.tsx:9
InterfaceFlatButtonProps
src/presentation/component/button/FlatButton.tsx:6
InterfaceFullScreenLoadingIndicatorProps
src/presentation/component/indicator/FullScreenLoadingIndicator.tsx:4
InterfaceIconLabelProps
src/presentation/component/label/IconLabel.tsx:14
ClassKeyChainAuthenticationDataSource
src/data/data-source/LocalAuthenticationDataSource.ts:14
InterfaceListViewProps
src/presentation/component/listing/ListView.tsx:7
InterfaceLocalAuthenticationDataSource
src/data/data-source/LocalAuthenticationDataSource.ts:7
ClassLocalException
src/core/error/Exception.ts:18
ClassMainActivity
android/app/src/main/java/com/yakitori/MainActivity.java:8
ClassMainApplication
android/app/src/main/java/com/yakitori/MainApplication.java:16
ClassMockBearerAuthorizationRxAxiosProvider
__mocks__/core/api/MockBearerAuthorizationRxAxiosProvider.ts:5
ClassMockLocalAuthenticationDataSource
__mocks__/data/data-source/MockLocalAuthenticationDataSource.ts:5
ClassMockRemoteAuthenticationDataSource
__mocks__/data/data-source/MockRemoteAuthenticationDataSource.ts:9
ClassPermissionDenied
src/core/error/Exception.ts:28
InterfaceProps
src/presentation/component/image/YakiimoImage.tsx:5
InterfaceReduxComposeComponentProps
src/presentation/hoc/withHotEnhanceRedux.hoc.tsx:20
InterfaceRemoteAuthenticationDataSource
src/data/data-source/AuthenticationDataSource.ts:9
ClassRemoteException
src/core/error/Exception.ts:4
InterfaceRemoteSimklDataSource
src/data/data-source/simkl/SimklRemoteDataSource.ts:6
InterfaceRoundedButtonProps
src/presentation/component/button/RoundedButton.tsx:7
ClassRxAxiosProviderException
src/core/api/RxRemoteProvider.ts:46
InterfaceRxRemoteProvider
src/core/api/RxRemoteProvider.ts:10
ClassServerException
src/core/error/Exception.ts:14
InterfaceSignInRequestData
src/data/model/AuthenticationModels.ts:3
InterfaceSignInResponseData
src/data/model/AuthenticationModels.ts:5
InterfaceSignInResult
src/domain/entity/authentication.ts:1
ClassSignInUseCase
src/domain/use-case/authentication/SignIn.use-case.ts:11
InterfaceSignUpResponseData
src/data/model/AuthenticationModels.ts:9
InterfaceSimklAirModel
src/data/model/SimklModel.ts:54
InterfaceSimklAltTitlesModel
src/data/model/SimklModel.ts:60
InterfaceSimklDetailModel
src/data/model/SimklModel.ts:34
InterfaceSimklExtendedIdModel
src/data/model/SimklModel.ts:22
InterfaceSimklHomeItemModels
src/data/model/SimklModel.ts:9
InterfaceSimklIdModel
src/data/model/SimklModel.ts:17
InterfaceSimklItemModels
src/data/model/SimklModel.ts:3
ClassSimklRemoteProvider
src/core/api/SimklRemoteProvider.ts:12
ClassSimklRepository
src/data/repository/SimklRepository.ts:6
InterfaceSkeletonLoadingItemProps
src/presentation/component/listing/SkeletonLoadingItem.tsx:4
InterfaceTextButtonProps
src/presentation/component/button/TextButton.tsx:5
InterfaceTextFieldProps
src/presentation/component/input/TextField.tsx:14
InterfaceTextTheme
src/core/style/TextTheme.ts:1
InterfaceTextViewProps
src/presentation/component/label/TextView.tsx:4
InterfaceTheme
src/core/style/Theme.ts:10
EnumThemeConfig
src/core/style/Theme.ts:None
ClassUnAuthorizedException
src/core/error/Exception.ts:16
ClassUnKnowException
src/core/error/Exception.ts:3
InterfaceUseCase
src/core/use-case/UseCase.ts:3
InterfaceUser
src/domain/entity/User.ts:1
InterfaceUserModel
src/data/model/UserModel.ts:1
ClassWithHotRedux
src/presentation/hoc/withHotRedux.hoc.tsx:13
ClassWithHotRedux
src/presentation/hoc/withHotEnhanceRedux.hoc.tsx:31