Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Colley committed Jul 28, 2024
1 parent 713f500 commit 55c1fc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ Enjoy!
- pub fn undelete_service(service_id: ServiceId)
- pub fn update_service_level(service_id: ServiceId, level: MembershipLevel)

### Alert Pallet
- pub fn register_alert(alert_id: u64, member_id: T::AccountId, service_id: ServiceId, domain_id: DomainId, alert_type: AlertType)
- pub fn clear_alert(alert_id: u64)
- pub fn clear_monitor_alert(monitor_id: T::AccountId, alert_id: u64)

### Healthcheck Pallet
- pub fn register_health_check(member_id: T::AccountId, service_id: ServiceId, domain_id: DomainId, check_type: HealthCheckType, status: HealthCheckStatus)

Expand Down

0 comments on commit 55c1fc6

Please sign in to comment.