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
20f4d8cc0bb1d44b1fadc6de57ca7ecb743cd584
gluetun
/
internal
/
cli
/
ci.go
8 lines
95 B
Go
Raw
Normal View
History
Unescape
Escape
Maintenance: Update golibs and update params
2021-01-10 23:06:09 +00:00
package
cli
import
"context"
Maint: cli package interface rework - return concrete struct type - split interface is sub-interfaces
2021-07-23 18:52:38 +00:00
func
(
c
*
CLI
)
CI
(
context
context
.
Context
)
error
{
Maintenance: Update golibs and update params
2021-01-10 23:06:09 +00:00
return
nil
}
Reference in New Issue
Copy Permalink