|
|
@@ -24,7 +24,7 @@ type AccountContext struct {
|
|
|
}
|
|
|
|
|
|
func (this *AccountContext) Deadline() (deadline time.Time, ok bool) {
|
|
|
- return this.ctx.Deadline()
|
|
|
+ return
|
|
|
}
|
|
|
|
|
|
func (*AccountContext) Done() <-chan struct{} {
|
|
|
@@ -32,7 +32,7 @@ func (*AccountContext) Done() <-chan struct{} {
|
|
|
}
|
|
|
|
|
|
func (this *AccountContext) Err() error {
|
|
|
- return this.ctx.Err()
|
|
|
+ return nil
|
|
|
}
|
|
|
|
|
|
func (this *AccountContext) Value(key interface{}) interface{} {
|