Documentation ¶
Index ¶
Constants ¶
View Source
const KeyUseSsl = "UBIQUITY_PLUGIN_USE_SSL"
View Source
const KeyVerifyCA = "UBIQUITY_PLUGIN_VERIFY_CA"
Variables ¶
This section is empty.
Functions ¶
func NewRemoteClientSecure ¶ added in v1.0.0
func NewRemoteClientSecure(logger *log.Logger, config resources.UbiquityPluginConfig) (resources.StorageClient, error)
Types ¶
type SslModeFullVerifyWithoutCAfile ¶ added in v1.0.0
type SslModeFullVerifyWithoutCAfile struct {
VerifyCaEnvName string
}
func (*SslModeFullVerifyWithoutCAfile) Error ¶ added in v1.0.0
func (e *SslModeFullVerifyWithoutCAfile) Error() string
type SslModeValueInvalid ¶ added in v1.0.0
type SslModeValueInvalid struct { // contains filtered or unexported fields } // TODO try to reuse SslModeValueInvalid and SslModeFullVerifyWithoutCAfile from scbe.error, for some reason it cannot be used here
func (*SslModeValueInvalid) Error ¶ added in v1.0.0
func (e *SslModeValueInvalid) Error() string
Click to show internal directories.
Click to hide internal directories.