refactor: renomear package me.capcom.smsgateway → pt.whatsms.gateway
Build AAB — WhatSMS Gateway / build (push) Failing after 34s
Build AAB — WhatSMS Gateway / build (push) Failing after 34s
- namespace, applicationId, todos os ficheiros .kt/.xml/.gradle actualizados - directório me/capcom/smsgateway/ → pt/whatsms/gateway/ - zero referências a capcom no código fonte
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package pt.whatsms.gateway.domain
|
||||
|
||||
import pt.whatsms.gateway.BuildConfig
|
||||
import pt.whatsms.gateway.modules.health.domain.CheckResult
|
||||
import pt.whatsms.gateway.modules.health.domain.HealthResult
|
||||
import pt.whatsms.gateway.modules.health.domain.Status
|
||||
|
||||
class HealthResponse(
|
||||
healthResult: HealthResult,
|
||||
|
||||
val version: String = BuildConfig.VERSION_NAME,
|
||||
val releaseId: Int = BuildConfig.VERSION_CODE,
|
||||
) {
|
||||
val status: Status = healthResult.status
|
||||
val checks: Map<String, CheckResult> = healthResult.checks
|
||||
}
|
||||
Reference in New Issue
Block a user