client

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

README

client

import "github.com/SuperBuker/terraform-provider-dns-he-net/client"

Index

Variables

var CookieStore = struct {
    Dummy     auth.AuthStore
    Simple    auth.AuthStore
    Encrypted auth.AuthStore
}{
    auth.Dummy,
    auth.Simple,
    auth.Encrypted,
}
var NewAuth = auth.NewAuth
var NewClient = client.NewClient
var With = struct {
    Debug     func() client.Option
    Proxy     func(string) client.Option
    UserAgent func(string) client.Option
    Options   func(...client.Option) client.Options
}{
    client.WithDebug,
    client.WithProxy,
    client.WithUserAgent,
    func(options ...client.Option) client.Options { return options },
}

Generated by gomarkdoc

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CookieStore = struct {
	Dummy     auth.AuthStore
	Simple    auth.AuthStore
	Encrypted auth.AuthStore
}{
	auth.Dummy,
	auth.Simple,
	auth.Encrypted,
}
View Source
var NewAuth = auth.NewAuth
View Source
var NewClient = client.NewClient
View Source
var With = struct {
	Debug     func() client.Option
	Proxy     func(string) client.Option
	UserAgent func(string) client.Option
	Options   func(...client.Option) client.Options
}{
	client.WithDebug,
	client.WithProxy,
	client.WithUserAgent,
	func(options ...client.Option) client.Options { return options },
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
*Notice:* This module is mostly oriented to validate the DDNS credentials.
*Notice:* This module is mostly oriented to validate the DDNS credentials.
Parsers contains functions to parse the response from the server.
Parsers contains functions to parse the response from the server.

Jump to

Keyboard shortcuts

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