9 lines
191 B
Go
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"`
|
|
}
|