crieur/crieur-chatbot
koalp 6e091a32fc
chore: use a config struct for self_contained_html
Previously, self_html_function was a function taking all parameters as
arguments.
As new optionnal parameters are beeing added, the function had too much
arguments and each usage of the function would have to be modified each
time an argument will be added.

Therefore, it have been moved to a configuration structure with a `run`
function taking only one argument, the html string.
2021-05-22 04:41:08 +02:00
..
src chore: use a config struct for self_contained_html 2021-05-22 04:41:08 +02:00
Cargo.toml feat: add a containerfile to build a chatbot image 2021-04-30 02:14:18 +02:00