This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
gluetun
Watch
1
Star
0
Fork
0
You've already forked gluetun
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a61302f1359fb69b6bf3157c98521252773046bb
gluetun
/
internal
/
publicip
/
interfaces.go
8 lines
93 B
Go
Raw
Normal View
History
Unescape
Escape
chore(all): return concrete types, accept interfaces - Remove exported interfaces unused locally - Define interfaces to accept arguments - Return concrete types, not interfaces
2022-06-11 01:34:30 +00:00
package
publicip
fix(publicip): rework run loop and fix restarts - Clearing IP data on VPN disconnection clears file - More efficient partial updates - Fix loop exit - Validate settings before updating
2023-09-24 14:55:51 +00:00
type
Logger
interface
{
Info
(
s
string
)
Warn
(
s
string
)
Error
(
s
string
)
}
Reference in New Issue
Copy Permalink