checkmein

package
v0.0.0-...-ad55457 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const BulkAddDateFormat = "1/2/2006"

Variables

This section is empty.

Functions

This section is empty.

Types

type BulkAddMember

type BulkAddMember struct {
	Barcode           string `csv:"TFI Barcode for Button"`
	DisplayName       string `csv:"TFI Display Name for Button"`
	FirstName         string `csv:"First Name"`
	LastName          string `csv:"Last Name"`
	MembershipEndDate string `csv:"Membership End Date"`
	Email             string `csv:"Email"`
}

type Client

type Client struct {
	URL      string
	Username string
	Password string
	// contains filtered or unexported fields
}

func NewClient

func NewClient(url, username, password string) Client

func (*Client) BulkAdd

func (c *Client) BulkAdd(contacts []sfdc.Contact) error

Jump to

Keyboard shortcuts

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