mirror of
https://github.com/caddyserver/caddy.git
synced 2026-01-17 01:30:34 +00:00
noot
This commit is contained in:
@@ -122,9 +122,11 @@ func (tc *Tester) CleanupCaddy() error {
|
|||||||
func (tc *Tester) AdminPort() int {
|
func (tc *Tester) AdminPort() int {
|
||||||
return tc.adminPort
|
return tc.adminPort
|
||||||
}
|
}
|
||||||
|
|
||||||
func (tc *Tester) PortOne() int {
|
func (tc *Tester) PortOne() int {
|
||||||
return tc.portOne
|
return tc.portOne
|
||||||
}
|
}
|
||||||
|
|
||||||
func (tc *Tester) PortTwo() int {
|
func (tc *Tester) PortTwo() int {
|
||||||
return tc.portTwo
|
return tc.portTwo
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user