mirror of
https://github.com/minio/minio.git
synced 2025-12-09 09:06:32 -05:00
feature: added nsq as broker for events (#6740)
This commit is contained in:
committed by
kannappanr
parent
bf414068a3
commit
71c66464c1
8
vendor/github.com/nsqio/go-nsq/version.go
generated
vendored
Normal file
8
vendor/github.com/nsqio/go-nsq/version.go
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// Package nsq is the official Go package for NSQ (http://nsq.io/)
|
||||
//
|
||||
// It provides high-level Consumer and Producer types as well as low-level
|
||||
// functions to communicate over the NSQ protocol
|
||||
package nsq
|
||||
|
||||
// VERSION
|
||||
const VERSION = "1.0.7"
|
||||
Reference in New Issue
Block a user