caddy/caddyconfig/caddyfile
Matthew Holt c9980fd367
Refactor Caddyfile adapter and module registration
Use piles from which to draw config values.

Module values can return their name, so now we can do two-way mapping
from value to name and name to value; whereas before we could only map
name to value. This was problematic with the Caddyfile adapter since
it receives values and needs to know the name to put in the config.
2019-08-21 10:46:35 -06:00
..
testdata Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
adapter.go Refactor Caddyfile adapter and module registration 2019-08-21 10:46:35 -06:00
dispenser.go Refactor Caddyfile adapter and module registration 2019-08-21 10:46:35 -06:00
dispenser_test.go Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
lexer.go Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
lexer_test.go Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
parse.go Refactor Caddyfile adapter and module registration 2019-08-21 10:46:35 -06:00
parse_test.go Refactor Caddyfile adapter and module registration 2019-08-21 10:46:35 -06:00