Skip to content

Commit e92e7ac

Browse files
committed
feat: add compress type in config
1 parent e8f9ed9 commit e92e7ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

log_config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ func UpdateInputConfigField(detail InputDetailInterface, key string, val interfa
475475
type OutputDetail struct {
476476
ProjectName string `json:"projectName"`
477477
LogStoreName string `json:"logstoreName"`
478+
CompressType string `json:"compressType"`
478479
}
479480

480481
// InputDetailInterface all input detail's interface
@@ -490,6 +491,6 @@ type LogConfig struct {
490491
OutputType string `json:"outputType"`
491492
OutputDetail OutputDetail `json:"outputDetail"`
492493

493-
CreateTime uint32 `json:"createTime,omitempty"`
494+
CreateTime uint32 `json:"createTime,omitempty`
494495
LastModifyTime uint32 `json:"lastModifyTime,omitempty"`
495496
}

0 commit comments

Comments
 (0)