webhook

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2024 License: BSD-2-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WebhookRequest

type WebhookRequest struct {
	MidjourneyTaskId  string       `json:"midjourney_task_id"`
	Prompt            string       `json:"prompt"`
	Type              string       `json:"type"`
	Status            store.Status `json:"status"`
	Mode              string       `json:"mode"`
	Attachments       string       `json:"attachments"`
	ImageURL          string       `json:"image_url"`
	StartTime         int64        `json:"start_time"`
	CompleteTime      int64        `json:"complete_time"`
	CompleteMessageID string       `json:"complete_message_id"`
	RequestId         string       `json:"request_id"`
	ProcessRate       string       `json:"process_rate"`
	MemberId          string       `json:"member_id"`
}

Jump to

Keyboard shortcuts

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