sign

package
v0.0.0-...-e54bcae Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2021 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SOAPSigner

type SOAPSigner interface {
	Sign(interface{}) ([]byte, error)
}

func New

func New(privateKey, cert string) SOAPSigner

type SoapFault

type SoapFault struct {
	XMLName xml.Name `xml:"Fault"`
	Code    string   `xml:"faultcode"`
	Message string   `xml:"faultstring"`
}

SoapFault defines the XML structure to catch SOAP server error responses

Jump to

Keyboard shortcuts

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