Retrieves all balance monitors
(balanceID string)
| 130 | GetMonitorByID(id string) (*model.BalanceMonitor, error) // Retrieves a balance monitor by ID |
| 131 | GetAllMonitors() ([]model.BalanceMonitor, error) // Retrieves all balance monitors |
| 132 | GetBalanceMonitors(balanceID string) ([]model.BalanceMonitor, error) // Retrieves monitors for a specific balance |
| 133 | UpdateMonitor(monitor *model.BalanceMonitor) error // Updates a balance monitor |
| 134 | DeleteMonitor(id string) error // Deletes a balance monitor |
| 135 | } |
no outgoing calls
no test coverage detected