github.com/chenbh/concourse/v6@v6.4.2/atc/runtime/runtime.go (about)

     1  package runtime
     2  
     3  // Package runtime is intended to de-couple Concourse Core from a specific runtime implementation.
     4  // As such, the runtime package will
     5  // 			hold abstractions which are applicable to every runtime implementation
     6  //			abstractions which Concourse Core may depend upon ( Core shouldn't depend on upon specific implementations eg. atc/worker )