Correcting the changed function name in comment
Signed-off-by: Mohammad Banikazemi <mbanikazemi@gmail.com>
This commit is contained in:
parent
3ed3380101
commit
45b11c713a
|
@ -9,7 +9,7 @@ import (
|
|||
"github.com/hashicorp/serf/serf"
|
||||
)
|
||||
|
||||
// FloodAddrPortFn gets the address and port to use for a given server when
|
||||
// FloodAddrFn gets the address and port to use for a given server when
|
||||
// flood-joining. This will return false if it doesn't have one.
|
||||
type FloodAddrFn func(*metadata.Server) (string, error)
|
||||
|
||||
|
|
Loading…
Reference in New Issue