Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFileLoader ¶
Types ¶
type FileLoader ¶
type FileLoader struct {
// contains filtered or unexported fields
}
func (*FileLoader) Close ¶
func (f *FileLoader) Close() error
func (*FileLoader) ConfigureTLS ¶ added in v0.5.0
func (f *FileLoader) ConfigureTLS(c *tls.Config) error
func (*FileLoader) InstanceName ¶
func (f *FileLoader) InstanceName() string
func (*FileLoader) Name ¶
func (f *FileLoader) Name() string
type SelfSignedLoader ¶
type SelfSignedLoader struct {
// contains filtered or unexported fields
}
func (*SelfSignedLoader) ConfigureTLS ¶ added in v0.5.0
func (f *SelfSignedLoader) ConfigureTLS(c *tls.Config) error
func (*SelfSignedLoader) InstanceName ¶
func (f *SelfSignedLoader) InstanceName() string
func (*SelfSignedLoader) Name ¶
func (f *SelfSignedLoader) Name() string
Click to show internal directories.
Click to hide internal directories.