Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Callback ¶
type Callback struct {
// contains filtered or unexported fields
}
func (*Callback) SendCompletion ¶
func (c *Callback) SendCompletion(ctx context.Context, request gdprrelay.GDPRRequest, result ResultData) error
type ResultData ¶
type ResultData struct {
TranscriptsDeleted int // Number of transcript archives deleted
MessagesDeleted int // Number of ticket messages deleted
Error error // Error if the processing failed
RequestType gdprrelay.RequestType // Type of GDPR request that was processed
GuildIds []uint64 // Guild IDs affected by this request
TicketIds []int // Ticket IDs affected by this request
}
ResultData contains the result of a GDPR request to be sent back to the user
Click to show internal directories.
Click to hide internal directories.