api

package
v0.0.0-...-1dbcda5 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiServer

type ApiServer struct {
	// contains filtered or unexported fields
}

func (*ApiServer) Start

func (srv *ApiServer) Start(port string)

type DomainMetadataResponse

type DomainMetadataResponse struct {
	TokenID  string  `json:"tokenID"`
	Hostname *string `json:"hostname"`
	Page     *string `json:"page"`
}

type DomainStatus

type DomainStatus struct {
	Page             string                           `json:"page"`
	TokenID          string                           `json:"tokenID"`
	Hostname         string                           `json:"hostname"`
	OwnershipStatus  cloudflare.OwnerhsipStatus       `json:"ownershipStatus"`
	SSLStatus        cloudflare.SSLVerificationStatus `json:"sslStatus"`
	TXTRecordDetails *TXTRecordDetails                `json:"txtRecordDetails"`
}

type DomainsListResponse

type DomainsListResponse struct {
	Domains []DomainStatus `json:"domains"`
}

type ListTokensResponse

type ListTokensResponse struct {
	Tokens []moralis.NFTResult `json:"tokens"`
}

type SignMoonPayURLRequest

type SignMoonPayURLRequest struct {
	Wallet string `json:"wallet"`
}

type SignMoonPayURLResponse

type SignMoonPayURLResponse struct {
	URL string `json:"url"`
}

type TXTRecordDetails

type TXTRecordDetails struct {
	Name  string `json:"name"`
	Value string `json:"value"`
}

Jump to

Keyboard shortcuts

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