mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
RefreshedAt moved to the end of the refresh (because that makes more sense, doesn't it?)
This commit is contained in:
committed by
Chris Cummer
parent
d44933aba4
commit
84ecf296a5
13
wtf/config_watcher.rb
Normal file
13
wtf/config_watcher.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
package wtf
|
||||
|
||||
import(
|
||||
"time"
|
||||
)
|
||||
|
||||
type ConfigWatcher struct {
|
||||
UpdatedAt *time.Time
|
||||
}
|
||||
|
||||
func (watcher *ConfigWatcher) Watch() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user