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
}