Skip to content

Commit

Permalink
feat: add compress type in config
Browse files Browse the repository at this point in the history
  • Loading branch information
yyuuttaaoo committed Apr 24, 2023
1 parent e8f9ed9 commit e92e7ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion log_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ func UpdateInputConfigField(detail InputDetailInterface, key string, val interfa
type OutputDetail struct {
ProjectName string `json:"projectName"`
LogStoreName string `json:"logstoreName"`
CompressType string `json:"compressType"`
}

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

CreateTime uint32 `json:"createTime,omitempty"`
CreateTime uint32 `json:"createTime,omitempty`
LastModifyTime uint32 `json:"lastModifyTime,omitempty"`
}

0 comments on commit e92e7ac

Please sign in to comment.