lint: remove unused code from platform/label_studio, email, dashboard, sync

- Delete sync/text.go, sync/tile.go, platform/dashboard.go (entirely unused)
- Remove unused vars/funcs from platform/label_studio.go (9 items)
- Remove contentEmailInitial, contentEmailReportConfirmation,
  newContentEmailNotificationConfirmation, contentEmailBase from platform/email
This commit is contained in:
Eli Ribble 2026-05-09 20:14:38 +00:00
parent 10046f1edb
commit e9127466f0
7 changed files with 1 additions and 299 deletions

View file

@ -38,12 +38,6 @@ var (
templateReportNotificationConfirmationID int32
)
type contentEmailBase struct {
URLLogo string
URLUnsubscribe string
URLViewInBrowser string
}
type ContentEmailRender struct {
IsBrowser bool
C any