Documentation ¶ Index ¶ func New(_, instName string, _, inlineArgs []string) (module.Module, error) type Loader func (l *Loader) Close() error func (l *Loader) ConfigureTLS(c *tls.Config) error func (l *Loader) Init(cfg *config.Map) error func (l *Loader) InstanceName() string func (l *Loader) Name() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(_, instName string, _, inlineArgs []string) (module.Module, error) Types ¶ type Loader ¶ type Loader struct { // contains filtered or unexported fields } func (*Loader) Close ¶ func (l *Loader) Close() error func (*Loader) ConfigureTLS ¶ func (l *Loader) ConfigureTLS(c *tls.Config) error func (*Loader) Init ¶ func (l *Loader) Init(cfg *config.Map) error func (*Loader) InstanceName ¶ func (l *Loader) InstanceName() string func (*Loader) Name ¶ func (l *Loader) Name() string Source Files ¶ View all Source files acme.go Click to show internal directories. Click to hide internal directories.