Source File
context.go
Belonging Package
github.com/go-pg/pg/v10/internal
package internal
import (
)
type UndoneContext struct {
context.Context
}
func ( context.Context) UndoneContext {
return UndoneContext{Context: }
}
func (UndoneContext) () ( time.Time, bool) {
return time.Time{}, false
}
func (UndoneContext) () <-chan struct{} {
return nil
}
func (UndoneContext) () error {
return nil
}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)