sessions

package
v0.0.0-...-245dd47 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SessionResponseXML

type SessionResponseXML struct {
	XMLName xml.Name `xml:"session"`
	Text    string   `xml:",chardata"`
	ID      string   `xml:"id"`
}

SessionResponseXML SessionResponseXML

func (*SessionResponseXML) GetSessionID

func (item *SessionResponseXML) GetSessionID() string

GetSessionID GetSessionID

type Sessions

type Sessions interface {
	GetToken() (*string, error)
}

Sessions Sessions

func New

func New(input *SessionsInput) (Sessions, error)

New New

type SessionsInput

type SessionsInput struct {
	Pagseguro pagseguro.Pagseguro
}

SessionsInput SessionsInput

Jump to

Keyboard shortcuts

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