mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-16 21:56:40 -05:00
noot
This commit is contained in:
parent
4d40619aa4
commit
3f1ff118f8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue