caddyfile

package
v0.8.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2016 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromJSON

func FromJSON(jsonBytes []byte) ([]byte, error)

FromJSON converts JSON-encoded jsonBytes to Caddyfile text

func ToJSON

func ToJSON(caddyfile []byte) ([]byte, error)

ToJSON converts caddyfile to its JSON representation.

Types

type Caddyfile

type Caddyfile []ServerBlock

Caddyfile encapsulates a slice of ServerBlocks.

type ServerBlock

type ServerBlock struct {
	Hosts []string        `json:"hosts"`
	Body  [][]interface{} `json:"body"`
}

ServerBlock represents a server block.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL