supported

package
v3.12.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 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 Country

type Country struct {
	Code               string      `json:"code"`
	SupportedDocuments []*Document `json:"supported_documents"`
}

Country details the supported documents for a particular country

type Document

type Document struct {
	Type            string `json:"type"`
	IsStrictlyLatin bool   `json:"is_strictly_latin"`
}

Document is the document type that is supported

type DocumentsResponse

type DocumentsResponse struct {
	SupportedCountries []*Country `json:"supported_countries"`
}

DocumentsResponse details the supported countries and associated documents

Jump to

Keyboard shortcuts

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