package callbacksdb import "github.com/tech/sendico/pkg/model" type callbackInternal struct { model.Callback `bson:",inline" json:",inline"` SecretRef string `bson:"secret_ref" json:"-"` }