github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/atc/component/cmocks/Drainable.go (about)

     1  // Code generated by mockery v2.2.1. DO NOT EDIT.
     2  
     3  package cmocks
     4  
     5  import (
     6  	context "context"
     7  
     8  	mock "github.com/stretchr/testify/mock"
     9  )
    10  
    11  // Drainable is an autogenerated mock type for the Drainable type
    12  type Drainable struct {
    13  	mock.Mock
    14  }
    15  
    16  // Drain provides a mock function with given fields: _a0
    17  func (_m *Drainable) Drain(_a0 context.Context) {
    18  	_m.Called(_a0)
    19  }