Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Version ¶
func Version() string
Version returns the application version Based on Caddy versioning (https://github.com/caddyserver/caddy/pull/4931)
Types ¶
type QueryExecutor ¶
type QueryExecutor struct {
// contains filtered or unexported fields
}
func NewQueryExecutor ¶
func NewQueryExecutor(targets targetsPkg.Targets) *QueryExecutor
type TargetError ¶
type TargetError struct {
Target targetsPkg.Target
Err error
}
func (TargetError) Error ¶
func (err TargetError) Error() string
Click to show internal directories.
Click to hide internal directories.