Добавление автоматического обновления checksums

This commit is contained in:
2025-08-21 14:41:08 +03:00
parent 3e357e01b3
commit 90ba3c09eb
3 changed files with 170 additions and 0 deletions

View File

@@ -46,5 +46,6 @@ func Register(sd starlark.StringDict, opts *Options) {
sd["json"] = starlarkjson.Module
sd["utils"] = utilsModule
sd["html"] = htmlModule
sd["checksum"] = checksumModule()
sd["register_webhook"] = registerWebhook(opts.Mux, opts.Config, opts.Name)
}