Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCostService ¶
type MockCostService struct {
// contains filtered or unexported fields
}
MockCostService is a mock of CostService interface.
func NewMockCostService ¶
func NewMockCostService(ctrl *gomock.Controller) *MockCostService
NewMockCostService creates a new mock instance.
func (*MockCostService) EXPECT ¶
func (m *MockCostService) EXPECT() *MockCostServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCostService) GetCostForPeriod ¶
func (m *MockCostService) GetCostForPeriod(from, to time.Time) (*models.ApplicationCostSet, error)
GetCostForPeriod mocks base method.
func (*MockCostService) GetFutureCost ¶
func (m *MockCostService) GetFutureCost(appName string) (*models.ApplicationCost, error)
GetFutureCost mocks base method.
type MockCostServiceMockRecorder ¶
type MockCostServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockCostServiceMockRecorder is the mock recorder for MockCostService.
func (*MockCostServiceMockRecorder) GetCostForPeriod ¶
func (mr *MockCostServiceMockRecorder) GetCostForPeriod(from, to interface{}) *gomock.Call
GetCostForPeriod indicates an expected call of GetCostForPeriod.
func (*MockCostServiceMockRecorder) GetFutureCost ¶
func (mr *MockCostServiceMockRecorder) GetFutureCost(appName interface{}) *gomock.Call
GetFutureCost indicates an expected call of GetFutureCost.
Click to show internal directories.
Click to hide internal directories.