Documentation
¶
Index ¶
- type LogOutput
- func (LogOutput) CaddyModule() caddy.ModuleInfo
- func (p LogOutput) OpenWriter() (io.WriteCloser, error)
- func (p *LogOutput) Provision(ctx caddy.Context) error
- func (p LogOutput) String() string
- func (p *LogOutput) UnmarshalCaddyfile(d *caddyfile.Dispenser) error
- func (p LogOutput) WriterKey() string
- type LogOutputWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogOutput ¶
type LogOutput struct { Subject string `json:"subject,omitempty"` ServerAlias string `json:"serverAlias,omitempty"` // contains filtered or unexported fields }
func (LogOutput) CaddyModule ¶
func (LogOutput) CaddyModule() caddy.ModuleInfo
func (LogOutput) OpenWriter ¶
func (p LogOutput) OpenWriter() (io.WriteCloser, error)
func (*LogOutput) UnmarshalCaddyfile ¶
type LogOutputWriter ¶
type LogOutputWriter struct {
// contains filtered or unexported fields
}
func (LogOutputWriter) Close ¶
func (lw LogOutputWriter) Close() error
Click to show internal directories.
Click to hide internal directories.