Files
sendico/api/edge/callbacks/internal/model/callback.go
2026-03-02 16:27:33 +01:00

9 lines
191 B
Go

package model
import pmodel "github.com/tech/sendico/pkg/model"
type CallbackInternal struct {
pmodel.Callback `bson:",inline" json:",inline"`
SecretRef string `bson:"secretRef"`
}