You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SO that I can work on NATS Server cluster lame duck red green staggered upgrade flows.
Reproduce the bug/issue
go run -tags examples .
apple@192 test-nats % go run -tags examples .# github.com/nabbar/golib/test/test-nats
./main.go:93:9: undefined: liblog.SetLevel
./main.go:93:25: undefined: liblog.InfoLevel
./main.go:94:9: undefined: liblog.EnableColor
./main.go:95:9: undefined: liblog.AddGID
./main.go:96:9: undefined: liblog.FileTrace
./main.go:109:33: not enough arguments in call to cfg.NatsOption
have (nil)
want (certificates.TLSConfig, "github.com/nabbar/golib/logger".Logger)
./main.go:110:14: err.GetErrorFull undefined (type error has no field or method GetErrorFull)
./main.go:112:14: err.CodeErrorTraceFull undefined (type error has no field or method CodeErrorTraceFull)
./main.go:114:34: not enough arguments in call to libnat.NewServer
have (*"github.com/nats-io/nats-server/v2/server".Options)
want (*"github.com/nats-io/nats-server/v2/server".Options, "github.com/nabbar/golib/monitor/types".Config)
./main.go:129:13: e.CodeErrorTraceFull undefined (type error has no field or method CodeErrorTraceFull)
./main.go:129:13: too many errors
Logs
No response
The text was updated successfully, but these errors were encountered:
gedw99
changed the title
https://github.com/nabbar/golib/blob/master/test/test-nats/main.go fails
test-nats/main.go fails to compile
Jan 10, 2025
Describe the bug
https://github.com/nabbar/golib/blob/master/test/test-nats/main.go will not run ..
SO that I can work on NATS Server cluster lame duck red green staggered upgrade flows.
Reproduce the bug/issue
go run -tags examples .
Logs
No response
The text was updated successfully, but these errors were encountered: