mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-30 22:33:49 +02:00
add all the plugins
This commit is contained in:
12
plugins/broker/rabbitmq/auth.go
Normal file
12
plugins/broker/rabbitmq/auth.go
Normal file
@ -0,0 +1,12 @@
|
||||
package rabbitmq
|
||||
|
||||
type ExternalAuthentication struct {
|
||||
}
|
||||
|
||||
func (auth *ExternalAuthentication) Mechanism() string {
|
||||
return "EXTERNAL"
|
||||
}
|
||||
|
||||
func (auth *ExternalAuthentication) Response() string {
|
||||
return ""
|
||||
}
|
Reference in New Issue
Block a user