Partial support for location contexts in config files

This commit is contained in:
Matthew Holt
2015-03-03 09:49:01 -07:00
parent 634b8b707f
commit 974acbf38c
8 changed files with 113 additions and 34 deletions

View File

@ -29,5 +29,6 @@ type (
Root() string
Host() string
Port() string
Context() Path
}
)