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