Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.55 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.55 KB

iLogtail Developer Guide

Through the following content, you will learn about the overall structure of iLogtail and learn how to contribute plug-ins.

Plugin contribution guide

Test

When the plugin is written, the following content will guide you how to do unit testing and E2E testing. E2E testing can help you mock testing environments, such as Mysql dependencies.

Add plugins doc

Code Check

Before you submit a Pull Request, you need to ensure that the code style check and the test are whole pass. The following content will help you to check them.

Others