Documentation
¶
Index ¶
Constants ¶
View Source
const ( DeployGateApiTokenEnv = "DEPLOYGATE_API_TOKEN" DeployGateUserNameEnv = "DEPLOYGATE_USER_NAME" DeployGateShortMessageEnv = "DEPLOYGATE_MESSAGE" DeployGateDistributionKeyEnv = "DEPLOYGATE_DISTRIBUTION_KEY" DeployGateReleaseNoteEnv = "DEPLOYGATE_RELEASE_NOTE" ApiTokenEnv = "DPG_API_TOKEN" AppOwnerNameEnv = "DPG_APP_OWNER_NAME" AppFilePathEnv = "DPG_APP_FILE_PATH" ShortMessageEnv = "DPG_SHORT_MESSAGE" DistributionKeyEnv = "DPG_DISTRIBUTION_KEY" ReleaseNoteEnv = "DPG_RELEASE_NOTE" DistributionNameEnv = "DPG_DISTRIBUTION_NAME" PlatformEnv = "DPG_PLATFORM" AppIdEnv = "DPG_APP_ID" EnableNotificationEnv = "DPG_ENABLE_NOTIFICATION" )
View Source
const ( ApiToken = "token" AppOwnerName = "app-owner" AppId = "app-id" Android = "android" IOS = "ios" AppFilePath = "app" IsPublic = "public" EnableNotification = "enable-notification" ShortMessage = "message" DistributionKey = "distribution-key" DistributionName = "distribution-name" ReleaseNote = "release-note" Invitees = "invitees" DeveloperRole = "role" Removees = "removees" TeamName = "team-name" UserName = "username" OrganizationName = "organization-name" OrganizationNameAlias = "group-name" EnterpriseName = "enterprise-name" UserEmail = "email" Description = "description" IsFeatureBranch = "feature-branch" Prefix = "prefix" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.