dotcloud/docker

View on GitHub
api/server/router/container/notify_unsupported.go

Summary

Maintainability
A
0 mins
Test Coverage
//go:build !linux

package container

import (
    "context"
    "net"
)

func notifyClosed(ctx context.Context, conn net.Conn, notify func()) {}