Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beeker1121/mailchimp-go
/ types & classes
Types & classes
36 in github.com/beeker1121/mailchimp-go
⨍
Functions
58
◇
Types & classes
36
Struct
A
query/encode_test.go:200
Struct
APIError
APIError defines the MailChimp API response error structure.
errors.go:25
Struct
B
query/encode_test.go:204
Struct
CampaignDefaults
CampaignDefaults defines the default values for campaigns.
lists/lists.go:27
Struct
Contact
Contact defines the contact information of the list owner, which is displayed in the footer of campaigns.
lists/lists.go:15
Struct
D
query/encode_test.go:208
TypeAlias
EmailType
EmailType defines the type of email a member asked to get.
lists/members/members.go:14
TypeAlias
EncodedArgs
query/encode_test.go:260
Interface
Encoder
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
Struct
Error
Error defines a field error.
errors.go:19
Struct
F
query/encode_test.go:218
Struct
GetListParams
GetListParams defines the available parameters that can be used when getting information on a specific list via the GetList function.
lists/lists.go:229
Struct
GetMemberParams
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
Struct
GetParams
GetParams defines the available parameters that can be used when getting information about all lists via the Get function.
lists/lists.go:170
Struct
GetParams
GetParams defines the available parameters that can be used when getting a list of members via the Get function.
lists/members/members.go:197
Struct
List
List defines a list.
lists/lists.go:102
Struct
ListMembers
ListMembers defines a list of members.
lists/members/members.go:147
Struct
Lists
Lists defines a set of lists.
lists/lists.go:149
Struct
Location
Location defines a member's location information.
lists/members/members.go:41
Struct
Member
Member defines a single member within a list.
lists/members/members.go:85
Struct
Nested
query/encode_test.go:15
Struct
NewParams
NewParams defines the available parameters that can be used when creating a new list via the New function.
lists/lists.go:156
Struct
NewParams
NewParams defines the available parameters that can be used when adding a new list member via the New function.
lists/members/members.go:155
Struct
Note
Note defines a note about a member.
lists/members/members.go:51
Struct
Stats
Stats defines statistics for a list.
lists/lists.go:44
Struct
Stats
Stats defines the open and click rates for a member.
lists/members/members.go:35
TypeAlias
Status
Status defines the subscription status for a given member within a List.
lists/members/members.go:24
Struct
SubNested
query/encode_test.go:21
Struct
UpdateParams
UpdateParams defines the available parameters that can be used when updating a list via the Update function.
lists/lists.go:248
Struct
UpdateParams
UpdateParams defines the available parameters that can be used when updating a list member via the Update function.
lists/members/members.go:284
Interface
ValueEncoder
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
TypeAlias
Visibility
Visibility defines whether a list is public or private
lists/lists.go:35
TypeAlias
alias
lists/lists.go:67
TypeAlias
alias
lists/members/members.go:62
Struct
e
query/encode_test.go:213
TypeAlias
tagOptions
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