2025-04-22 21:24:48 +08:00

8 lines
156 B
Go

package dtos
import "github.com/usual2970/certimate/internal/domain"
type NotifyTestPushReq struct {
Channel domain.NotifyChannelType `json:"channel"`
}