feat: [CDE-609]: add log key to gitspaceConfig (#3419)

* add log key
This commit is contained in:
Deepak Bhatt 2025-02-12 15:20:21 +00:00 committed by Harness
parent 7f5c27dd9c
commit 0e372cc7ec

View File

@ -36,6 +36,7 @@ type GitspaceConfig struct {
Updated int64 `json:"updated"` Updated int64 `json:"updated"`
SSHTokenIdentifier string `json:"ssh_token_identifier"` SSHTokenIdentifier string `json:"ssh_token_identifier"`
InfraProviderResource InfraProviderResource `json:"resource"` InfraProviderResource InfraProviderResource `json:"resource"`
LogKey string `json:"log_key"`
CodeRepo CodeRepo
GitspaceUser GitspaceUser
Connectors []PlatformConnector `json:"-"` Connectors []PlatformConnector `json:"-"`