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:
parent
10046f1edb
commit
e9127466f0
7 changed files with 1 additions and 299 deletions
|
|
@ -38,12 +38,6 @@ var (
|
|||
templateReportNotificationConfirmationID int32
|
||||
)
|
||||
|
||||
type contentEmailBase struct {
|
||||
URLLogo string
|
||||
URLUnsubscribe string
|
||||
URLViewInBrowser string
|
||||
}
|
||||
|
||||
type ContentEmailRender struct {
|
||||
IsBrowser bool
|
||||
C any
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue