2025-01-19 03:34:38 +08:00

8 lines
159 B
Go

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