datarhei-dragonfork-core/http/handler
Ingo Oppermann e374f83377
Fix config timestamps
created_at represents the time when the configuration has been persisted to disk.
loaded_at represents the time when the configuration has actually been used.

If created_at is larger than loaded_at, then the Core needs a reload in order
to apply the latest configuration.

if created_at is lower than laoded_at, then the Core applied the latest
configuration.

The value of updated_at is irrelevant and shouldn't be used.
2023-01-19 16:13:53 +01:00
..
api Fix config timestamps 2023-01-19 16:13:53 +01:00
util Don't use deprecated functions from io/ioutil 2022-08-18 10:27:33 +03:00
diskfs.go Add GoSRT & improvements (repo-merge) 2022-06-23 22:13:58 +02:00
memfs.go Add GoSRT & improvements (repo-merge) 2022-06-23 22:13:58 +02:00
null.go Add v16.7.2 2022-05-13 19:26:45 +02:00
ping.go Add v16.7.2 2022-05-13 19:26:45 +02:00
ping_test.go Add GoSRT & improvements (repo-merge) 2022-06-23 22:13:58 +02:00
profiling.go Add v16.7.2 2022-05-13 19:26:45 +02:00
prometheus.go Add v16.7.2 2022-05-13 19:26:45 +02:00