github.com/mattermost/mattermost-server/v5@v5.39.3/imports/placeholder.go (about)

     1  // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
     2  // See LICENSE.txt for license information.
     3  
     4  package imports
     5  
     6  import (
     7  	// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty.
     8  	_ "github.com/mattermost/mattermost-server/v5/migrations"
     9  
    10  	// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty.
    11  	_ "github.com/mattermost/mattermost-server/v5/plugin/scheduler"
    12  
    13  	// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty.
    14  	_ "github.com/mattermost/mattermost-server/v5/services/searchengine/bleveengine/indexer"
    15  
    16  	// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty.
    17  	_ "github.com/mattermost/mattermost-server/v5/jobs/expirynotify"
    18  
    19  	// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty.
    20  	_ "github.com/mattermost/mattermost-server/v5/jobs/active_users"
    21  
    22  	// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty.
    23  	_ "github.com/mattermost/mattermost-server/v5/jobs/product_notices"
    24  
    25  	// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty.
    26  	_ "github.com/mattermost/mattermost-server/v5/jobs/import_process"
    27  
    28  	// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty.
    29  	_ "github.com/mattermost/mattermost-server/v5/jobs/import_delete"
    30  
    31  	// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty.
    32  	_ "github.com/mattermost/mattermost-server/v5/jobs/export_process"
    33  
    34  	// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty.
    35  	_ "github.com/mattermost/mattermost-server/v5/jobs/export_delete"
    36  
    37  	// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty.
    38  	_ "github.com/mattermost/mattermost-server/v5/jobs/resend_invitation_email"
    39  )