Full Mattermost server source with integrated Community Enterprise features. Includes vendor directory for offline/air-gapped builds. Structure: - enterprise-impl/: Enterprise feature implementations - enterprise-community/: Init files that register implementations - enterprise/: Bridge imports (community_imports.go) - vendor/: All dependencies for offline builds Build (online): go build ./cmd/mattermost Build (offline/air-gapped): go build -mod=vendor ./cmd/mattermost 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
43 lines
2.7 KiB
Markdown
43 lines
2.7 KiB
Markdown
[](https://pkg.go.dev/github.com/opensearch-project/opensearch-go/v4) [](https://github.com/opensearch-project/opensearch-go/actions/workflows/lint.yml) [](https://github.com/opensearch-project/opensearch-go/actions/workflows/test-unit.yml) [](https://github.com/opensearch-project/opensearch-go/actions/workflows/test-integration.yml) [](https://codecov.io/gh/opensearch-project/opensearch-go) [](https://discuss.opendistrocommunity.dev/c/clients/) 
|
|
|
|

|
|
|
|
OpenSearch Go Client
|
|
|
|
- [Welcome!](#welcome)
|
|
- [Project Resources](#project-resources)
|
|
- [Code of Conduct](#code-of-conduct)
|
|
- [License](#license)
|
|
- [Copyright](#copyright)
|
|
|
|
## Welcome!
|
|
|
|
**opensearch-go** is [a community-driven, open source fork](https://aws.amazon.com/blogs/opensource/introducing-opensearch/) of go-elasticsearch licensed under the [Apache v2.0 License](LICENSE.txt). For more information, see [opensearch.org](https://opensearch.org/).
|
|
|
|
## Project Resources
|
|
|
|
- [Project Website](https://opensearch.org/)
|
|
- [Developer Guide](DEVELOPER_GUIDE.md)
|
|
- [User Guide](USER_GUIDE.md)
|
|
- [Documentation](https://opensearch.org/docs/latest/clients/go/)
|
|
- [API Documentation](https://pkg.go.dev/github.com/opensearch-project/opensearch-go/v4)
|
|
- Need help? Try [Forums](https://discuss.opendistrocommunity.dev/c/clients/)
|
|
- [Project Principles](https://opensearch.org/#principles)
|
|
- [Contributing to OpenSearch](CONTRIBUTING.md)
|
|
- [Maintainer Responsibilities](MAINTAINERS.md)
|
|
- [Release Management](RELEASING.md)
|
|
- [Admin Responsibilities](ADMINS.md)
|
|
- [Security](SECURITY.md)
|
|
|
|
## Code of Conduct
|
|
|
|
This project has adopted the [Amazon Open Source Code of Conduct](CODE_OF_CONDUCT.md). For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq), or contact [opensource-codeofconduct@amazon.com](mailto:opensource-codeofconduct@amazon.com) with any additional questions or comments.
|
|
|
|
## License
|
|
|
|
This project is licensed under the [Apache v2.0 License](LICENSE.txt).
|
|
|
|
## Copyright
|
|
|
|
Copyright OpenSearch Contributors. See [NOTICE](NOTICE.txt) for details.
|