# Functions
NewMockCIFactory creates a new mock instance.
NewMockCIPlatform creates a new mock instance.
NewMockFactory creates a new mock instance.
NewMockGitFactory creates a new mock instance.
NewMockGitRepo creates a new mock instance.
NewMockMobilePlatform creates a new mock instance.
NewMockMobilePlatformFactory creates a new mock instance.
NewMockPlatformFactory creates a new mock instance.
NewMockPlatformRepository creates a new mock instance.
NewMockProject creates a new mock instance.
# Structs
AndroidApp information.
GitResult from creating repository.
IOSApp information.
MobileApps struct containing ios and android app.
MockCIFactory is a mock of CIFactory interface.
MockCIFactoryMockRecorder is the mock recorder for MockCIFactory.
MockCIPlatform is a mock of CIPlatform interface.
MockCIPlatformMockRecorder is the mock recorder for MockCIPlatform.
MockFactory is a mock of Factory interface.
MockFactoryMockRecorder is the mock recorder for MockFactory.
MockGitFactory is a mock of GitFactory interface.
MockGitFactoryMockRecorder is the mock recorder for MockGitFactory.
MockGitRepo is a mock of GitRepo interface.
MockGitRepoMockRecorder is the mock recorder for MockGitRepo.
MockMobilePlatform is a mock of MobilePlatform interface.
MockMobilePlatformFactory is a mock of MobilePlatformFactory interface.
MockMobilePlatformFactoryMockRecorder is the mock recorder for MockMobilePlatformFactory.
MockMobilePlatformMockRecorder is the mock recorder for MockMobilePlatform.
MockPlatformFactory is a mock of PlatformFactory interface.
MockPlatformFactoryMockRecorder is the mock recorder for MockPlatformFactory.
MockPlatformRepository is a mock of PlatformRepository interface.
MockPlatformRepositoryMockRecorder is the mock recorder for MockPlatformRepository.
MockProject is a mock of Project interface.
MockProjectMockRecorder is the mock recorder for MockProject.
WebApp information.
# Interfaces
CIFactory to create ci platform.
CIPlatform defined CI platform.
Factory to define interface to create Apps.
GitFactory to create GitRepo.
GitRepo describing the functionality to Create repositories.
MobilePlatform repository that defines creation of mobile platforms.
MobilePlatformFactory interface defining mobile platform request.
PlatformFactory interface defining platform request.
PlatformRepository repository that defines creation of Platform repo.
Project interface representing interface to create an application project.