mirror of https://github.com/caddyserver/caddy.git
noot
This commit is contained in:
parent
4d40619aa4
commit
3f1ff118f8
|
@ -122,9 +122,11 @@ func (tc *Tester) CleanupCaddy() error {
|
|||
func (tc *Tester) AdminPort() int {
|
||||
return tc.adminPort
|
||||
}
|
||||
|
||||
func (tc *Tester) PortOne() int {
|
||||
return tc.portOne
|
||||
}
|
||||
|
||||
func (tc *Tester) PortTwo() int {
|
||||
return tc.portTwo
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue