# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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