maddy/pkg
fox.cpp a5e4ed8031
Put a number of restrictions on directive names
This is important to keep syntax unambiguous
e.g. '{env:placeholder}' vs '{ env:placeholder }' (see #185).
2020-02-04 20:17:17 +03:00
..
cfgparser Put a number of restrictions on directive names 2020-02-04 20:17:17 +03:00
logparser Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
README.md Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00

maddy integration libraries

This directory contains Go packages with stable API that can be used to interact with maddy, e.g. inspect some of its structures.

Currently there is a configuration file parser and a structured log parser.

API stability is defined by the maddy version following the semantic versioning rules.