mattermost

module
v0.0.0-...-53d889a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2019 License: AGPL-3.0, Apache-2.0

README

声明:请遵守原作者著作权,仅仅分析学习研究。QQ群:228347251,验证:Mattermost

如果需要最新产品,请移步:

Mattermost简介

Mattermost 是一个 Slack 的开源替代品。Mattermost 采用 Go 语言开发,这是一个开源的团队通讯服务。为团队带来跨 PC 和移动设备的消息、文件分享,提供归档和搜索功能。

项目结构

├─api4					//API
├─app					//控制器
├─build					//docker
│  └─docker
├─cmd					//脚本
│  ├─mattermost
│  └─platform
├─config				//配置
├─doc
├─einterfaces			//业务接口
├─fonts
├─i18n
├─imports
├─jobs
├─manualtesting
├─migrations
├─mlog
├─model					//业务数据建模
├─plugin
├─scripts
├─services				//服务封装
│  ├─configservice
│  ├─filesstore
│  │  └─mocks
│  ├─httpservice
│  ├─imageproxy
│  ├─mailservice
│  ├─mfa
│  └─timezones
├─store					//@@@@
│  ├─sqlstore
│  └─storetest
│      └─mocks
├─templates
├─testlib
├─tests
├─utils
│  ├─fileutils
│  ├─jsonutils
│  ├─markdown
│  └─testutils
├─vendor				//一堆包
├─web					//前端应用业务
└─wsapi					//socket业务

Directories

Path Synopsis
cmd
The plugin package is used by Mattermost server plugins written in go.
The plugin package is used by Mattermost server plugins written in go.
plugintest
The plugintest package provides mocks that can be used to test plugins.
The plugintest package provides mocks that can be used to test plugins.
plugintest/mock
This package provides aliases for the contents of "github.com/stretchr/testify/mock".
This package provides aliases for the contents of "github.com/stretchr/testify/mock".
services
mfa
testlib exposes helper methods for running unit tests against a containerized test store.
testlib exposes helper methods for running unit tests against a containerized test store.
markdown
This package implements a parser for the subset of the CommonMark spec necessary for us to do server-side processing.
This package implements a parser for the subset of the CommonMark spec necessary for us to do server-side processing.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL