Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientSet ¶ added in v0.0.13
type ClientSet struct {
// contains filtered or unexported fields
}
ClientSet is the standard command-line set for client SSL options.
func (*ClientSet) Certificate ¶ added in v0.0.13
Certificate returns any SSL certificates. This should only be called after a successful call to Validate.
func (*ClientSet) Disabled ¶ added in v0.0.13
Disabled returns true iff SSL is disabled. This should only be called after a successful call to Validate.
func (*ClientSet) UsageFooter ¶ added in v0.0.13
UsageFooter returns the footer for the usage message for this flag set.
func (*ClientSet) UsageHeader ¶ added in v0.0.13
UsageHeader returns the header for the usage message for this flag set.
type ServerSet ¶ added in v0.0.13
type ServerSet struct {
// contains filtered or unexported fields
}
ServerSet is the standard command-line set for server SSL options.
func (*ServerSet) Certificate ¶ added in v0.0.13
Certificate returns the SSL certificate for the private key. This should only be called after a successful call to Validate.
func (*ServerSet) Disabled ¶ added in v0.0.13
Disabled returns true iff SSL is disabled. This should only be called after a successful call to Validate.
func (*ServerSet) Key ¶ added in v0.0.13
Key returns the SSL private key. This should only be called after a successful call to Validate.
func (*ServerSet) UsageFooter ¶ added in v0.0.13
UsageFooter returns the footer for the usage message for this flag set.
func (*ServerSet) UsageHeader ¶ added in v0.0.13
UsageHeader returns the header for the usage message for this flag set.