Skip to content

Commit

Permalink
add new "drive" sub-sys (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuker authored Nov 23, 2023
1 parent be1dc76 commit ee828c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parse-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const (
SubnetSubSys = "subnet"
CallhomeSubSys = "callhome"
BatchSubSys = "batch"
DriveSubSys = "drive"

NotifyKafkaSubSys = "notify_kafka"
NotifyMQTTSubSys = "notify_mqtt"
Expand Down Expand Up @@ -93,6 +94,7 @@ var SubSystems = set.CreateStringSet(
SubnetSubSys,
CallhomeSubSys,
BatchSubSys,
DriveSubSys,
NotifyKafkaSubSys,
NotifyMQTTSubSys,
NotifyMySQLSubSys,
Expand Down

0 comments on commit ee828c9

Please sign in to comment.