Skip to content

Commit 3225ff3

Browse files
committed
code fix for rebase
1 parent 4837339 commit 3225ff3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

internal/file/file_manager_service.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ const (
4848
executePerm = 0o111
4949
)
5050

51+
const fileDownloadTimeout = 60 * time.Second
52+
5153
type DownloadHeader struct {
5254
ETag string
5355
LastModified string

internal/model/config.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ type ManifestFileMeta struct {
5252
Referenced bool `json:"referenced"`
5353
// File is not managed by the agent
5454
Unmanaged bool `json:"unmanaged"`
55-
// ETag of the 3rd Party external file
56-
ETag string `json:"etag"`
57-
// Last modified time of the 3rd Party external file
58-
LastModified string `json:"last_modified"`
5955
}
6056
type ConfigApplyMessage struct {
6157
Error error

0 commit comments

Comments
 (0)