Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AuthSimple will use WithInsecure() AuthSimple = "simple" // AuthTLSSimple will use a common CA certificate, shared between the server // and all the clients. AuthTLSSimple = "tls-simple" // AuthTLSMutual will use a CA certificate and a client cert and key // to authenticate each client. AuthTLSMutual = "tls-mutual" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.