request

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2026 License: MIT Imports: 0 Imported by: 0

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 알림 메시지 발송 요청

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL