Documentation
¶
Index ¶
- type CONN
- func (conn *CONN) CACertificate(caCertificate string) *CONN
- func (conn *CONN) CertPath(certPath string) *CONN
- func (conn *CONN) ClientCertificate(clientCertificate string) *CONN
- func (conn *CONN) ClientKey(clientKey string) *CONN
- func (conn *CONN) Conn() (*amqp.Connection, error)
- func (conn *CONN) Password(password string) *CONN
- func (conn *CONN) Port(port string) *CONN
- func (conn *CONN) Username(username string) *CONN
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CONN ¶
type CONN struct {
// contains filtered or unexported fields
}
func (*CONN) CACertificate ¶
func (*CONN) ClientCertificate ¶
Click to show internal directories.
Click to hide internal directories.