solidserver

package
v1.1.14 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2021 License: BSD-2-Clause Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BigIntToHexStr added in v1.0.4

func BigIntToHexStr(bigInt *big.Int) string

BigIntToHexStr convert a Big Integer into an Hexa String

func BigIntToStr added in v1.0.4

func BigIntToStr(bigInt *big.Int) string

BigIntToStr convert a Big Integer to Decimal String

func Config_CreateSpace added in v1.1.1

func Config_CreateSpace(spacename string) string

func Provider

func Provider() terraform.ResourceProvider

func ProviderConfigure

func ProviderConfigure(d *schema.ResourceData) (interface{}, error)

Types

type SOLIDserver

type SOLIDserver struct {
	Host                     string
	Username                 string
	Password                 string
	BaseUrl                  string
	SSLVerify                bool
	AdditionalTrustCertsFile string
	Version                  int
	Authenticated            bool
}

func NewSOLIDserver

func NewSOLIDserver(host string, username string, password string, sslverify bool, certsfile string, version string) (*SOLIDserver, error)

func (*SOLIDserver) GetVersion added in v1.0.4

func (s *SOLIDserver) GetVersion(version string) error

func (*SOLIDserver) Request

func (s *SOLIDserver) Request(method string, service string, parameters *url.Values) (*http.Response, string, error)

Jump to

Keyboard shortcuts

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