Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct {
Directives []Directive `json:"directives"`
}
Block represents a block of directives.
type Config ¶
type Config struct {
Directives []Directive `json:"directives"`
}
Config represents a parsed nginx configuration.
Click to show internal directories.
Click to hide internal directories.