pkg/dev/docker_tty.go
Function initTtySize
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func initTtySize(ctx context.Context, cli command.Cli, id string, isExec bool, resizeTtyFunc func(ctx context.Context, cli command.Cli, id string, isExec bool) error) {
Function resizeTtyTo
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func resizeTtyTo(ctx context.Context, apiClient client.ContainerAPIClient, id string, height, width uint, isExec bool) error {