Documentation ¶ Index ¶ func GetSelfSignedTLSConfig(address string) (*tls.Config, error) func GetTLSConfig(certFile string, keyFile string, caFile string, address string) (tlsConfig *tls.Config, err error) func WithTLS(t *tls.Config) micro.Option Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetSelfSignedTLSConfig ¶ func GetSelfSignedTLSConfig(address string) (*tls.Config, error) func GetTLSConfig ¶ func GetTLSConfig(certFile string, keyFile string, caFile string, address string) (tlsConfig *tls.Config, err error) func WithTLS ¶ func WithTLS(t *tls.Config) micro.Option Types ¶ This section is empty. Source Files ¶ View all Source files tls.go Click to show internal directories. Click to hide internal directories.