This software parse doc
bluez folder and output a set of struct to interact with the bluez DBus API.
Env variables
BASEDIR
base directory for docs and generation output, default ./FILE_FILTER
filter docs files by nameAPI_FILTER
filter docs API by nameMETHOD_FILTER
filter docs API method by nameLOG_LEVEL
tune CLI log level output
- Generated files have a
gen_
prefix, followed by the API name - If a
<API name>.go
file exists, it will be skipped from the generation. This to allow custom code to live with generated one. - Generation process does not overwrite existing files, ensure to remove previously generated files.