Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationRequest ¶
type NotificationRequest struct {
// 인증에 사용할 애플리케이션 식별자
ApplicationID string `json:"application_id" validate:"required" korean:"애플리케이션 ID" example:"my-app"`
// 알림 메시지 본문 (Markdown 지원, 최대 4096자)
Message string `` /* 134-byte string literal not displayed */
// 에러 발생 여부
ErrorOccurred bool `json:"error_occurred" korean:"에러 발생 여부" example:"false"`
}
NotificationRequest 알림 메시지 발송 요청
Click to show internal directories.
Click to hide internal directories.