Crate kotoba_deploy_git

Crate kotoba_deploy_git 

Source
Expand description

§Kotoba Deploy Git Integration

Git integration module for the Kotoba deployment system. Provides GitHub webhook handling, automatic deployment, and CI/CD integration.

Re-exports§

pub use GitIntegration as GitManager;
pub use GitHubConfig as GitConfig;
pub use WebhookHandler as WebhookManager;
pub use AutoDeployManager as AutoDeploy;
pub use DeploymentRecord as DeployRecord;

Structs§

AutoDeployManager
自動デプロイマネージャー
BranchInfo
ブランチ情報
BuildConfig
ビルド設定
CommitInfo
コミット情報
DeployCondition
デプロイ条件
DeployScript
デプロイスクリプト
DeploymentRecord
デプロイ履歴レコード
GitHubConfig
GitHub設定
GitHubEvent
GitHubイベント
GitIntegration
Git統合マネージャー
PullRequestEventPayload
プルリクエストイベントペイロード
PullRequestInfo
プルリクエスト情報
PushEventPayload
プッシュイベントペイロード
RepositoryInfo
リポジトリ情報
UserInfo
ユーザー情報
WebhookHandler
Webhookハンドラー
WebhookInfo
Webhook情報

Enums§

ConditionType
条件タイプ
ScriptTrigger
スクリプトトリガー