elektra

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

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

Go to latest
Published: Nov 22, 2022 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BestbuyEncrypt

func BestbuyEncrypt(s string, publicKey string, keyId string) (string, error)

func CreateClient

func CreateClient(proxy string) (*http.Client, error)

func Parse

func Parse(value string, a string, b string) string

func XxteaEncrypt

func XxteaEncrypt(data string) string

Types

type AccountCreationData

type AccountCreationData struct {
	Username string
	Password string
	Email    string
	Phone    string
}

type AccountLoginData

type AccountLoginData struct {
	Username string
	Password string
	Email    string
	Phone    string
}

type BillingData

type BillingData struct {
	Email     string
	Phone     string
	FirstName string
	LastName  string
	State     string
	City      string
	ZipCode   string
	Address1  string
	Address2  string
	CardType  string
	CardNum   string
	ExpMonth  string
	ExpYear   string
	CardName  string
	Cvv       string
}

Jump to

Keyboard shortcuts

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