added nats + worker modules
This commit is contained in:
5
nats/errors.go
Normal file
5
nats/errors.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package nats
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrNotReady = errors.New("nats server not ready after ready check timeout")
|
||||
Reference in New Issue
Block a user