added nats + worker modules

This commit is contained in:
2025-12-19 09:59:00 -05:00
parent b457c74d49
commit ca758cc708
12 changed files with 559 additions and 31 deletions

5
nats/errors.go Normal file
View File

@@ -0,0 +1,5 @@
package nats
import "errors"
var ErrNotReady = errors.New("nats server not ready after ready check timeout")