responses

package
v0.9.9 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorResponse

type ErrorResponse struct {
	Errors map[string][]string `json:"errors"`
	// contains filtered or unexported fields
}

type GetIPResponse

type GetIPResponse struct {
	Data struct {
		IP string `json:"ip"`
	} `json:"data"`
	// contains filtered or unexported fields
}

type RegisterResponse

type RegisterResponse struct {
	Data struct {
		Backend struct {
			ID                 string    `json:"id"`
			BackendClientID    string    `json:"backend_client_id"`
			IsEmailEnabled     bool      `json:"is_email_enabled"`
			IP                 string    `json:"ip"`
			ProcessingID       string    `json:"processing_id"`
			Domain             string    `json:"domain"`
			NotificationsCount int       `json:"notifications_count"`
			SecretKey          string    `json:"secret_key"`
			CreatedAt          time.Time `json:"created_at"`
			UpdatedAt          time.Time `json:"updated_at"`
		} `json:"backend"`
		Processing struct {
			ID            string    `json:"id"`
			ExternalID    string    `json:"external_id"`
			IP            string    `json:"ip"`
			SecretKey     string    `json:"secret_key"`
			BackendsCount int       `json:"backends_count"`
			CreatedAt     time.Time `json:"created_at"`
			UpdatedAt     time.Time `json:"updated_at"`
		} `json:"processing"`
	} `json:"data"`
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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