e071084ebe
govulncheck / govulncheck (push) Has been cancelled
Lint / golangci-lint (push) Has been cancelled
Run Tests / Unit Tests (push) Has been cancelled
Run Tests / Etcd Integration Tests (push) Has been cancelled
Harness (E2E) / Harnesses (mock LLM) (push) Has been cancelled
Harness (E2E) / Provider harnesses (live LLM conformance) (push) Has been cancelled
13 lines
206 B
Go
13 lines
206 B
Go
package rabbitmq
|
|
|
|
type ExternalAuthentication struct {
|
|
}
|
|
|
|
func (auth *ExternalAuthentication) Mechanism() string {
|
|
return "EXTERNAL"
|
|
}
|
|
|
|
func (auth *ExternalAuthentication) Response() string {
|
|
return ""
|
|
}
|