Skip to content

Commit

Permalink
refactor: param name
Browse files Browse the repository at this point in the history
  • Loading branch information
w-h-a committed Aug 3, 2024
1 parent 73a4b34 commit 7ad81c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/cert/cert.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import "net"

type CertProvider interface {
Options() CertOptions
Listener(domains ...string) (net.Listener, error)
Listener(hosts ...string) (net.Listener, error)
String() string
}

0 comments on commit 7ad81c8

Please sign in to comment.