package
0.0.0-20180530092444-f478362777a3
Repository: https://github.com/komiflo/go-zendesk.git
Documentation: pkg.go.dev
# Functions
Bool is a helper function that returns a pointer to the bool value b.
Int is a helper function that returns a pointer to the int value i.
NewClient creates a new Client.
NewEnvClient creates a new Client configured via environment variables.
NewURLClient is like NewClient but accepts an explicit end point instead of a Zendesk domain.
String is a helper function that returns a pointer to the string value s.
# Structs
APIError represents an error response returnted by the API.
APIErrorDetail represents a detail about an APIError.
APIPayload represents the payload of an API call.
Attachment represents a Zendesk attachment for tickets and forum posts.
ComplianceDeletionStatus represents a GDPR status
Zendesk Core API docs: https://developer.zendesk.com/rest_api/docs/core/users#show-compliance-deletion-statuses.
No description provided by the author
JobStatus represents a Zendesk JobStatus.
ListOptions specifies the optional parameters for the list methods that support pagination.
ListUsersOptions specifies the optional parameters for the list users methods.
Locale represents an Zendesk translation locale.
Organization represents a Zendesk organization.
OrganizationMembership represents a Zendesk association between an org and a user.
No description provided by the author
Result represents the data from processed tasks within the Job Status.
Ticket represents a Zendesk Ticket.
TicketComment represents a comment on a Ticket.
No description provided by the author
Upload represents a Zendesk file upload.
User represents a Zendesk user.
UserIdentity represents a Zendesk user identity.
No description provided by the author
# Interfaces
Client describes a client for the Zendesk Core API.
# Type aliases
No description provided by the author
No description provided by the author