mirror of
https://github.com/Xevion/scla-unsubscribe.git
synced 2025-12-06 03:16:23 -06:00
Move response types
This commit is contained in:
14
types.go
Normal file
14
types.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package main
|
||||
|
||||
type ConfirmationResponse struct {
|
||||
FormId string `json:"formId"`
|
||||
FollowUpUrl string `json:"followUpUrl"`
|
||||
DeliveryType string `json:"deliveryType"`
|
||||
FollowUpStreamValue string `json:"followUpStreamValue"`
|
||||
AliId string `json:"aliId"`
|
||||
}
|
||||
|
||||
type ErrorResponse struct {
|
||||
Message string `json:"message"`
|
||||
Code int `json:"code"`
|
||||
}
|
||||
Reference in New Issue
Block a user