Versions in this module Expand all Collapse all v0 v0.3.0 Jun 20, 2025 Changes in this version + func AppResponseToDomain(res responses.AppResponse) domain.Application + func DeviceCodeResponseToDomain(resp responses.DeviceCodeResponse) *domain.LoginCredentials + func DomainToAppRequest(app *domain.Application) requests.ApplicationRequest + func EnvTypeResponseToDomain(res responses.EnvTypeResponse) domain.EnvType + func EnvironmentVariableToBatchRequest(envs []domain.EnvironmentVariable, appID, envTypeID string) requests.BatchSyncEnvRequest + func EnvironmentVariableToDomain(env responses.EnvironmentVariable) *domain.EnvironmentVariable + func EnvironmentVariablesToDomain(envs []responses.EnvironmentVariable) []*domain.EnvironmentVariable + func KeysToBatchDeleteRequest(envs []string, appID, envTypeID string) requests.BatchDeleteRequest + func LoginTokenResponseToDomain(resp responses.LoginTokenResponse) *domain.AccessToken + func UserInfoResponseToDomain(resp responses.UserInfoResponse) *domain.UserInfo v0.2.7 Jun 18, 2025