File size: 90 Bytes
1e92f2d |
1 2 3 4 5 6 7 |
package nfymsg
// Test represents outgoing test notification.
type Test struct {
Base
}
|
1e92f2d |
1 2 3 4 5 6 7 |
package nfymsg
// Test represents outgoing test notification.
type Test struct {
Base
}
|