Commit 29be13a

bryfry <bryon@fryer.io>
2025-03-09 21:44:23
todos
1 parent 5163603
Changed files (1)
cmd/service.go
@@ -22,6 +22,10 @@ var (
 	ErrDieRequired = errors.New(fmt.Sprintf(_errFmt, EnvDie))
 )
 
+// TODO:
+// - move cfdns to a goroutine in cf package
+// - move watch into a goroutine
+// - setup context for canx and signals
 func service(cmd *cobra.Command, args []string) error {
 
 	zoneName, zoneNameExists := os.LookupEnv(cf.EnvZoneName)