From 052d99c3628932da438c11eed9b5f6dd5803e8da Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Thu, 9 Dec 2021 09:22:43 +0100 Subject: [PATCH] Remove dead struct ManifestExecutables (#19122) --- model/manifest.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/model/manifest.go b/model/manifest.go index 67b0d12091..fda365f256 100644 --- a/model/manifest.go +++ b/model/manifest.go @@ -206,7 +206,8 @@ type ManifestServer struct { Executable string `json:"executable" yaml:"executable"` } -// ManifestExecutables is a legacy structure capturing a subet of the known platform executables. +// Deprecated: ManifestExecutables is a legacy structure capturing a subset of the known platform executables. +// It will be remove in v7.0: https://mattermost.atlassian.net/browse/MM-40531 type ManifestExecutables struct { // LinuxAmd64 is the path to your executable binary for the corresponding platform LinuxAmd64 string `json:"linux-amd64,omitempty" yaml:"linux-amd64,omitempty"`