github.com/makyo/juju@v0.0.0-20160425123129-2608902037e9/watcher/legacy/doc.go (about) 1 // Copyright 2015 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 /* 5 Package legacy contains state-watcher-tuned worker harnesses; the canonical 6 implementations are in the watcher package, but aren't type-compatible with 7 original-style watchers -- such as those returned from state methods -- which 8 we still have a couple of uses for (and the certupdater use might even be 9 legitimate). 10 */ 11 package legacy