mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-07 21:19:51 +00:00
8 lines
156 B
Go
8 lines
156 B
Go
package dtos
|
|
|
|
import "github.com/usual2970/certimate/internal/domain"
|
|
|
|
type NotifyTestPushReq struct {
|
|
Channel domain.NotifyChannelType `json:"channel"`
|
|
}
|