MCPcopy Create free account

hub / github.com/beeker1121/mailchimp-go / types & classes

Types & classes36 in github.com/beeker1121/mailchimp-go

StructA
query/encode_test.go:200
StructAPIError
APIError defines the MailChimp API response error structure.
errors.go:25
StructB
query/encode_test.go:204
StructCampaignDefaults
CampaignDefaults defines the default values for campaigns.
lists/lists.go:27
StructContact
Contact defines the contact information of the list owner, which is displayed in the footer of campaigns.
lists/lists.go:15
StructD
query/encode_test.go:208
TypeAliasEmailType
EmailType defines the type of email a member asked to get.
lists/members/members.go:14
TypeAliasEncodedArgs
query/encode_test.go:260
InterfaceEncoder
Encoder is an interface implemented by any type that wishes to encode itself into a query string in a non-standard way.
query/encode.go:41
StructError
Error defines a field error.
errors.go:19
StructF
query/encode_test.go:218
StructGetListParams
GetListParams defines the available parameters that can be used when getting information on a specific list via the GetList function.
lists/lists.go:229
StructGetMemberParams
GetMemberParams defines the available parameters that can be used when getting information on a specific member via the GetMember function.
lists/members/members.go:265
StructGetParams
GetParams defines the available parameters that can be used when getting information about all lists via the Get function.
lists/lists.go:170
StructGetParams
GetParams defines the available parameters that can be used when getting a list of members via the Get function.
lists/members/members.go:197
StructList
List defines a list.
lists/lists.go:102
StructListMembers
ListMembers defines a list of members.
lists/members/members.go:147
StructLists
Lists defines a set of lists.
lists/lists.go:149
StructLocation
Location defines a member's location information.
lists/members/members.go:41
StructMember
Member defines a single member within a list.
lists/members/members.go:85
StructNested
query/encode_test.go:15
StructNewParams
NewParams defines the available parameters that can be used when creating a new list via the New function.
lists/lists.go:156
StructNewParams
NewParams defines the available parameters that can be used when adding a new list member via the New function.
lists/members/members.go:155
StructNote
Note defines a note about a member.
lists/members/members.go:51
StructStats
Stats defines statistics for a list.
lists/lists.go:44
StructStats
Stats defines the open and click rates for a member.
lists/members/members.go:35
TypeAliasStatus
Status defines the subscription status for a given member within a List.
lists/members/members.go:24
StructSubNested
query/encode_test.go:21
StructUpdateParams
UpdateParams defines the available parameters that can be used when updating a list via the Update function.
lists/lists.go:248
StructUpdateParams
UpdateParams defines the available parameters that can be used when updating a list member via the Update function.
lists/members/members.go:284
InterfaceValueEncoder
ValueEncoder is an interface implemented by any type that wishes to encode itself into URL values in a non-standard way.
query/encode.go:47
TypeAliasVisibility
Visibility defines whether a list is public or private
lists/lists.go:35
TypeAliasalias
lists/lists.go:67
TypeAliasalias
lists/members/members.go:62
Structe
query/encode_test.go:213
TypeAliastagOptions
tagOptions is the string following a comma in a struct field's "url" tag, or the empty string. It does not include the leading comma.
query/encode.go:329