mock

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 7, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client is a mock of API interface.

func NewClient

func NewClient(ctrl *gomock.Controller) *Client

NewClient creates a new mock instance.

func (*Client) AddOrganizationTags added in v1.0.0

func (m *Client) AddOrganizationTags(arg0 context.Context, arg1 int64, arg2 []zendesk.Tag) ([]zendesk.Tag, error)

AddOrganizationTags mocks base method.

func (*Client) AddTicketTags added in v1.0.0

func (m *Client) AddTicketTags(arg0 context.Context, arg1 int64, arg2 []zendesk.Tag) ([]zendesk.Tag, error)

AddTicketTags mocks base method.

func (*Client) AddUserTags added in v1.0.0

func (m *Client) AddUserTags(arg0 context.Context, arg1 int64, arg2 []zendesk.Tag) ([]zendesk.Tag, error)

AddUserTags mocks base method.

func (*Client) CreateAutomation added in v1.0.0

func (m *Client) CreateAutomation(arg0 context.Context, arg1 zendesk.Automation) (zendesk.Automation, error)

CreateAutomation mocks base method.

func (*Client) CreateBrand added in v1.0.0

func (m *Client) CreateBrand(arg0 context.Context, arg1 zendesk.Brand) (zendesk.Brand, error)

CreateBrand mocks base method.

func (*Client) CreateDynamicContentItem added in v1.0.0

func (m *Client) CreateDynamicContentItem(arg0 context.Context, arg1 zendesk.DynamicContentItem) (zendesk.DynamicContentItem, error)

CreateDynamicContentItem mocks base method.

func (*Client) CreateGroup

func (m *Client) CreateGroup(arg0 context.Context, arg1 zendesk.Group) (zendesk.Group, error)

CreateGroup mocks base method.

func (*Client) CreateMacro added in v1.0.0

func (m *Client) CreateMacro(arg0 context.Context, arg1 zendesk.Macro) (zendesk.Macro, error)

CreateMacro mocks base method.

func (*Client) CreateOrUpdateUser added in v1.0.0

func (m *Client) CreateOrUpdateUser(arg0 context.Context, arg1 zendesk.User) (zendesk.User, error)

CreateOrUpdateUser mocks base method.

func (*Client) CreateOrganization added in v1.0.0

func (m *Client) CreateOrganization(arg0 context.Context, arg1 zendesk.Organization) (zendesk.Organization, error)

CreateOrganization mocks base method.

func (*Client) CreateSLAPolicy added in v1.0.0

func (m *Client) CreateSLAPolicy(arg0 context.Context, arg1 zendesk.SLAPolicy) (zendesk.SLAPolicy, error)

CreateSLAPolicy mocks base method.

func (*Client) CreateTarget added in v1.0.0

func (m *Client) CreateTarget(arg0 context.Context, arg1 zendesk.Target) (zendesk.Target, error)

CreateTarget mocks base method.

func (*Client) CreateTicket added in v1.0.0

func (m *Client) CreateTicket(arg0 context.Context, arg1 zendesk.Ticket) (zendesk.Ticket, error)

CreateTicket mocks base method.

func (*Client) CreateTicketComment added in v1.0.0

func (m *Client) CreateTicketComment(arg0 context.Context, arg1 int64, arg2 zendesk.TicketComment) (zendesk.TicketComment, error)

CreateTicketComment mocks base method.

func (*Client) CreateTicketField

func (m *Client) CreateTicketField(arg0 context.Context, arg1 zendesk.TicketField) (zendesk.TicketField, error)

CreateTicketField mocks base method.

func (*Client) CreateTicketForm

func (m *Client) CreateTicketForm(arg0 context.Context, arg1 zendesk.TicketForm) (zendesk.TicketForm, error)

CreateTicketForm mocks base method.

func (*Client) CreateTrigger

func (m *Client) CreateTrigger(arg0 context.Context, arg1 zendesk.Trigger) (zendesk.Trigger, error)

CreateTrigger mocks base method.

func (*Client) CreateUser

func (m *Client) CreateUser(arg0 context.Context, arg1 zendesk.User) (zendesk.User, error)

CreateUser mocks base method.

func (*Client) CreateWebhook added in v1.0.0

func (m *Client) CreateWebhook(arg0 context.Context, arg1 *zendesk.Webhook) (*zendesk.Webhook, error)

CreateWebhook mocks base method.

func (*Client) DeleteAutomation added in v1.0.0

func (m *Client) DeleteAutomation(arg0 context.Context, arg1 int64) error

DeleteAutomation mocks base method.

func (*Client) DeleteBrand added in v1.0.0

func (m *Client) DeleteBrand(arg0 context.Context, arg1 int64) error

DeleteBrand mocks base method.

func (*Client) DeleteDynamicContentItem added in v1.0.0

func (m *Client) DeleteDynamicContentItem(arg0 context.Context, arg1 int64) error

DeleteDynamicContentItem mocks base method.

func (*Client) DeleteGroup added in v1.0.0

func (m *Client) DeleteGroup(arg0 context.Context, arg1 int64) error

DeleteGroup mocks base method.

func (*Client) DeleteMacro added in v1.0.0

func (m *Client) DeleteMacro(arg0 context.Context, arg1 int64) error

DeleteMacro mocks base method.

func (*Client) DeleteOrganization added in v1.0.0

func (m *Client) DeleteOrganization(arg0 context.Context, arg1 int64) error

DeleteOrganization mocks base method.

func (*Client) DeleteSLAPolicy added in v1.0.0

func (m *Client) DeleteSLAPolicy(arg0 context.Context, arg1 int64) error

DeleteSLAPolicy mocks base method.

func (*Client) DeleteTarget added in v1.0.0

func (m *Client) DeleteTarget(arg0 context.Context, arg1 int64) error

DeleteTarget mocks base method.

func (*Client) DeleteTicket added in v1.0.0

func (m *Client) DeleteTicket(arg0 context.Context, arg1 int64) error

DeleteTicket mocks base method.

func (*Client) DeleteTicketField added in v1.0.0

func (m *Client) DeleteTicketField(arg0 context.Context, arg1 int64) error

DeleteTicketField mocks base method.

func (*Client) DeleteTicketForm added in v1.0.0

func (m *Client) DeleteTicketForm(arg0 context.Context, arg1 int64) error

DeleteTicketForm mocks base method.

func (*Client) DeleteTrigger added in v1.0.0

func (m *Client) DeleteTrigger(arg0 context.Context, arg1 int64) error

DeleteTrigger mocks base method.

func (*Client) DeleteUpload added in v1.0.0

func (m *Client) DeleteUpload(arg0 context.Context, arg1 string) error

DeleteUpload mocks base method.

func (*Client) DeleteWebhook added in v1.0.0

func (m *Client) DeleteWebhook(arg0 context.Context, arg1 string) error

DeleteWebhook mocks base method.

func (*Client) EXPECT

func (m *Client) EXPECT() *ClientMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*Client) Get added in v1.0.0

func (m *Client) Get(arg0 context.Context, arg1 string) ([]byte, error)

Get mocks base method.

func (*Client) GetAllTicketAudits added in v1.0.0

func (m *Client) GetAllTicketAudits(arg0 context.Context, arg1 zendesk.CursorOption) ([]zendesk.TicketAudit, zendesk.Cursor, error)

GetAllTicketAudits mocks base method.

func (*Client) GetAttachment added in v1.0.0

func (m *Client) GetAttachment(arg0 context.Context, arg1 int64) (zendesk.Attachment, error)

GetAttachment mocks base method.

func (*Client) GetAutomation added in v1.0.0

func (m *Client) GetAutomation(arg0 context.Context, arg1 int64) (zendesk.Automation, error)

GetAutomation mocks base method.

func (*Client) GetAutomations added in v1.0.0

func (m *Client) GetAutomations(arg0 context.Context, arg1 *zendesk.AutomationListOptions) ([]zendesk.Automation, zendesk.Page, error)

GetAutomations mocks base method.

func (*Client) GetBrand added in v1.0.0

func (m *Client) GetBrand(arg0 context.Context, arg1 int64) (zendesk.Brand, error)

GetBrand mocks base method.

func (*Client) GetCustomRoles added in v1.0.0

func (m *Client) GetCustomRoles(arg0 context.Context) ([]zendesk.CustomRole, error)

GetCustomRoles mocks base method.

func (*Client) GetDynamicContentItem added in v1.0.0

func (m *Client) GetDynamicContentItem(arg0 context.Context, arg1 int64) (zendesk.DynamicContentItem, error)

GetDynamicContentItem mocks base method.

func (*Client) GetDynamicContentItems added in v1.0.0

func (m *Client) GetDynamicContentItems(arg0 context.Context) ([]zendesk.DynamicContentItem, zendesk.Page, error)

GetDynamicContentItems mocks base method.

func (*Client) GetGroup added in v1.0.0

func (m *Client) GetGroup(arg0 context.Context, arg1 int64) (zendesk.Group, error)

GetGroup mocks base method.

func (*Client) GetGroupMemberships added in v1.0.0

GetGroupMemberships mocks base method.

func (*Client) GetGroups

func (m *Client) GetGroups(arg0 context.Context) ([]zendesk.Group, zendesk.Page, error)

GetGroups mocks base method.

func (*Client) GetLocales

func (m *Client) GetLocales(arg0 context.Context) ([]zendesk.Locale, error)

GetLocales mocks base method.

func (*Client) GetMacro added in v1.0.0

func (m *Client) GetMacro(arg0 context.Context, arg1 int64) (zendesk.Macro, error)

GetMacro mocks base method.

func (*Client) GetMacros added in v1.0.0

func (m *Client) GetMacros(arg0 context.Context, arg1 *zendesk.MacroListOptions) ([]zendesk.Macro, zendesk.Page, error)

GetMacros mocks base method.

func (*Client) GetManyUsers added in v1.0.0

func (m *Client) GetManyUsers(arg0 context.Context, arg1 *zendesk.GetManyUsersOptions) ([]zendesk.User, zendesk.Page, error)

GetManyUsers mocks base method.

func (*Client) GetMultipleTickets added in v1.0.0

func (m *Client) GetMultipleTickets(arg0 context.Context, arg1 []int64) ([]zendesk.Ticket, error)

GetMultipleTickets mocks base method.

func (*Client) GetOrganization added in v1.0.0

func (m *Client) GetOrganization(arg0 context.Context, arg1 int64) (zendesk.Organization, error)

GetOrganization mocks base method.

func (*Client) GetOrganizationMemberships added in v1.0.0

GetOrganizationMemberships mocks base method.

func (*Client) GetOrganizationTags added in v1.0.0

func (m *Client) GetOrganizationTags(arg0 context.Context, arg1 int64) ([]zendesk.Tag, error)

GetOrganizationTags mocks base method.

func (*Client) GetOrganizations added in v1.0.0

func (m *Client) GetOrganizations(arg0 context.Context, arg1 *zendesk.OrganizationListOptions) ([]zendesk.Organization, zendesk.Page, error)

GetOrganizations mocks base method.

func (*Client) GetSLAPolicies added in v1.0.0

func (m *Client) GetSLAPolicies(arg0 context.Context, arg1 *zendesk.SLAPolicyListOptions) ([]zendesk.SLAPolicy, zendesk.Page, error)

GetSLAPolicies mocks base method.

func (*Client) GetSLAPolicy added in v1.0.0

func (m *Client) GetSLAPolicy(arg0 context.Context, arg1 int64) (zendesk.SLAPolicy, error)

GetSLAPolicy mocks base method.

func (*Client) GetTarget added in v1.0.0

func (m *Client) GetTarget(arg0 context.Context, arg1 int64) (zendesk.Target, error)

GetTarget mocks base method.

func (*Client) GetTargets added in v1.0.0

func (m *Client) GetTargets(arg0 context.Context) ([]zendesk.Target, zendesk.Page, error)

GetTargets mocks base method.

func (*Client) GetTicket added in v1.0.0

func (m *Client) GetTicket(arg0 context.Context, arg1 int64) (zendesk.Ticket, error)

GetTicket mocks base method.

func (*Client) GetTicketAudit added in v1.0.0

func (m *Client) GetTicketAudit(arg0 context.Context, arg1, arg2 int64) (zendesk.TicketAudit, error)

GetTicketAudit mocks base method.

func (*Client) GetTicketAudits added in v1.0.0

func (m *Client) GetTicketAudits(arg0 context.Context, arg1 int64, arg2 zendesk.PageOptions) ([]zendesk.TicketAudit, zendesk.Page, error)

GetTicketAudits mocks base method.

func (*Client) GetTicketField

func (m *Client) GetTicketField(arg0 context.Context, arg1 int64) (zendesk.TicketField, error)

GetTicketField mocks base method.

func (*Client) GetTicketFields

func (m *Client) GetTicketFields(arg0 context.Context) ([]zendesk.TicketField, zendesk.Page, error)

GetTicketFields mocks base method.

func (*Client) GetTicketForm added in v1.0.0

func (m *Client) GetTicketForm(arg0 context.Context, arg1 int64) (zendesk.TicketForm, error)

GetTicketForm mocks base method.

func (*Client) GetTicketForms

func (m *Client) GetTicketForms(arg0 context.Context, arg1 *zendesk.TicketFormListOptions) ([]zendesk.TicketForm, zendesk.Page, error)

GetTicketForms mocks base method.

func (*Client) GetTicketTags added in v1.0.0

func (m *Client) GetTicketTags(arg0 context.Context, arg1 int64) ([]zendesk.Tag, error)

GetTicketTags mocks base method.

func (*Client) GetTickets added in v1.0.0

func (m *Client) GetTickets(arg0 context.Context, arg1 *zendesk.TicketListOptions) ([]zendesk.Ticket, zendesk.Page, error)

GetTickets mocks base method.

func (*Client) GetTicketsFromView added in v1.0.0

func (m *Client) GetTicketsFromView(arg0 context.Context, arg1 int64) ([]zendesk.Ticket, error)

GetTicketsFromView mocks base method.

func (*Client) GetTrigger added in v1.0.0

func (m *Client) GetTrigger(arg0 context.Context, arg1 int64) (zendesk.Trigger, error)

GetTrigger mocks base method.

func (*Client) GetTriggers

func (m *Client) GetTriggers(arg0 context.Context, arg1 *zendesk.TriggerListOptions) ([]zendesk.Trigger, zendesk.Page, error)

GetTriggers mocks base method.

func (*Client) GetUser added in v1.0.0

func (m *Client) GetUser(arg0 context.Context, arg1 int64) (zendesk.User, error)

GetUser mocks base method.

func (*Client) GetUserFields added in v1.0.0

func (m *Client) GetUserFields(arg0 context.Context, arg1 *zendesk.UserFieldListOptions) ([]zendesk.UserField, zendesk.Page, error)

GetUserFields mocks base method.

func (*Client) GetUserRelated added in v1.0.0

func (m *Client) GetUserRelated(arg0 context.Context, arg1 int64) (zendesk.UserRelated, error)

GetUserRelated mocks base method.

func (*Client) GetUserTags added in v1.0.0

func (m *Client) GetUserTags(arg0 context.Context, arg1 int64) ([]zendesk.Tag, error)

GetUserTags mocks base method.

func (*Client) GetUsers

func (m *Client) GetUsers(arg0 context.Context, arg1 *zendesk.UserListOptions) ([]zendesk.User, zendesk.Page, error)

GetUsers mocks base method.

func (*Client) GetView added in v1.0.0

func (m *Client) GetView(arg0 context.Context, arg1 int64) (zendesk.View, error)

GetView mocks base method.

func (*Client) GetViews added in v1.0.0

func (m *Client) GetViews(arg0 context.Context) ([]zendesk.View, zendesk.Page, error)

GetViews mocks base method.

func (*Client) GetWebhook added in v1.0.0

func (m *Client) GetWebhook(arg0 context.Context, arg1 string) (*zendesk.Webhook, error)

GetWebhook mocks base method.

func (*Client) ListTicketComments added in v1.0.0

func (m *Client) ListTicketComments(arg0 context.Context, arg1 int64) ([]zendesk.TicketComment, error)

ListTicketComments mocks base method.

func (*Client) Post added in v1.0.0

func (m *Client) Post(arg0 context.Context, arg1 string, arg2 interface{}) ([]byte, error)

Post mocks base method.

func (*Client) Search added in v1.0.0

Search mocks base method.

func (*Client) SearchCount added in v1.0.0

func (m *Client) SearchCount(arg0 context.Context, arg1 *zendesk.CountOptions) (int, error)

SearchCount mocks base method.

func (*Client) UpdateAutomation added in v1.0.0

func (m *Client) UpdateAutomation(arg0 context.Context, arg1 int64, arg2 zendesk.Automation) (zendesk.Automation, error)

UpdateAutomation mocks base method.

func (*Client) UpdateBrand added in v1.0.0

func (m *Client) UpdateBrand(arg0 context.Context, arg1 int64, arg2 zendesk.Brand) (zendesk.Brand, error)

UpdateBrand mocks base method.

func (*Client) UpdateDynamicContentItem added in v1.0.0

func (m *Client) UpdateDynamicContentItem(arg0 context.Context, arg1 int64, arg2 zendesk.DynamicContentItem) (zendesk.DynamicContentItem, error)

UpdateDynamicContentItem mocks base method.

func (*Client) UpdateGroup added in v1.0.0

func (m *Client) UpdateGroup(arg0 context.Context, arg1 int64, arg2 zendesk.Group) (zendesk.Group, error)

UpdateGroup mocks base method.

func (*Client) UpdateMacro added in v1.0.0

func (m *Client) UpdateMacro(arg0 context.Context, arg1 int64, arg2 zendesk.Macro) (zendesk.Macro, error)

UpdateMacro mocks base method.

func (*Client) UpdateOrganization added in v1.0.0

func (m *Client) UpdateOrganization(arg0 context.Context, arg1 int64, arg2 zendesk.Organization) (zendesk.Organization, error)

UpdateOrganization mocks base method.

func (*Client) UpdateSLAPolicy added in v1.0.0

func (m *Client) UpdateSLAPolicy(arg0 context.Context, arg1 int64, arg2 zendesk.SLAPolicy) (zendesk.SLAPolicy, error)

UpdateSLAPolicy mocks base method.

func (*Client) UpdateTarget added in v1.0.0

func (m *Client) UpdateTarget(arg0 context.Context, arg1 int64, arg2 zendesk.Target) (zendesk.Target, error)

UpdateTarget mocks base method.

func (*Client) UpdateTicket added in v1.0.0

func (m *Client) UpdateTicket(arg0 context.Context, arg1 int64, arg2 zendesk.Ticket) (zendesk.Ticket, error)

UpdateTicket mocks base method.

func (*Client) UpdateTicketField added in v1.0.0

func (m *Client) UpdateTicketField(arg0 context.Context, arg1 int64, arg2 zendesk.TicketField) (zendesk.TicketField, error)

UpdateTicketField mocks base method.

func (*Client) UpdateTicketForm added in v1.0.0

func (m *Client) UpdateTicketForm(arg0 context.Context, arg1 int64, arg2 zendesk.TicketForm) (zendesk.TicketForm, error)

UpdateTicketForm mocks base method.

func (*Client) UpdateTrigger added in v1.0.0

func (m *Client) UpdateTrigger(arg0 context.Context, arg1 int64, arg2 zendesk.Trigger) (zendesk.Trigger, error)

UpdateTrigger mocks base method.

func (*Client) UpdateUser added in v1.0.0

func (m *Client) UpdateUser(arg0 context.Context, arg1 int64, arg2 zendesk.User) (zendesk.User, error)

UpdateUser mocks base method.

func (*Client) UpdateWebhook added in v1.0.0

func (m *Client) UpdateWebhook(arg0 context.Context, arg1 string, arg2 *zendesk.Webhook) error

UpdateWebhook mocks base method.

func (*Client) UploadAttachment added in v1.0.0

func (m *Client) UploadAttachment(arg0 context.Context, arg1, arg2 string) zendesk.UploadWriter

UploadAttachment mocks base method.

type ClientMockRecorder

type ClientMockRecorder struct {
	// contains filtered or unexported fields
}

ClientMockRecorder is the mock recorder for Client.

func (*ClientMockRecorder) AddOrganizationTags added in v1.0.0

func (mr *ClientMockRecorder) AddOrganizationTags(arg0, arg1, arg2 interface{}) *gomock.Call

AddOrganizationTags indicates an expected call of AddOrganizationTags.

func (*ClientMockRecorder) AddTicketTags added in v1.0.0

func (mr *ClientMockRecorder) AddTicketTags(arg0, arg1, arg2 interface{}) *gomock.Call

AddTicketTags indicates an expected call of AddTicketTags.

func (*ClientMockRecorder) AddUserTags added in v1.0.0

func (mr *ClientMockRecorder) AddUserTags(arg0, arg1, arg2 interface{}) *gomock.Call

AddUserTags indicates an expected call of AddUserTags.

func (*ClientMockRecorder) CreateAutomation added in v1.0.0

func (mr *ClientMockRecorder) CreateAutomation(arg0, arg1 interface{}) *gomock.Call

CreateAutomation indicates an expected call of CreateAutomation.

func (*ClientMockRecorder) CreateBrand added in v1.0.0

func (mr *ClientMockRecorder) CreateBrand(arg0, arg1 interface{}) *gomock.Call

CreateBrand indicates an expected call of CreateBrand.

func (*ClientMockRecorder) CreateDynamicContentItem added in v1.0.0

func (mr *ClientMockRecorder) CreateDynamicContentItem(arg0, arg1 interface{}) *gomock.Call

CreateDynamicContentItem indicates an expected call of CreateDynamicContentItem.

func (*ClientMockRecorder) CreateGroup

func (mr *ClientMockRecorder) CreateGroup(arg0, arg1 interface{}) *gomock.Call

CreateGroup indicates an expected call of CreateGroup.

func (*ClientMockRecorder) CreateMacro added in v1.0.0

func (mr *ClientMockRecorder) CreateMacro(arg0, arg1 interface{}) *gomock.Call

CreateMacro indicates an expected call of CreateMacro.

func (*ClientMockRecorder) CreateOrUpdateUser added in v1.0.0

func (mr *ClientMockRecorder) CreateOrUpdateUser(arg0, arg1 interface{}) *gomock.Call

CreateOrUpdateUser indicates an expected call of CreateOrUpdateUser.

func (*ClientMockRecorder) CreateOrganization added in v1.0.0

func (mr *ClientMockRecorder) CreateOrganization(arg0, arg1 interface{}) *gomock.Call

CreateOrganization indicates an expected call of CreateOrganization.

func (*ClientMockRecorder) CreateSLAPolicy added in v1.0.0

func (mr *ClientMockRecorder) CreateSLAPolicy(arg0, arg1 interface{}) *gomock.Call

CreateSLAPolicy indicates an expected call of CreateSLAPolicy.

func (*ClientMockRecorder) CreateTarget added in v1.0.0

func (mr *ClientMockRecorder) CreateTarget(arg0, arg1 interface{}) *gomock.Call

CreateTarget indicates an expected call of CreateTarget.

func (*ClientMockRecorder) CreateTicket added in v1.0.0

func (mr *ClientMockRecorder) CreateTicket(arg0, arg1 interface{}) *gomock.Call

CreateTicket indicates an expected call of CreateTicket.

func (*ClientMockRecorder) CreateTicketComment added in v1.0.0

func (mr *ClientMockRecorder) CreateTicketComment(arg0, arg1, arg2 interface{}) *gomock.Call

CreateTicketComment indicates an expected call of CreateTicketComment.

func (*ClientMockRecorder) CreateTicketField

func (mr *ClientMockRecorder) CreateTicketField(arg0, arg1 interface{}) *gomock.Call

CreateTicketField indicates an expected call of CreateTicketField.

func (*ClientMockRecorder) CreateTicketForm

func (mr *ClientMockRecorder) CreateTicketForm(arg0, arg1 interface{}) *gomock.Call

CreateTicketForm indicates an expected call of CreateTicketForm.

func (*ClientMockRecorder) CreateTrigger

func (mr *ClientMockRecorder) CreateTrigger(arg0, arg1 interface{}) *gomock.Call

CreateTrigger indicates an expected call of CreateTrigger.

func (*ClientMockRecorder) CreateUser

func (mr *ClientMockRecorder) CreateUser(arg0, arg1 interface{}) *gomock.Call

CreateUser indicates an expected call of CreateUser.

func (*ClientMockRecorder) CreateWebhook added in v1.0.0

func (mr *ClientMockRecorder) CreateWebhook(arg0, arg1 interface{}) *gomock.Call

CreateWebhook indicates an expected call of CreateWebhook.

func (*ClientMockRecorder) DeleteAutomation added in v1.0.0

func (mr *ClientMockRecorder) DeleteAutomation(arg0, arg1 interface{}) *gomock.Call

DeleteAutomation indicates an expected call of DeleteAutomation.

func (*ClientMockRecorder) DeleteBrand added in v1.0.0

func (mr *ClientMockRecorder) DeleteBrand(arg0, arg1 interface{}) *gomock.Call

DeleteBrand indicates an expected call of DeleteBrand.

func (*ClientMockRecorder) DeleteDynamicContentItem added in v1.0.0

func (mr *ClientMockRecorder) DeleteDynamicContentItem(arg0, arg1 interface{}) *gomock.Call

DeleteDynamicContentItem indicates an expected call of DeleteDynamicContentItem.

func (*ClientMockRecorder) DeleteGroup added in v1.0.0

func (mr *ClientMockRecorder) DeleteGroup(arg0, arg1 interface{}) *gomock.Call

DeleteGroup indicates an expected call of DeleteGroup.

func (*ClientMockRecorder) DeleteMacro added in v1.0.0

func (mr *ClientMockRecorder) DeleteMacro(arg0, arg1 interface{}) *gomock.Call

DeleteMacro indicates an expected call of DeleteMacro.

func (*ClientMockRecorder) DeleteOrganization added in v1.0.0

func (mr *ClientMockRecorder) DeleteOrganization(arg0, arg1 interface{}) *gomock.Call

DeleteOrganization indicates an expected call of DeleteOrganization.

func (*ClientMockRecorder) DeleteSLAPolicy added in v1.0.0

func (mr *ClientMockRecorder) DeleteSLAPolicy(arg0, arg1 interface{}) *gomock.Call

DeleteSLAPolicy indicates an expected call of DeleteSLAPolicy.

func (*ClientMockRecorder) DeleteTarget added in v1.0.0

func (mr *ClientMockRecorder) DeleteTarget(arg0, arg1 interface{}) *gomock.Call

DeleteTarget indicates an expected call of DeleteTarget.

func (*ClientMockRecorder) DeleteTicket added in v1.0.0

func (mr *ClientMockRecorder) DeleteTicket(arg0, arg1 interface{}) *gomock.Call

DeleteTicket indicates an expected call of DeleteTicket.

func (*ClientMockRecorder) DeleteTicketField added in v1.0.0

func (mr *ClientMockRecorder) DeleteTicketField(arg0, arg1 interface{}) *gomock.Call

DeleteTicketField indicates an expected call of DeleteTicketField.

func (*ClientMockRecorder) DeleteTicketForm added in v1.0.0

func (mr *ClientMockRecorder) DeleteTicketForm(arg0, arg1 interface{}) *gomock.Call

DeleteTicketForm indicates an expected call of DeleteTicketForm.

func (*ClientMockRecorder) DeleteTrigger added in v1.0.0

func (mr *ClientMockRecorder) DeleteTrigger(arg0, arg1 interface{}) *gomock.Call

DeleteTrigger indicates an expected call of DeleteTrigger.

func (*ClientMockRecorder) DeleteUpload added in v1.0.0

func (mr *ClientMockRecorder) DeleteUpload(arg0, arg1 interface{}) *gomock.Call

DeleteUpload indicates an expected call of DeleteUpload.

func (*ClientMockRecorder) DeleteWebhook added in v1.0.0

func (mr *ClientMockRecorder) DeleteWebhook(arg0, arg1 interface{}) *gomock.Call

DeleteWebhook indicates an expected call of DeleteWebhook.

func (*ClientMockRecorder) Get added in v1.0.0

func (mr *ClientMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*ClientMockRecorder) GetAllTicketAudits added in v1.0.0

func (mr *ClientMockRecorder) GetAllTicketAudits(arg0, arg1 interface{}) *gomock.Call

GetAllTicketAudits indicates an expected call of GetAllTicketAudits.

func (*ClientMockRecorder) GetAttachment added in v1.0.0

func (mr *ClientMockRecorder) GetAttachment(arg0, arg1 interface{}) *gomock.Call

GetAttachment indicates an expected call of GetAttachment.

func (*ClientMockRecorder) GetAutomation added in v1.0.0

func (mr *ClientMockRecorder) GetAutomation(arg0, arg1 interface{}) *gomock.Call

GetAutomation indicates an expected call of GetAutomation.

func (*ClientMockRecorder) GetAutomations added in v1.0.0

func (mr *ClientMockRecorder) GetAutomations(arg0, arg1 interface{}) *gomock.Call

GetAutomations indicates an expected call of GetAutomations.

func (*ClientMockRecorder) GetBrand added in v1.0.0

func (mr *ClientMockRecorder) GetBrand(arg0, arg1 interface{}) *gomock.Call

GetBrand indicates an expected call of GetBrand.

func (*ClientMockRecorder) GetCustomRoles added in v1.0.0

func (mr *ClientMockRecorder) GetCustomRoles(arg0 interface{}) *gomock.Call

GetCustomRoles indicates an expected call of GetCustomRoles.

func (*ClientMockRecorder) GetDynamicContentItem added in v1.0.0

func (mr *ClientMockRecorder) GetDynamicContentItem(arg0, arg1 interface{}) *gomock.Call

GetDynamicContentItem indicates an expected call of GetDynamicContentItem.

func (*ClientMockRecorder) GetDynamicContentItems added in v1.0.0

func (mr *ClientMockRecorder) GetDynamicContentItems(arg0 interface{}) *gomock.Call

GetDynamicContentItems indicates an expected call of GetDynamicContentItems.

func (*ClientMockRecorder) GetGroup added in v1.0.0

func (mr *ClientMockRecorder) GetGroup(arg0, arg1 interface{}) *gomock.Call

GetGroup indicates an expected call of GetGroup.

func (*ClientMockRecorder) GetGroupMemberships added in v1.0.0

func (mr *ClientMockRecorder) GetGroupMemberships(arg0, arg1 interface{}) *gomock.Call

GetGroupMemberships indicates an expected call of GetGroupMemberships.

func (*ClientMockRecorder) GetGroups

func (mr *ClientMockRecorder) GetGroups(arg0 interface{}) *gomock.Call

GetGroups indicates an expected call of GetGroups.

func (*ClientMockRecorder) GetLocales

func (mr *ClientMockRecorder) GetLocales(arg0 interface{}) *gomock.Call

GetLocales indicates an expected call of GetLocales.

func (*ClientMockRecorder) GetMacro added in v1.0.0

func (mr *ClientMockRecorder) GetMacro(arg0, arg1 interface{}) *gomock.Call

GetMacro indicates an expected call of GetMacro.

func (*ClientMockRecorder) GetMacros added in v1.0.0

func (mr *ClientMockRecorder) GetMacros(arg0, arg1 interface{}) *gomock.Call

GetMacros indicates an expected call of GetMacros.

func (*ClientMockRecorder) GetManyUsers added in v1.0.0

func (mr *ClientMockRecorder) GetManyUsers(arg0, arg1 interface{}) *gomock.Call

GetManyUsers indicates an expected call of GetManyUsers.

func (*ClientMockRecorder) GetMultipleTickets added in v1.0.0

func (mr *ClientMockRecorder) GetMultipleTickets(arg0, arg1 interface{}) *gomock.Call

GetMultipleTickets indicates an expected call of GetMultipleTickets.

func (*ClientMockRecorder) GetOrganization added in v1.0.0

func (mr *ClientMockRecorder) GetOrganization(arg0, arg1 interface{}) *gomock.Call

GetOrganization indicates an expected call of GetOrganization.

func (*ClientMockRecorder) GetOrganizationMemberships added in v1.0.0

func (mr *ClientMockRecorder) GetOrganizationMemberships(arg0, arg1 interface{}) *gomock.Call

GetOrganizationMemberships indicates an expected call of GetOrganizationMemberships.

func (*ClientMockRecorder) GetOrganizationTags added in v1.0.0

func (mr *ClientMockRecorder) GetOrganizationTags(arg0, arg1 interface{}) *gomock.Call

GetOrganizationTags indicates an expected call of GetOrganizationTags.

func (*ClientMockRecorder) GetOrganizations added in v1.0.0

func (mr *ClientMockRecorder) GetOrganizations(arg0, arg1 interface{}) *gomock.Call

GetOrganizations indicates an expected call of GetOrganizations.

func (*ClientMockRecorder) GetSLAPolicies added in v1.0.0

func (mr *ClientMockRecorder) GetSLAPolicies(arg0, arg1 interface{}) *gomock.Call

GetSLAPolicies indicates an expected call of GetSLAPolicies.

func (*ClientMockRecorder) GetSLAPolicy added in v1.0.0

func (mr *ClientMockRecorder) GetSLAPolicy(arg0, arg1 interface{}) *gomock.Call

GetSLAPolicy indicates an expected call of GetSLAPolicy.

func (*ClientMockRecorder) GetTarget added in v1.0.0

func (mr *ClientMockRecorder) GetTarget(arg0, arg1 interface{}) *gomock.Call

GetTarget indicates an expected call of GetTarget.

func (*ClientMockRecorder) GetTargets added in v1.0.0

func (mr *ClientMockRecorder) GetTargets(arg0 interface{}) *gomock.Call

GetTargets indicates an expected call of GetTargets.

func (*ClientMockRecorder) GetTicket added in v1.0.0

func (mr *ClientMockRecorder) GetTicket(arg0, arg1 interface{}) *gomock.Call

GetTicket indicates an expected call of GetTicket.

func (*ClientMockRecorder) GetTicketAudit added in v1.0.0

func (mr *ClientMockRecorder) GetTicketAudit(arg0, arg1, arg2 interface{}) *gomock.Call

GetTicketAudit indicates an expected call of GetTicketAudit.

func (*ClientMockRecorder) GetTicketAudits added in v1.0.0

func (mr *ClientMockRecorder) GetTicketAudits(arg0, arg1, arg2 interface{}) *gomock.Call

GetTicketAudits indicates an expected call of GetTicketAudits.

func (*ClientMockRecorder) GetTicketField

func (mr *ClientMockRecorder) GetTicketField(arg0, arg1 interface{}) *gomock.Call

GetTicketField indicates an expected call of GetTicketField.

func (*ClientMockRecorder) GetTicketFields

func (mr *ClientMockRecorder) GetTicketFields(arg0 interface{}) *gomock.Call

GetTicketFields indicates an expected call of GetTicketFields.

func (*ClientMockRecorder) GetTicketForm added in v1.0.0

func (mr *ClientMockRecorder) GetTicketForm(arg0, arg1 interface{}) *gomock.Call

GetTicketForm indicates an expected call of GetTicketForm.

func (*ClientMockRecorder) GetTicketForms

func (mr *ClientMockRecorder) GetTicketForms(arg0, arg1 interface{}) *gomock.Call

GetTicketForms indicates an expected call of GetTicketForms.

func (*ClientMockRecorder) GetTicketTags added in v1.0.0

func (mr *ClientMockRecorder) GetTicketTags(arg0, arg1 interface{}) *gomock.Call

GetTicketTags indicates an expected call of GetTicketTags.

func (*ClientMockRecorder) GetTickets added in v1.0.0

func (mr *ClientMockRecorder) GetTickets(arg0, arg1 interface{}) *gomock.Call

GetTickets indicates an expected call of GetTickets.

func (*ClientMockRecorder) GetTicketsFromView added in v1.0.0

func (mr *ClientMockRecorder) GetTicketsFromView(arg0, arg1 interface{}) *gomock.Call

GetTicketsFromView indicates an expected call of GetTicketsFromView.

func (*ClientMockRecorder) GetTrigger added in v1.0.0

func (mr *ClientMockRecorder) GetTrigger(arg0, arg1 interface{}) *gomock.Call

GetTrigger indicates an expected call of GetTrigger.

func (*ClientMockRecorder) GetTriggers

func (mr *ClientMockRecorder) GetTriggers(arg0, arg1 interface{}) *gomock.Call

GetTriggers indicates an expected call of GetTriggers.

func (*ClientMockRecorder) GetUser added in v1.0.0

func (mr *ClientMockRecorder) GetUser(arg0, arg1 interface{}) *gomock.Call

GetUser indicates an expected call of GetUser.

func (*ClientMockRecorder) GetUserFields added in v1.0.0

func (mr *ClientMockRecorder) GetUserFields(arg0, arg1 interface{}) *gomock.Call

GetUserFields indicates an expected call of GetUserFields.

func (*ClientMockRecorder) GetUserRelated added in v1.0.0

func (mr *ClientMockRecorder) GetUserRelated(arg0, arg1 interface{}) *gomock.Call

GetUserRelated indicates an expected call of GetUserRelated.

func (*ClientMockRecorder) GetUserTags added in v1.0.0

func (mr *ClientMockRecorder) GetUserTags(arg0, arg1 interface{}) *gomock.Call

GetUserTags indicates an expected call of GetUserTags.

func (*ClientMockRecorder) GetUsers

func (mr *ClientMockRecorder) GetUsers(arg0, arg1 interface{}) *gomock.Call

GetUsers indicates an expected call of GetUsers.

func (*ClientMockRecorder) GetView added in v1.0.0

func (mr *ClientMockRecorder) GetView(arg0, arg1 interface{}) *gomock.Call

GetView indicates an expected call of GetView.

func (*ClientMockRecorder) GetViews added in v1.0.0

func (mr *ClientMockRecorder) GetViews(arg0 interface{}) *gomock.Call

GetViews indicates an expected call of GetViews.

func (*ClientMockRecorder) GetWebhook added in v1.0.0

func (mr *ClientMockRecorder) GetWebhook(arg0, arg1 interface{}) *gomock.Call

GetWebhook indicates an expected call of GetWebhook.

func (*ClientMockRecorder) ListTicketComments added in v1.0.0

func (mr *ClientMockRecorder) ListTicketComments(arg0, arg1 interface{}) *gomock.Call

ListTicketComments indicates an expected call of ListTicketComments.

func (*ClientMockRecorder) Post added in v1.0.0

func (mr *ClientMockRecorder) Post(arg0, arg1, arg2 interface{}) *gomock.Call

Post indicates an expected call of Post.

func (*ClientMockRecorder) Search added in v1.0.0

func (mr *ClientMockRecorder) Search(arg0, arg1 interface{}) *gomock.Call

Search indicates an expected call of Search.

func (*ClientMockRecorder) SearchCount added in v1.0.0

func (mr *ClientMockRecorder) SearchCount(arg0, arg1 interface{}) *gomock.Call

SearchCount indicates an expected call of SearchCount.

func (*ClientMockRecorder) UpdateAutomation added in v1.0.0

func (mr *ClientMockRecorder) UpdateAutomation(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateAutomation indicates an expected call of UpdateAutomation.

func (*ClientMockRecorder) UpdateBrand added in v1.0.0

func (mr *ClientMockRecorder) UpdateBrand(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateBrand indicates an expected call of UpdateBrand.

func (*ClientMockRecorder) UpdateDynamicContentItem added in v1.0.0

func (mr *ClientMockRecorder) UpdateDynamicContentItem(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateDynamicContentItem indicates an expected call of UpdateDynamicContentItem.

func (*ClientMockRecorder) UpdateGroup added in v1.0.0

func (mr *ClientMockRecorder) UpdateGroup(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateGroup indicates an expected call of UpdateGroup.

func (*ClientMockRecorder) UpdateMacro added in v1.0.0

func (mr *ClientMockRecorder) UpdateMacro(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateMacro indicates an expected call of UpdateMacro.

func (*ClientMockRecorder) UpdateOrganization added in v1.0.0

func (mr *ClientMockRecorder) UpdateOrganization(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateOrganization indicates an expected call of UpdateOrganization.

func (*ClientMockRecorder) UpdateSLAPolicy added in v1.0.0

func (mr *ClientMockRecorder) UpdateSLAPolicy(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateSLAPolicy indicates an expected call of UpdateSLAPolicy.

func (*ClientMockRecorder) UpdateTarget added in v1.0.0

func (mr *ClientMockRecorder) UpdateTarget(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateTarget indicates an expected call of UpdateTarget.

func (*ClientMockRecorder) UpdateTicket added in v1.0.0

func (mr *ClientMockRecorder) UpdateTicket(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateTicket indicates an expected call of UpdateTicket.

func (*ClientMockRecorder) UpdateTicketField added in v1.0.0

func (mr *ClientMockRecorder) UpdateTicketField(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateTicketField indicates an expected call of UpdateTicketField.

func (*ClientMockRecorder) UpdateTicketForm added in v1.0.0

func (mr *ClientMockRecorder) UpdateTicketForm(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateTicketForm indicates an expected call of UpdateTicketForm.

func (*ClientMockRecorder) UpdateTrigger added in v1.0.0

func (mr *ClientMockRecorder) UpdateTrigger(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateTrigger indicates an expected call of UpdateTrigger.

func (*ClientMockRecorder) UpdateUser added in v1.0.0

func (mr *ClientMockRecorder) UpdateUser(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateUser indicates an expected call of UpdateUser.

func (*ClientMockRecorder) UpdateWebhook added in v1.0.0

func (mr *ClientMockRecorder) UpdateWebhook(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateWebhook indicates an expected call of UpdateWebhook.

func (*ClientMockRecorder) UploadAttachment added in v1.0.0

func (mr *ClientMockRecorder) UploadAttachment(arg0, arg1, arg2 interface{}) *gomock.Call

UploadAttachment indicates an expected call of UploadAttachment.

Jump to

Keyboard shortcuts

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