Refactor pdus into many files
This commit is contained in:
6
pdu/alert.go
Normal file
6
pdu/alert.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package pdu
|
||||
|
||||
type (
|
||||
ALERT_NOTIFICATION struct{}
|
||||
ALERT_NOTIFICATION_RESP struct{}
|
||||
)
|
||||
Reference in New Issue
Block a user