Multi product architecture (#3258)
* skeleton lifecycle * bare minimum to satisfy mm-server import * added boards_imports.go * move boards_imports.go to correct package
This commit is contained in:
parent
34e7f88f53
commit
90fcae066b
1 changed files with 10 additions and 0 deletions
10
mattermost-plugin/product/imports/boards_imports.go
Normal file
10
mattermost-plugin/product/imports/boards_imports.go
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||||||
|
// See LICENSE.txt for license information.
|
||||||
|
|
||||||
|
package imports
|
||||||
|
|
||||||
|
import (
|
||||||
|
// Needed to ensure the init() method in the FocalBoard product is run.
|
||||||
|
// This file is copied to the mmserver imports package via makefile.
|
||||||
|
_ "github.com/mattermost/focalboard/mattermost-plugin/product"
|
||||||
|
)
|
Loading…
Reference in a new issue