Skip to content

Commit

Permalink
EoContext新增ErrCtxUncloneable变量
Browse files Browse the repository at this point in the history
  • Loading branch information
chen2eric committed Mar 1, 2023
1 parent d68c15a commit fbd660b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eocontext/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ package eocontext

import (
"context"
"errors"
"net"
"time"
)

var ErrEoCtxUnCloneable = errors.New("EoContext is UnCloneable. ")

type CompleteHandler interface {
Complete(ctx EoContext) error
}
Expand Down

0 comments on commit fbd660b

Please sign in to comment.