installers.fediverse.conduit #
to test
curl http://localhost:8008/_matrix/client/versions
https://chat.ourworld.tf/_matrix/client/versions
//replate the domain ofcourse
fn build #
fn build(args BuildArgs) !
install conduit will return true if it was already installed
fn install #
fn install(args InstallArgs) !
struct BuildArgs #
@[params]
struct BuildArgs {
pub mut:
reset bool
}
struct InstallArgs #
@[params]
struct InstallArgs {
pub mut:
reset bool
version string
}