agola/internal/services/configstore/readdb
Simone Gotti d679254516 readdb: improve HandleEvents goroutine exiting
Rename errCh to doneCh (error is not needed) and always send to it when one of
the HandleEvents functions exits (not only on error).

This will ensure that all the goroutines will be stopped also if one of them
returns without an error.
2019-11-12 11:03:21 +01:00
..
create.go configstore: add parenttype to related tables 2019-07-09 10:16:45 +02:00
org.go *: export clients and related types 2019-08-02 12:02:01 +02:00
project.go *: export clients and related types 2019-08-02 12:02:01 +02:00
projectgroup.go *: export clients and related types 2019-08-02 12:02:01 +02:00
readdb.go readdb: improve HandleEvents goroutine exiting 2019-11-12 11:03:21 +01:00
remotesource.go *: export clients and related types 2019-08-02 12:02:01 +02:00
resolve.go *: export clients and related types 2019-08-02 12:02:01 +02:00
secret.go *: export clients and related types 2019-08-02 12:02:01 +02:00
user.go *: export clients and related types 2019-08-02 12:02:01 +02:00
variable.go *: export clients and related types 2019-08-02 12:02:01 +02:00