github.com/ronaksoft/rony@v0.16.26-0.20230807065236-1743dbfe6959/edgetest/context.go (about)

     1  package edgetest
     2  
     3  import (
     4  	"time"
     5  )
     6  
     7  /*
     8     Creation Time: 2021 - Jul - 03
     9     Created by:  (ehsan)
    10     Maintainers:
    11        1.  Ehsan N. Moosa (E2)
    12     Auditor: Ehsan N. Moosa (E2)
    13     Copyright Ronak Software Group 2020
    14  */
    15  
    16  type context interface {
    17  	Run(timeout time.Duration) error
    18  }