package
Version:
v0.8.1
Opens a new window with list of versions in this module.
Published: Jan 12, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
FromJSON converts JSON-encoded jsonBytes to Caddyfile text
ToJSON converts caddyfile to its JSON representation.
Caddyfile encapsulates a slice of ServerBlocks.
type ServerBlock struct {
Hosts []string `json:"hosts"`
Body [][]interface{} `json:"body"`
}
ServerBlock represents a server block.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.