smartleadv2

package
v0.0.0-...-8870b08 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2025 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connector

type Connector struct {
	// Basic connector
	*components.Connector

	// Require authenticated client
	common.RequireAuthenticatedClient

	// Supported operations
	components.SchemaProvider
	components.Reader
	components.Writer
	components.Deleter
}

func NewConnector

func NewConnector(params common.Parameters) (*Connector, error)

type ResponseBasicError

type ResponseBasicError struct {
	Error string `json:"error"`
}

func (ResponseBasicError) CombineErr

func (r ResponseBasicError) CombineErr(base error) error

type ResponseMessageError

type ResponseMessageError struct {
	Message string `json:"message"`
}

func (ResponseMessageError) CombineErr

func (r ResponseMessageError) CombineErr(base error) error

Jump to

Keyboard shortcuts

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