1
0
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:
Asim Aslam
2020-12-26 15:32:45 +00:00
parent df2dab0169
commit 7fc0b7ef72
522 changed files with 94987 additions and 200 deletions

View File

@ -0,0 +1,12 @@
package rabbitmq
type ExternalAuthentication struct {
}
func (auth *ExternalAuthentication) Mechanism() string {
return "EXTERNAL"
}
func (auth *ExternalAuthentication) Response() string {
return ""
}