github.com/mad-app/mattermost-server@v5.11.1+incompatible/plugin/doc.go (about)

     1  // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
     2  // See LICENSE.txt for license information.
     3  
     4  // The plugin package is used by Mattermost server plugins written in go. It also enables the
     5  // Mattermost server to manage and interact with the running plugin environment.
     6  //
     7  // Note that this package exports a large number of types prefixed with Z_. These are public only
     8  // to allow their use with Hashicorp's go-plugin (and net/rpc). Do not use these directly.
     9  package plugin