package
Version:
v0.0.0-...-04c4f09
Opens a new window with list of versions in this module.
Published: Jul 1, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 8
Opens a new window with list of known importers.
README
¶
BLueZ docs parser & generator
This software parse doc
bluez folder and output a set of struct to interact with the bluez DBus API.
Usage:
Env variables
BASEDIR
base directory for docs and generation output, default ./
FILE_FILTER
filter docs files by name
API_FILTER
filter docs API by name
METHOD_FILTER
filter docs API method by name
LOG_LEVEL
tune CLI log level output
Notes
- 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.
Documentation
¶
LoadJSON parse an ApiGroup from JSON definition
Parse bluez DBus API docs
Serialize store the structure as JSON
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.