Revert "Copy codes and status from grpc project"

This reverts commit f02233564f.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2019-10-28 14:46:45 -04:00
parent 923a8f1f17
commit d4834b09f5
16 changed files with 12 additions and 1151 deletions

View File

@@ -26,11 +26,11 @@ import (
"syscall"
"time"
"github.com/containerd/ttrpc/codes"
"github.com/containerd/ttrpc/status"
"github.com/gogo/protobuf/proto"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
// ErrClosed is returned by client methods when the underlying connection is