Documentation ¶
Index ¶
Constants ¶
View Source
const (
ServiceURL = "https://latch.elevenpaths.com"
)
Variables ¶
View Source
var ( ErrAlreadyPaired = errors.New("LatchError 205 Account and application already paired") ErrTokenNotFound = errors.New("LatchError 206 Pairing token not found or expired") )
Functions ¶
This section is empty.
Types ¶
type LatchApp ¶
type LatchApp struct {
// contains filtered or unexported fields
}
func NewLatchApp ¶
Creates a new LatchApp with the supplied appId and secret
func NewLatchAppWithTransport ¶
Creates a new LatchApp with the supplied appId and secret, but also specifying the transport
Click to show internal directories.
Click to hide internal directories.