mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 12:30:11 +02:00
d9ca0deb08
- return concrete struct type - split interface is sub-interfaces
8 lines
95 B
Go
8 lines
95 B
Go
package cli
|
|
|
|
import "context"
|
|
|
|
func (c *CLI) CI(context context.Context) error {
|
|
return nil
|
|
}
|