Versions in this module Expand all Collapse all v0 v0.6.0 Jan 31, 2025 v0.5.0 Dec 23, 2024 Changes in this version + type MockClient struct + func NewMockClient(ctrl *gomock.Controller) *MockClient + func (m *MockClient) EXPECT() *MockClientMockRecorder + func (m *MockClient) GetBudgets() ([]*model.Budget, error) + func (m *MockClient) GetCategories(budget *model.Budget) ([]*model.BudgetCategoryGroup, error) + func (m *MockClient) GetMonthlyAverageSpent(budget *model.Budget, category *model.BudgetCategory, monthLookback int) (int64, int16, error) + func (m *MockClient) GetReadyToAssign(budget *model.Budget) (int64, int16, error) + func (m *MockClient) SetBudget(budget *model.Budget, category *model.BudgetCategory, newDollars int64, ...) error + type MockClientMockRecorder struct + func (mr *MockClientMockRecorder) GetBudgets() *gomock.Call + func (mr *MockClientMockRecorder) GetCategories(budget interface{}) *gomock.Call + func (mr *MockClientMockRecorder) GetMonthlyAverageSpent(budget, category, monthLookback interface{}) *gomock.Call + func (mr *MockClientMockRecorder) GetReadyToAssign(budget interface{}) *gomock.Call + func (mr *MockClientMockRecorder) SetBudget(budget, category, newDollars, newCents interface{}) *gomock.Call