solidserver

package
v1.0.9 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2019 License: BSD-2-Clause Imports: 18 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 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
}

func NewSOLIDserver

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

func (*SOLIDserver) GetVersion added in v1.0.4

func (s *SOLIDserver) GetVersion() 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