mocks

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SDK

type SDK struct {
	mock.Mock
}

SDK is an autogenerated mock type for the SDK type

func NewSDK

func NewSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *SDK

NewSDK creates a new instance of SDK. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*SDK) AcceptInvitation

func (_m *SDK) AcceptInvitation(domainID string, token string) error

AcceptInvitation provides a mock function with given fields: domainID, token

func (*SDK) AddBootstrap

func (_m *SDK) AddBootstrap(cfg sdk.BootstrapConfig, domainID string, token string) (string, errors.SDKError)

AddBootstrap provides a mock function with given fields: cfg, domainID, token

func (*SDK) AddUserGroupToChannel

func (_m *SDK) AddUserGroupToChannel(channelID string, req sdk.UserGroupsRequest, domainID string, token string) errors.SDKError

AddUserGroupToChannel provides a mock function with given fields: channelID, req, domainID, token

func (*SDK) AddUserToChannel

func (_m *SDK) AddUserToChannel(channelID string, req sdk.UsersRelationRequest, domainID string, token string) errors.SDKError

AddUserToChannel provides a mock function with given fields: channelID, req, domainID, token

func (*SDK) AddUserToDomain

func (_m *SDK) AddUserToDomain(domainID string, req sdk.UsersRelationRequest, token string) errors.SDKError

AddUserToDomain provides a mock function with given fields: domainID, req, token

func (*SDK) AddUserToGroup

func (_m *SDK) AddUserToGroup(groupID string, req sdk.UsersRelationRequest, domainID string, token string) errors.SDKError

AddUserToGroup provides a mock function with given fields: groupID, req, domainID, token

func (*SDK) Bootstrap

func (_m *SDK) Bootstrap(externalID string, externalKey string) (sdk.BootstrapConfig, errors.SDKError)

Bootstrap provides a mock function with given fields: externalID, externalKey

func (*SDK) BootstrapSecure

func (_m *SDK) BootstrapSecure(externalID string, externalKey string, cryptoKey string) (sdk.BootstrapConfig, errors.SDKError)

BootstrapSecure provides a mock function with given fields: externalID, externalKey, cryptoKey

func (*SDK) Bootstraps

func (_m *SDK) Bootstraps(pm sdk.PageMetadata, domainID string, token string) (sdk.BootstrapPage, errors.SDKError)

Bootstraps provides a mock function with given fields: pm, domainID, token

func (*SDK) Channel

func (_m *SDK) Channel(id string, domainID string, token string) (sdk.Channel, errors.SDKError)

Channel provides a mock function with given fields: id, domainID, token

func (*SDK) ChannelPermissions

func (_m *SDK) ChannelPermissions(id string, domainID string, token string) (sdk.Channel, errors.SDKError)

ChannelPermissions provides a mock function with given fields: id, domainID, token

func (*SDK) Channels

func (_m *SDK) Channels(pm sdk.PageMetadata, domainID string, token string) (sdk.ChannelsPage, errors.SDKError)

Channels provides a mock function with given fields: pm, domainID, token

func (*SDK) ChannelsByClient

func (_m *SDK) ChannelsByClient(clientID string, pm sdk.PageMetadata, domainID string, token string) (sdk.ChannelsPage, errors.SDKError)

ChannelsByClient provides a mock function with given fields: clientID, pm, domainID, token

func (*SDK) Children

func (_m *SDK) Children(id string, pm sdk.PageMetadata, domainID string, token string) (sdk.GroupsPage, errors.SDKError)

Children provides a mock function with given fields: id, pm, domainID, token

func (*SDK) Client

func (_m *SDK) Client(id string, domainID string, token string) (sdk.Client, errors.SDKError)

Client provides a mock function with given fields: id, domainID, token

func (*SDK) ClientPermissions

func (_m *SDK) ClientPermissions(id string, domainID string, token string) (sdk.Client, errors.SDKError)

ClientPermissions provides a mock function with given fields: id, domainID, token

func (*SDK) Clients

func (_m *SDK) Clients(pm sdk.PageMetadata, domainID string, token string) (sdk.ClientsPage, errors.SDKError)

Clients provides a mock function with given fields: pm, domainID, token

func (*SDK) ClientsByChannel

func (_m *SDK) ClientsByChannel(chanID string, pm sdk.PageMetadata, domainID string, token string) (sdk.ClientsPage, errors.SDKError)

ClientsByChannel provides a mock function with given fields: chanID, pm, domainID, token

func (*SDK) Connect

func (_m *SDK) Connect(conns sdk.Connection, domainID string, token string) errors.SDKError

Connect provides a mock function with given fields: conns, domainID, token

func (*SDK) ConnectClient

func (_m *SDK) ConnectClient(clientID string, chanID string, connTypes []string, domainID string, token string) errors.SDKError

ConnectClient provides a mock function with given fields: clientID, chanID, connTypes, domainID, token

func (*SDK) CreateChannel

func (_m *SDK) CreateChannel(channel sdk.Channel, domainID string, token string) (sdk.Channel, errors.SDKError)

CreateChannel provides a mock function with given fields: channel, domainID, token

func (*SDK) CreateClient

func (_m *SDK) CreateClient(client sdk.Client, domainID string, token string) (sdk.Client, errors.SDKError)

CreateClient provides a mock function with given fields: client, domainID, token

func (*SDK) CreateClients

func (_m *SDK) CreateClients(client []sdk.Client, domainID string, token string) ([]sdk.Client, errors.SDKError)

CreateClients provides a mock function with given fields: client, domainID, token

func (*SDK) CreateDomain

func (_m *SDK) CreateDomain(d sdk.Domain, token string) (sdk.Domain, errors.SDKError)

CreateDomain provides a mock function with given fields: d, token

func (*SDK) CreateGroup

func (_m *SDK) CreateGroup(group sdk.Group, domainID string, token string) (sdk.Group, errors.SDKError)

CreateGroup provides a mock function with given fields: group, domainID, token

func (*SDK) CreateSubscription

func (_m *SDK) CreateSubscription(topic string, contact string, token string) (string, errors.SDKError)

CreateSubscription provides a mock function with given fields: topic, contact, token

func (*SDK) CreateToken

func (_m *SDK) CreateToken(lt sdk.Login) (sdk.Token, errors.SDKError)

CreateToken provides a mock function with given fields: lt

func (*SDK) CreateUser

func (_m *SDK) CreateUser(user sdk.User, token string) (sdk.User, errors.SDKError)

CreateUser provides a mock function with given fields: user, token

func (*SDK) DeleteChannel

func (_m *SDK) DeleteChannel(id string, domainID string, token string) errors.SDKError

DeleteChannel provides a mock function with given fields: id, domainID, token

func (*SDK) DeleteClient

func (_m *SDK) DeleteClient(id string, domainID string, token string) errors.SDKError

DeleteClient provides a mock function with given fields: id, domainID, token

func (*SDK) DeleteGroup

func (_m *SDK) DeleteGroup(id string, domainID string, token string) errors.SDKError

DeleteGroup provides a mock function with given fields: id, domainID, token

func (*SDK) DeleteInvitation

func (_m *SDK) DeleteInvitation(userID string, domainID string, token string) error

DeleteInvitation provides a mock function with given fields: userID, domainID, token

func (*SDK) DeleteSubscription

func (_m *SDK) DeleteSubscription(id string, token string) errors.SDKError

DeleteSubscription provides a mock function with given fields: id, token

func (*SDK) DeleteUser

func (_m *SDK) DeleteUser(id string, token string) errors.SDKError

DeleteUser provides a mock function with given fields: id, token

func (*SDK) DisableChannel

func (_m *SDK) DisableChannel(id string, domainID string, token string) (sdk.Channel, errors.SDKError)

DisableChannel provides a mock function with given fields: id, domainID, token

func (*SDK) DisableClient

func (_m *SDK) DisableClient(id string, domainID string, token string) (sdk.Client, errors.SDKError)

DisableClient provides a mock function with given fields: id, domainID, token

func (*SDK) DisableDomain

func (_m *SDK) DisableDomain(domainID string, token string) errors.SDKError

DisableDomain provides a mock function with given fields: domainID, token

func (*SDK) DisableGroup

func (_m *SDK) DisableGroup(id string, domainID string, token string) (sdk.Group, errors.SDKError)

DisableGroup provides a mock function with given fields: id, domainID, token

func (*SDK) DisableUser

func (_m *SDK) DisableUser(id string, token string) (sdk.User, errors.SDKError)

DisableUser provides a mock function with given fields: id, token

func (*SDK) Disconnect

func (_m *SDK) Disconnect(connIDs sdk.Connection, domainID string, token string) errors.SDKError

Disconnect provides a mock function with given fields: connIDs, domainID, token

func (*SDK) DisconnectClient

func (_m *SDK) DisconnectClient(clientID string, chanID string, connTypes []string, domainID string, token string) errors.SDKError

DisconnectClient provides a mock function with given fields: clientID, chanID, connTypes, domainID, token

func (*SDK) Domain

func (_m *SDK) Domain(domainID string, token string) (sdk.Domain, errors.SDKError)

Domain provides a mock function with given fields: domainID, token

func (*SDK) DomainPermissions

func (_m *SDK) DomainPermissions(domainID string, token string) (sdk.Domain, errors.SDKError)

DomainPermissions provides a mock function with given fields: domainID, token

func (*SDK) Domains

func (_m *SDK) Domains(pm sdk.PageMetadata, token string) (sdk.DomainsPage, errors.SDKError)

Domains provides a mock function with given fields: pm, token

func (*SDK) EXPECT

func (_m *SDK) EXPECT() *SDK_Expecter

func (*SDK) EnableChannel

func (_m *SDK) EnableChannel(id string, domainID string, token string) (sdk.Channel, errors.SDKError)

EnableChannel provides a mock function with given fields: id, domainID, token

func (*SDK) EnableClient

func (_m *SDK) EnableClient(id string, domainID string, token string) (sdk.Client, errors.SDKError)

EnableClient provides a mock function with given fields: id, domainID, token

func (*SDK) EnableDomain

func (_m *SDK) EnableDomain(domainID string, token string) errors.SDKError

EnableDomain provides a mock function with given fields: domainID, token

func (*SDK) EnableGroup

func (_m *SDK) EnableGroup(id string, domainID string, token string) (sdk.Group, errors.SDKError)

EnableGroup provides a mock function with given fields: id, domainID, token

func (*SDK) EnableUser

func (_m *SDK) EnableUser(id string, token string) (sdk.User, errors.SDKError)

EnableUser provides a mock function with given fields: id, token

func (*SDK) Group

func (_m *SDK) Group(id string, domainID string, token string) (sdk.Group, errors.SDKError)

Group provides a mock function with given fields: id, domainID, token

func (*SDK) GroupPermissions

func (_m *SDK) GroupPermissions(id string, domainID string, token string) (sdk.Group, errors.SDKError)

GroupPermissions provides a mock function with given fields: id, domainID, token

func (*SDK) Groups

func (_m *SDK) Groups(pm sdk.PageMetadata, domainID string, token string) (sdk.GroupsPage, errors.SDKError)

Groups provides a mock function with given fields: pm, domainID, token

func (*SDK) Health

func (_m *SDK) Health(service string) (sdk.HealthInfo, errors.SDKError)

Health provides a mock function with given fields: service

func (*SDK) Invitation

func (_m *SDK) Invitation(userID string, domainID string, token string) (sdk.Invitation, error)

Invitation provides a mock function with given fields: userID, domainID, token

func (*SDK) Invitations

func (_m *SDK) Invitations(pm sdk.PageMetadata, token string) (sdk.InvitationPage, error)

Invitations provides a mock function with given fields: pm, token

func (*SDK) IssueCert

func (_m *SDK) IssueCert(clientID string, validity string, domainID string, token string) (sdk.Cert, errors.SDKError)

IssueCert provides a mock function with given fields: clientID, validity, domainID, token

func (*SDK) Journal

func (_m *SDK) Journal(entityType string, entityID string, domainID string, pm sdk.PageMetadata, token string) (sdk.JournalsPage, error)

Journal provides a mock function with given fields: entityType, entityID, domainID, pm, token

func (*SDK) ListChannelUserGroups

func (_m *SDK) ListChannelUserGroups(channelID string, pm sdk.PageMetadata, domainID string, token string) (sdk.GroupsPage, errors.SDKError)

ListChannelUserGroups provides a mock function with given fields: channelID, pm, domainID, token

func (*SDK) ListChannelUsers

func (_m *SDK) ListChannelUsers(channelID string, pm sdk.PageMetadata, domainID string, token string) (sdk.UsersPage, errors.SDKError)

ListChannelUsers provides a mock function with given fields: channelID, pm, domainID, token

func (*SDK) ListClientUsers

func (_m *SDK) ListClientUsers(id string, pm sdk.PageMetadata, domainID string, token string) (sdk.UsersPage, errors.SDKError)

ListClientUsers provides a mock function with given fields: id, pm, domainID, token

func (*SDK) ListDomainUsers

func (_m *SDK) ListDomainUsers(domainID string, pm sdk.PageMetadata, token string) (sdk.UsersPage, errors.SDKError)

ListDomainUsers provides a mock function with given fields: domainID, pm, token

func (*SDK) ListGroupChannels

func (_m *SDK) ListGroupChannels(groupID string, pm sdk.PageMetadata, domainID string, token string) (sdk.ChannelsPage, errors.SDKError)

ListGroupChannels provides a mock function with given fields: groupID, pm, domainID, token

func (*SDK) ListGroupUsers

func (_m *SDK) ListGroupUsers(groupID string, pm sdk.PageMetadata, domainID string, token string) (sdk.UsersPage, errors.SDKError)

ListGroupUsers provides a mock function with given fields: groupID, pm, domainID, token

func (*SDK) ListSubscriptions

func (_m *SDK) ListSubscriptions(pm sdk.PageMetadata, token string) (sdk.SubscriptionPage, errors.SDKError)

ListSubscriptions provides a mock function with given fields: pm, token

func (*SDK) ListUserChannels

func (_m *SDK) ListUserChannels(userID string, pm sdk.PageMetadata, token string) (sdk.ChannelsPage, errors.SDKError)

ListUserChannels provides a mock function with given fields: userID, pm, token

func (*SDK) ListUserClients

func (_m *SDK) ListUserClients(userID string, pm sdk.PageMetadata, token string) (sdk.ClientsPage, errors.SDKError)

ListUserClients provides a mock function with given fields: userID, pm, token

func (*SDK) ListUserDomains

func (_m *SDK) ListUserDomains(userID string, pm sdk.PageMetadata, token string) (sdk.DomainsPage, errors.SDKError)

ListUserDomains provides a mock function with given fields: userID, pm, token

func (*SDK) ListUserGroups

func (_m *SDK) ListUserGroups(userID string, pm sdk.PageMetadata, token string) (sdk.GroupsPage, errors.SDKError)

ListUserGroups provides a mock function with given fields: userID, pm, token

func (*SDK) Members

func (_m *SDK) Members(groupID string, meta sdk.PageMetadata, token string) (sdk.UsersPage, errors.SDKError)

Members provides a mock function with given fields: groupID, meta, token

func (*SDK) Parents

func (_m *SDK) Parents(id string, pm sdk.PageMetadata, domainID string, token string) (sdk.GroupsPage, errors.SDKError)

Parents provides a mock function with given fields: id, pm, domainID, token

func (*SDK) ReadMessages

func (_m *SDK) ReadMessages(pm sdk.MessagePageMetadata, chanID string, domainID string, token string) (sdk.MessagesPage, errors.SDKError)

ReadMessages provides a mock function with given fields: pm, chanID, domainID, token

func (*SDK) RefreshToken

func (_m *SDK) RefreshToken(token string) (sdk.Token, errors.SDKError)

RefreshToken provides a mock function with given fields: token

func (*SDK) RejectInvitation

func (_m *SDK) RejectInvitation(domainID string, token string) error

RejectInvitation provides a mock function with given fields: domainID, token

func (*SDK) RemoveBootstrap

func (_m *SDK) RemoveBootstrap(id string, domainID string, token string) errors.SDKError

RemoveBootstrap provides a mock function with given fields: id, domainID, token

func (*SDK) RemoveUserFromChannel

func (_m *SDK) RemoveUserFromChannel(channelID string, req sdk.UsersRelationRequest, domainID string, token string) errors.SDKError

RemoveUserFromChannel provides a mock function with given fields: channelID, req, domainID, token

func (*SDK) RemoveUserFromDomain

func (_m *SDK) RemoveUserFromDomain(domainID string, userID string, token string) errors.SDKError

RemoveUserFromDomain provides a mock function with given fields: domainID, userID, token

func (*SDK) RemoveUserFromGroup

func (_m *SDK) RemoveUserFromGroup(groupID string, req sdk.UsersRelationRequest, domainID string, token string) errors.SDKError

RemoveUserFromGroup provides a mock function with given fields: groupID, req, domainID, token

func (*SDK) RemoveUserGroupFromChannel

func (_m *SDK) RemoveUserGroupFromChannel(channelID string, req sdk.UserGroupsRequest, domainID string, token string) errors.SDKError

RemoveUserGroupFromChannel provides a mock function with given fields: channelID, req, domainID, token

func (*SDK) ResetPassword

func (_m *SDK) ResetPassword(password string, confPass string, token string) errors.SDKError

ResetPassword provides a mock function with given fields: password, confPass, token

func (*SDK) ResetPasswordRequest

func (_m *SDK) ResetPasswordRequest(email string) errors.SDKError

ResetPasswordRequest provides a mock function with given fields: email

func (*SDK) RevokeCert

func (_m *SDK) RevokeCert(clientID string, domainID string, token string) (time.Time, errors.SDKError)

RevokeCert provides a mock function with given fields: clientID, domainID, token

func (*SDK) SearchUsers

func (_m *SDK) SearchUsers(pm sdk.PageMetadata, token string) (sdk.UsersPage, errors.SDKError)

SearchUsers provides a mock function with given fields: pm, token

func (*SDK) SendInvitation

func (_m *SDK) SendInvitation(invitation sdk.Invitation, token string) error

SendInvitation provides a mock function with given fields: invitation, token

func (*SDK) SendMessage

func (_m *SDK) SendMessage(chanID string, msg string, key string) errors.SDKError

SendMessage provides a mock function with given fields: chanID, msg, key

func (*SDK) SetContentType

func (_m *SDK) SetContentType(ct sdk.ContentType) errors.SDKError

SetContentType provides a mock function with given fields: ct

func (*SDK) ShareClient

func (_m *SDK) ShareClient(id string, req sdk.UsersRelationRequest, domainID string, token string) errors.SDKError

ShareClient provides a mock function with given fields: id, req, domainID, token

func (*SDK) UnshareClient

func (_m *SDK) UnshareClient(id string, req sdk.UsersRelationRequest, domainID string, token string) errors.SDKError

UnshareClient provides a mock function with given fields: id, req, domainID, token

func (*SDK) UpdateBootstrap

func (_m *SDK) UpdateBootstrap(cfg sdk.BootstrapConfig, domainID string, token string) errors.SDKError

UpdateBootstrap provides a mock function with given fields: cfg, domainID, token

func (*SDK) UpdateBootstrapCerts

func (_m *SDK) UpdateBootstrapCerts(id string, clientCert string, clientKey string, ca string, domainID string, token string) (sdk.BootstrapConfig, errors.SDKError)

UpdateBootstrapCerts provides a mock function with given fields: id, clientCert, clientKey, ca, domainID, token

func (*SDK) UpdateBootstrapConnection

func (_m *SDK) UpdateBootstrapConnection(id string, channels []string, domainID string, token string) errors.SDKError

UpdateBootstrapConnection provides a mock function with given fields: id, channels, domainID, token

func (*SDK) UpdateChannel

func (_m *SDK) UpdateChannel(channel sdk.Channel, domainID string, token string) (sdk.Channel, errors.SDKError)

UpdateChannel provides a mock function with given fields: channel, domainID, token

func (*SDK) UpdateClient

func (_m *SDK) UpdateClient(client sdk.Client, domainID string, token string) (sdk.Client, errors.SDKError)

UpdateClient provides a mock function with given fields: client, domainID, token

func (*SDK) UpdateClientSecret

func (_m *SDK) UpdateClientSecret(id string, secret string, domainID string, token string) (sdk.Client, errors.SDKError)

UpdateClientSecret provides a mock function with given fields: id, secret, domainID, token

func (*SDK) UpdateClientTags

func (_m *SDK) UpdateClientTags(client sdk.Client, domainID string, token string) (sdk.Client, errors.SDKError)

UpdateClientTags provides a mock function with given fields: client, domainID, token

func (*SDK) UpdateDomain

func (_m *SDK) UpdateDomain(d sdk.Domain, token string) (sdk.Domain, errors.SDKError)

UpdateDomain provides a mock function with given fields: d, token

func (*SDK) UpdateGroup

func (_m *SDK) UpdateGroup(group sdk.Group, domainID string, token string) (sdk.Group, errors.SDKError)

UpdateGroup provides a mock function with given fields: group, domainID, token

func (*SDK) UpdatePassword

func (_m *SDK) UpdatePassword(oldPass string, newPass string, token string) (sdk.User, errors.SDKError)

UpdatePassword provides a mock function with given fields: oldPass, newPass, token

func (*SDK) UpdateProfilePicture

func (_m *SDK) UpdateProfilePicture(user sdk.User, token string) (sdk.User, errors.SDKError)

UpdateProfilePicture provides a mock function with given fields: user, token

func (*SDK) UpdateUser

func (_m *SDK) UpdateUser(user sdk.User, token string) (sdk.User, errors.SDKError)

UpdateUser provides a mock function with given fields: user, token

func (*SDK) UpdateUserEmail

func (_m *SDK) UpdateUserEmail(user sdk.User, token string) (sdk.User, errors.SDKError)

UpdateUserEmail provides a mock function with given fields: user, token

func (*SDK) UpdateUserRole

func (_m *SDK) UpdateUserRole(user sdk.User, token string) (sdk.User, errors.SDKError)

UpdateUserRole provides a mock function with given fields: user, token

func (*SDK) UpdateUserTags

func (_m *SDK) UpdateUserTags(user sdk.User, token string) (sdk.User, errors.SDKError)

UpdateUserTags provides a mock function with given fields: user, token

func (*SDK) UpdateUsername

func (_m *SDK) UpdateUsername(user sdk.User, token string) (sdk.User, errors.SDKError)

UpdateUsername provides a mock function with given fields: user, token

func (*SDK) User

func (_m *SDK) User(id string, token string) (sdk.User, errors.SDKError)

User provides a mock function with given fields: id, token

func (*SDK) UserProfile

func (_m *SDK) UserProfile(token string) (sdk.User, errors.SDKError)

UserProfile provides a mock function with given fields: token

func (*SDK) Users

func (_m *SDK) Users(pm sdk.PageMetadata, token string) (sdk.UsersPage, errors.SDKError)

Users provides a mock function with given fields: pm, token

func (*SDK) ViewBootstrap

func (_m *SDK) ViewBootstrap(id string, domainID string, token string) (sdk.BootstrapConfig, errors.SDKError)

ViewBootstrap provides a mock function with given fields: id, domainID, token

func (*SDK) ViewCert

func (_m *SDK) ViewCert(certID string, domainID string, token string) (sdk.Cert, errors.SDKError)

ViewCert provides a mock function with given fields: certID, domainID, token

func (*SDK) ViewCertByClient

func (_m *SDK) ViewCertByClient(clientID string, domainID string, token string) (sdk.CertSerials, errors.SDKError)

ViewCertByClient provides a mock function with given fields: clientID, domainID, token

func (*SDK) ViewSubscription

func (_m *SDK) ViewSubscription(id string, token string) (sdk.Subscription, errors.SDKError)

ViewSubscription provides a mock function with given fields: id, token

func (*SDK) Whitelist

func (_m *SDK) Whitelist(clientID string, state int, domainID string, token string) errors.SDKError

Whitelist provides a mock function with given fields: clientID, state, domainID, token

type SDK_AcceptInvitation_Call

type SDK_AcceptInvitation_Call struct {
	*mock.Call
}

SDK_AcceptInvitation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AcceptInvitation'

func (*SDK_AcceptInvitation_Call) Return

func (*SDK_AcceptInvitation_Call) Run

func (_c *SDK_AcceptInvitation_Call) Run(run func(domainID string, token string)) *SDK_AcceptInvitation_Call

func (*SDK_AcceptInvitation_Call) RunAndReturn

type SDK_AddBootstrap_Call

type SDK_AddBootstrap_Call struct {
	*mock.Call
}

SDK_AddBootstrap_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddBootstrap'

func (*SDK_AddBootstrap_Call) Return

func (*SDK_AddBootstrap_Call) Run

func (_c *SDK_AddBootstrap_Call) Run(run func(cfg sdk.BootstrapConfig, domainID string, token string)) *SDK_AddBootstrap_Call

func (*SDK_AddBootstrap_Call) RunAndReturn

type SDK_AddUserGroupToChannel_Call

type SDK_AddUserGroupToChannel_Call struct {
	*mock.Call
}

SDK_AddUserGroupToChannel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUserGroupToChannel'

func (*SDK_AddUserGroupToChannel_Call) Return

func (*SDK_AddUserGroupToChannel_Call) Run

func (_c *SDK_AddUserGroupToChannel_Call) Run(run func(channelID string, req sdk.UserGroupsRequest, domainID string, token string)) *SDK_AddUserGroupToChannel_Call

func (*SDK_AddUserGroupToChannel_Call) RunAndReturn

type SDK_AddUserToChannel_Call

type SDK_AddUserToChannel_Call struct {
	*mock.Call
}

SDK_AddUserToChannel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUserToChannel'

func (*SDK_AddUserToChannel_Call) Return

func (*SDK_AddUserToChannel_Call) Run

func (_c *SDK_AddUserToChannel_Call) Run(run func(channelID string, req sdk.UsersRelationRequest, domainID string, token string)) *SDK_AddUserToChannel_Call

func (*SDK_AddUserToChannel_Call) RunAndReturn

type SDK_AddUserToDomain_Call

type SDK_AddUserToDomain_Call struct {
	*mock.Call
}

SDK_AddUserToDomain_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUserToDomain'

func (*SDK_AddUserToDomain_Call) Return

func (*SDK_AddUserToDomain_Call) Run

func (*SDK_AddUserToDomain_Call) RunAndReturn

type SDK_AddUserToGroup_Call

type SDK_AddUserToGroup_Call struct {
	*mock.Call
}

SDK_AddUserToGroup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddUserToGroup'

func (*SDK_AddUserToGroup_Call) Return

func (*SDK_AddUserToGroup_Call) Run

func (_c *SDK_AddUserToGroup_Call) Run(run func(groupID string, req sdk.UsersRelationRequest, domainID string, token string)) *SDK_AddUserToGroup_Call

func (*SDK_AddUserToGroup_Call) RunAndReturn

type SDK_BootstrapSecure_Call

type SDK_BootstrapSecure_Call struct {
	*mock.Call
}

SDK_BootstrapSecure_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BootstrapSecure'

func (*SDK_BootstrapSecure_Call) Return

func (*SDK_BootstrapSecure_Call) Run

func (_c *SDK_BootstrapSecure_Call) Run(run func(externalID string, externalKey string, cryptoKey string)) *SDK_BootstrapSecure_Call

func (*SDK_BootstrapSecure_Call) RunAndReturn

type SDK_Bootstrap_Call

type SDK_Bootstrap_Call struct {
	*mock.Call
}

SDK_Bootstrap_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Bootstrap'

func (*SDK_Bootstrap_Call) Return

func (*SDK_Bootstrap_Call) Run

func (_c *SDK_Bootstrap_Call) Run(run func(externalID string, externalKey string)) *SDK_Bootstrap_Call

func (*SDK_Bootstrap_Call) RunAndReturn

type SDK_Bootstraps_Call

type SDK_Bootstraps_Call struct {
	*mock.Call
}

SDK_Bootstraps_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Bootstraps'

func (*SDK_Bootstraps_Call) Return

func (*SDK_Bootstraps_Call) Run

func (_c *SDK_Bootstraps_Call) Run(run func(pm sdk.PageMetadata, domainID string, token string)) *SDK_Bootstraps_Call

func (*SDK_Bootstraps_Call) RunAndReturn

type SDK_ChannelPermissions_Call

type SDK_ChannelPermissions_Call struct {
	*mock.Call
}

SDK_ChannelPermissions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChannelPermissions'

func (*SDK_ChannelPermissions_Call) Return

func (*SDK_ChannelPermissions_Call) Run

func (_c *SDK_ChannelPermissions_Call) Run(run func(id string, domainID string, token string)) *SDK_ChannelPermissions_Call

func (*SDK_ChannelPermissions_Call) RunAndReturn

type SDK_Channel_Call

type SDK_Channel_Call struct {
	*mock.Call
}

SDK_Channel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Channel'

func (*SDK_Channel_Call) Return

func (*SDK_Channel_Call) Run

func (_c *SDK_Channel_Call) Run(run func(id string, domainID string, token string)) *SDK_Channel_Call

func (*SDK_Channel_Call) RunAndReturn

func (_c *SDK_Channel_Call) RunAndReturn(run func(string, string, string) (sdk.Channel, errors.SDKError)) *SDK_Channel_Call

type SDK_ChannelsByClient_Call

type SDK_ChannelsByClient_Call struct {
	*mock.Call
}

SDK_ChannelsByClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChannelsByClient'

func (*SDK_ChannelsByClient_Call) Return

func (*SDK_ChannelsByClient_Call) Run

func (_c *SDK_ChannelsByClient_Call) Run(run func(clientID string, pm sdk.PageMetadata, domainID string, token string)) *SDK_ChannelsByClient_Call

func (*SDK_ChannelsByClient_Call) RunAndReturn

type SDK_Channels_Call

type SDK_Channels_Call struct {
	*mock.Call
}

SDK_Channels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Channels'

func (*SDK_Channels_Call) Return

func (*SDK_Channels_Call) Run

func (_c *SDK_Channels_Call) Run(run func(pm sdk.PageMetadata, domainID string, token string)) *SDK_Channels_Call

func (*SDK_Channels_Call) RunAndReturn

type SDK_Children_Call

type SDK_Children_Call struct {
	*mock.Call
}

SDK_Children_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Children'

func (*SDK_Children_Call) Return

func (*SDK_Children_Call) Run

func (_c *SDK_Children_Call) Run(run func(id string, pm sdk.PageMetadata, domainID string, token string)) *SDK_Children_Call

func (*SDK_Children_Call) RunAndReturn

type SDK_ClientPermissions_Call

type SDK_ClientPermissions_Call struct {
	*mock.Call
}

SDK_ClientPermissions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientPermissions'

func (*SDK_ClientPermissions_Call) Return

func (*SDK_ClientPermissions_Call) Run

func (_c *SDK_ClientPermissions_Call) Run(run func(id string, domainID string, token string)) *SDK_ClientPermissions_Call

func (*SDK_ClientPermissions_Call) RunAndReturn

type SDK_Client_Call

type SDK_Client_Call struct {
	*mock.Call
}

SDK_Client_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Client'

func (*SDK_Client_Call) Return

func (_c *SDK_Client_Call) Return(_a0 sdk.Client, _a1 errors.SDKError) *SDK_Client_Call

func (*SDK_Client_Call) Run

func (_c *SDK_Client_Call) Run(run func(id string, domainID string, token string)) *SDK_Client_Call

func (*SDK_Client_Call) RunAndReturn

func (_c *SDK_Client_Call) RunAndReturn(run func(string, string, string) (sdk.Client, errors.SDKError)) *SDK_Client_Call

type SDK_ClientsByChannel_Call

type SDK_ClientsByChannel_Call struct {
	*mock.Call
}

SDK_ClientsByChannel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientsByChannel'

func (*SDK_ClientsByChannel_Call) Return

func (*SDK_ClientsByChannel_Call) Run

func (_c *SDK_ClientsByChannel_Call) Run(run func(chanID string, pm sdk.PageMetadata, domainID string, token string)) *SDK_ClientsByChannel_Call

func (*SDK_ClientsByChannel_Call) RunAndReturn

type SDK_Clients_Call

type SDK_Clients_Call struct {
	*mock.Call
}

SDK_Clients_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Clients'

func (*SDK_Clients_Call) Return

func (*SDK_Clients_Call) Run

func (_c *SDK_Clients_Call) Run(run func(pm sdk.PageMetadata, domainID string, token string)) *SDK_Clients_Call

func (*SDK_Clients_Call) RunAndReturn

type SDK_ConnectClient_Call

type SDK_ConnectClient_Call struct {
	*mock.Call
}

SDK_ConnectClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConnectClient'

func (*SDK_ConnectClient_Call) Return

func (*SDK_ConnectClient_Call) Run

func (_c *SDK_ConnectClient_Call) Run(run func(clientID string, chanID string, connTypes []string, domainID string, token string)) *SDK_ConnectClient_Call

func (*SDK_ConnectClient_Call) RunAndReturn

type SDK_Connect_Call

type SDK_Connect_Call struct {
	*mock.Call
}

SDK_Connect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Connect'

func (*SDK_Connect_Call) Return

func (*SDK_Connect_Call) Run

func (_c *SDK_Connect_Call) Run(run func(conns sdk.Connection, domainID string, token string)) *SDK_Connect_Call

func (*SDK_Connect_Call) RunAndReturn

type SDK_CreateChannel_Call

type SDK_CreateChannel_Call struct {
	*mock.Call
}

SDK_CreateChannel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateChannel'

func (*SDK_CreateChannel_Call) Return

func (*SDK_CreateChannel_Call) Run

func (_c *SDK_CreateChannel_Call) Run(run func(channel sdk.Channel, domainID string, token string)) *SDK_CreateChannel_Call

func (*SDK_CreateChannel_Call) RunAndReturn

type SDK_CreateClient_Call

type SDK_CreateClient_Call struct {
	*mock.Call
}

SDK_CreateClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClient'

func (*SDK_CreateClient_Call) Return

func (*SDK_CreateClient_Call) Run

func (_c *SDK_CreateClient_Call) Run(run func(client sdk.Client, domainID string, token string)) *SDK_CreateClient_Call

func (*SDK_CreateClient_Call) RunAndReturn

type SDK_CreateClients_Call

type SDK_CreateClients_Call struct {
	*mock.Call
}

SDK_CreateClients_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClients'

func (*SDK_CreateClients_Call) Return

func (*SDK_CreateClients_Call) Run

func (_c *SDK_CreateClients_Call) Run(run func(client []sdk.Client, domainID string, token string)) *SDK_CreateClients_Call

func (*SDK_CreateClients_Call) RunAndReturn

type SDK_CreateDomain_Call

type SDK_CreateDomain_Call struct {
	*mock.Call
}

SDK_CreateDomain_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateDomain'

func (*SDK_CreateDomain_Call) Return

func (*SDK_CreateDomain_Call) Run

func (_c *SDK_CreateDomain_Call) Run(run func(d sdk.Domain, token string)) *SDK_CreateDomain_Call

func (*SDK_CreateDomain_Call) RunAndReturn

type SDK_CreateGroup_Call

type SDK_CreateGroup_Call struct {
	*mock.Call
}

SDK_CreateGroup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateGroup'

func (*SDK_CreateGroup_Call) Return

func (*SDK_CreateGroup_Call) Run

func (_c *SDK_CreateGroup_Call) Run(run func(group sdk.Group, domainID string, token string)) *SDK_CreateGroup_Call

func (*SDK_CreateGroup_Call) RunAndReturn

type SDK_CreateSubscription_Call

type SDK_CreateSubscription_Call struct {
	*mock.Call
}

SDK_CreateSubscription_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSubscription'

func (*SDK_CreateSubscription_Call) Return

func (*SDK_CreateSubscription_Call) Run

func (_c *SDK_CreateSubscription_Call) Run(run func(topic string, contact string, token string)) *SDK_CreateSubscription_Call

func (*SDK_CreateSubscription_Call) RunAndReturn

type SDK_CreateToken_Call

type SDK_CreateToken_Call struct {
	*mock.Call
}

SDK_CreateToken_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateToken'

func (*SDK_CreateToken_Call) Return

func (*SDK_CreateToken_Call) Run

func (_c *SDK_CreateToken_Call) Run(run func(lt sdk.Login)) *SDK_CreateToken_Call

func (*SDK_CreateToken_Call) RunAndReturn

func (_c *SDK_CreateToken_Call) RunAndReturn(run func(sdk.Login) (sdk.Token, errors.SDKError)) *SDK_CreateToken_Call

type SDK_CreateUser_Call

type SDK_CreateUser_Call struct {
	*mock.Call
}

SDK_CreateUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateUser'

func (*SDK_CreateUser_Call) Return

func (*SDK_CreateUser_Call) Run

func (_c *SDK_CreateUser_Call) Run(run func(user sdk.User, token string)) *SDK_CreateUser_Call

func (*SDK_CreateUser_Call) RunAndReturn

func (_c *SDK_CreateUser_Call) RunAndReturn(run func(sdk.User, string) (sdk.User, errors.SDKError)) *SDK_CreateUser_Call

type SDK_DeleteChannel_Call

type SDK_DeleteChannel_Call struct {
	*mock.Call
}

SDK_DeleteChannel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteChannel'

func (*SDK_DeleteChannel_Call) Return

func (*SDK_DeleteChannel_Call) Run

func (_c *SDK_DeleteChannel_Call) Run(run func(id string, domainID string, token string)) *SDK_DeleteChannel_Call

func (*SDK_DeleteChannel_Call) RunAndReturn

type SDK_DeleteClient_Call

type SDK_DeleteClient_Call struct {
	*mock.Call
}

SDK_DeleteClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClient'

func (*SDK_DeleteClient_Call) Return

func (*SDK_DeleteClient_Call) Run

func (_c *SDK_DeleteClient_Call) Run(run func(id string, domainID string, token string)) *SDK_DeleteClient_Call

func (*SDK_DeleteClient_Call) RunAndReturn

type SDK_DeleteGroup_Call

type SDK_DeleteGroup_Call struct {
	*mock.Call
}

SDK_DeleteGroup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteGroup'

func (*SDK_DeleteGroup_Call) Return

func (*SDK_DeleteGroup_Call) Run

func (_c *SDK_DeleteGroup_Call) Run(run func(id string, domainID string, token string)) *SDK_DeleteGroup_Call

func (*SDK_DeleteGroup_Call) RunAndReturn

type SDK_DeleteInvitation_Call

type SDK_DeleteInvitation_Call struct {
	*mock.Call
}

SDK_DeleteInvitation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteInvitation'

func (*SDK_DeleteInvitation_Call) Return

func (*SDK_DeleteInvitation_Call) Run

func (_c *SDK_DeleteInvitation_Call) Run(run func(userID string, domainID string, token string)) *SDK_DeleteInvitation_Call

func (*SDK_DeleteInvitation_Call) RunAndReturn

type SDK_DeleteSubscription_Call

type SDK_DeleteSubscription_Call struct {
	*mock.Call
}

SDK_DeleteSubscription_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteSubscription'

func (*SDK_DeleteSubscription_Call) Return

func (*SDK_DeleteSubscription_Call) Run

func (*SDK_DeleteSubscription_Call) RunAndReturn

type SDK_DeleteUser_Call

type SDK_DeleteUser_Call struct {
	*mock.Call
}

SDK_DeleteUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteUser'

func (*SDK_DeleteUser_Call) Return

func (*SDK_DeleteUser_Call) Run

func (_c *SDK_DeleteUser_Call) Run(run func(id string, token string)) *SDK_DeleteUser_Call

func (*SDK_DeleteUser_Call) RunAndReturn

func (_c *SDK_DeleteUser_Call) RunAndReturn(run func(string, string) errors.SDKError) *SDK_DeleteUser_Call

type SDK_DisableChannel_Call

type SDK_DisableChannel_Call struct {
	*mock.Call
}

SDK_DisableChannel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DisableChannel'

func (*SDK_DisableChannel_Call) Return

func (*SDK_DisableChannel_Call) Run

func (_c *SDK_DisableChannel_Call) Run(run func(id string, domainID string, token string)) *SDK_DisableChannel_Call

func (*SDK_DisableChannel_Call) RunAndReturn

type SDK_DisableClient_Call

type SDK_DisableClient_Call struct {
	*mock.Call
}

SDK_DisableClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DisableClient'

func (*SDK_DisableClient_Call) Return

func (*SDK_DisableClient_Call) Run

func (_c *SDK_DisableClient_Call) Run(run func(id string, domainID string, token string)) *SDK_DisableClient_Call

func (*SDK_DisableClient_Call) RunAndReturn

type SDK_DisableDomain_Call

type SDK_DisableDomain_Call struct {
	*mock.Call
}

SDK_DisableDomain_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DisableDomain'

func (*SDK_DisableDomain_Call) Return

func (*SDK_DisableDomain_Call) Run

func (_c *SDK_DisableDomain_Call) Run(run func(domainID string, token string)) *SDK_DisableDomain_Call

func (*SDK_DisableDomain_Call) RunAndReturn

type SDK_DisableGroup_Call

type SDK_DisableGroup_Call struct {
	*mock.Call
}

SDK_DisableGroup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DisableGroup'

func (*SDK_DisableGroup_Call) Return

func (*SDK_DisableGroup_Call) Run

func (_c *SDK_DisableGroup_Call) Run(run func(id string, domainID string, token string)) *SDK_DisableGroup_Call

func (*SDK_DisableGroup_Call) RunAndReturn

type SDK_DisableUser_Call

type SDK_DisableUser_Call struct {
	*mock.Call
}

SDK_DisableUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DisableUser'

func (*SDK_DisableUser_Call) Return

func (*SDK_DisableUser_Call) Run

func (_c *SDK_DisableUser_Call) Run(run func(id string, token string)) *SDK_DisableUser_Call

func (*SDK_DisableUser_Call) RunAndReturn

func (_c *SDK_DisableUser_Call) RunAndReturn(run func(string, string) (sdk.User, errors.SDKError)) *SDK_DisableUser_Call

type SDK_DisconnectClient_Call

type SDK_DisconnectClient_Call struct {
	*mock.Call
}

SDK_DisconnectClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DisconnectClient'

func (*SDK_DisconnectClient_Call) Return

func (*SDK_DisconnectClient_Call) Run

func (_c *SDK_DisconnectClient_Call) Run(run func(clientID string, chanID string, connTypes []string, domainID string, token string)) *SDK_DisconnectClient_Call

func (*SDK_DisconnectClient_Call) RunAndReturn

type SDK_Disconnect_Call

type SDK_Disconnect_Call struct {
	*mock.Call
}

SDK_Disconnect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Disconnect'

func (*SDK_Disconnect_Call) Return

func (*SDK_Disconnect_Call) Run

func (_c *SDK_Disconnect_Call) Run(run func(connIDs sdk.Connection, domainID string, token string)) *SDK_Disconnect_Call

func (*SDK_Disconnect_Call) RunAndReturn

type SDK_DomainPermissions_Call

type SDK_DomainPermissions_Call struct {
	*mock.Call
}

SDK_DomainPermissions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DomainPermissions'

func (*SDK_DomainPermissions_Call) Return

func (*SDK_DomainPermissions_Call) Run

func (_c *SDK_DomainPermissions_Call) Run(run func(domainID string, token string)) *SDK_DomainPermissions_Call

func (*SDK_DomainPermissions_Call) RunAndReturn

type SDK_Domain_Call

type SDK_Domain_Call struct {
	*mock.Call
}

SDK_Domain_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Domain'

func (*SDK_Domain_Call) Return

func (_c *SDK_Domain_Call) Return(_a0 sdk.Domain, _a1 errors.SDKError) *SDK_Domain_Call

func (*SDK_Domain_Call) Run

func (_c *SDK_Domain_Call) Run(run func(domainID string, token string)) *SDK_Domain_Call

func (*SDK_Domain_Call) RunAndReturn

func (_c *SDK_Domain_Call) RunAndReturn(run func(string, string) (sdk.Domain, errors.SDKError)) *SDK_Domain_Call

type SDK_Domains_Call

type SDK_Domains_Call struct {
	*mock.Call
}

SDK_Domains_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Domains'

func (*SDK_Domains_Call) Return

func (*SDK_Domains_Call) Run

func (_c *SDK_Domains_Call) Run(run func(pm sdk.PageMetadata, token string)) *SDK_Domains_Call

func (*SDK_Domains_Call) RunAndReturn

type SDK_EnableChannel_Call

type SDK_EnableChannel_Call struct {
	*mock.Call
}

SDK_EnableChannel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnableChannel'

func (*SDK_EnableChannel_Call) Return

func (*SDK_EnableChannel_Call) Run

func (_c *SDK_EnableChannel_Call) Run(run func(id string, domainID string, token string)) *SDK_EnableChannel_Call

func (*SDK_EnableChannel_Call) RunAndReturn

type SDK_EnableClient_Call

type SDK_EnableClient_Call struct {
	*mock.Call
}

SDK_EnableClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnableClient'

func (*SDK_EnableClient_Call) Return

func (*SDK_EnableClient_Call) Run

func (_c *SDK_EnableClient_Call) Run(run func(id string, domainID string, token string)) *SDK_EnableClient_Call

func (*SDK_EnableClient_Call) RunAndReturn

type SDK_EnableDomain_Call

type SDK_EnableDomain_Call struct {
	*mock.Call
}

SDK_EnableDomain_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnableDomain'

func (*SDK_EnableDomain_Call) Return

func (*SDK_EnableDomain_Call) Run

func (_c *SDK_EnableDomain_Call) Run(run func(domainID string, token string)) *SDK_EnableDomain_Call

func (*SDK_EnableDomain_Call) RunAndReturn

type SDK_EnableGroup_Call

type SDK_EnableGroup_Call struct {
	*mock.Call
}

SDK_EnableGroup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnableGroup'

func (*SDK_EnableGroup_Call) Return

func (*SDK_EnableGroup_Call) Run

func (_c *SDK_EnableGroup_Call) Run(run func(id string, domainID string, token string)) *SDK_EnableGroup_Call

func (*SDK_EnableGroup_Call) RunAndReturn

type SDK_EnableUser_Call

type SDK_EnableUser_Call struct {
	*mock.Call
}

SDK_EnableUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnableUser'

func (*SDK_EnableUser_Call) Return

func (*SDK_EnableUser_Call) Run

func (_c *SDK_EnableUser_Call) Run(run func(id string, token string)) *SDK_EnableUser_Call

func (*SDK_EnableUser_Call) RunAndReturn

func (_c *SDK_EnableUser_Call) RunAndReturn(run func(string, string) (sdk.User, errors.SDKError)) *SDK_EnableUser_Call

type SDK_Expecter

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

func (*SDK_Expecter) AcceptInvitation

func (_e *SDK_Expecter) AcceptInvitation(domainID interface{}, token interface{}) *SDK_AcceptInvitation_Call

AcceptInvitation is a helper method to define mock.On call

  • domainID string
  • token string

func (*SDK_Expecter) AddBootstrap

func (_e *SDK_Expecter) AddBootstrap(cfg interface{}, domainID interface{}, token interface{}) *SDK_AddBootstrap_Call

AddBootstrap is a helper method to define mock.On call

  • cfg sdk.BootstrapConfig
  • domainID string
  • token string

func (*SDK_Expecter) AddUserGroupToChannel

func (_e *SDK_Expecter) AddUserGroupToChannel(channelID interface{}, req interface{}, domainID interface{}, token interface{}) *SDK_AddUserGroupToChannel_Call

AddUserGroupToChannel is a helper method to define mock.On call

  • channelID string
  • req sdk.UserGroupsRequest
  • domainID string
  • token string

func (*SDK_Expecter) AddUserToChannel

func (_e *SDK_Expecter) AddUserToChannel(channelID interface{}, req interface{}, domainID interface{}, token interface{}) *SDK_AddUserToChannel_Call

AddUserToChannel is a helper method to define mock.On call

  • channelID string
  • req sdk.UsersRelationRequest
  • domainID string
  • token string

func (*SDK_Expecter) AddUserToDomain

func (_e *SDK_Expecter) AddUserToDomain(domainID interface{}, req interface{}, token interface{}) *SDK_AddUserToDomain_Call

AddUserToDomain is a helper method to define mock.On call

  • domainID string
  • req sdk.UsersRelationRequest
  • token string

func (*SDK_Expecter) AddUserToGroup

func (_e *SDK_Expecter) AddUserToGroup(groupID interface{}, req interface{}, domainID interface{}, token interface{}) *SDK_AddUserToGroup_Call

AddUserToGroup is a helper method to define mock.On call

  • groupID string
  • req sdk.UsersRelationRequest
  • domainID string
  • token string

func (*SDK_Expecter) Bootstrap

func (_e *SDK_Expecter) Bootstrap(externalID interface{}, externalKey interface{}) *SDK_Bootstrap_Call

Bootstrap is a helper method to define mock.On call

  • externalID string
  • externalKey string

func (*SDK_Expecter) BootstrapSecure

func (_e *SDK_Expecter) BootstrapSecure(externalID interface{}, externalKey interface{}, cryptoKey interface{}) *SDK_BootstrapSecure_Call

BootstrapSecure is a helper method to define mock.On call

  • externalID string
  • externalKey string
  • cryptoKey string

func (*SDK_Expecter) Bootstraps

func (_e *SDK_Expecter) Bootstraps(pm interface{}, domainID interface{}, token interface{}) *SDK_Bootstraps_Call

Bootstraps is a helper method to define mock.On call

  • pm sdk.PageMetadata
  • domainID string
  • token string

func (*SDK_Expecter) Channel

func (_e *SDK_Expecter) Channel(id interface{}, domainID interface{}, token interface{}) *SDK_Channel_Call

Channel is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) ChannelPermissions

func (_e *SDK_Expecter) ChannelPermissions(id interface{}, domainID interface{}, token interface{}) *SDK_ChannelPermissions_Call

ChannelPermissions is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) Channels

func (_e *SDK_Expecter) Channels(pm interface{}, domainID interface{}, token interface{}) *SDK_Channels_Call

Channels is a helper method to define mock.On call

  • pm sdk.PageMetadata
  • domainID string
  • token string

func (*SDK_Expecter) ChannelsByClient

func (_e *SDK_Expecter) ChannelsByClient(clientID interface{}, pm interface{}, domainID interface{}, token interface{}) *SDK_ChannelsByClient_Call

ChannelsByClient is a helper method to define mock.On call

  • clientID string
  • pm sdk.PageMetadata
  • domainID string
  • token string

func (*SDK_Expecter) Children

func (_e *SDK_Expecter) Children(id interface{}, pm interface{}, domainID interface{}, token interface{}) *SDK_Children_Call

Children is a helper method to define mock.On call

  • id string
  • pm sdk.PageMetadata
  • domainID string
  • token string

func (*SDK_Expecter) Client

func (_e *SDK_Expecter) Client(id interface{}, domainID interface{}, token interface{}) *SDK_Client_Call

Client is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) ClientPermissions

func (_e *SDK_Expecter) ClientPermissions(id interface{}, domainID interface{}, token interface{}) *SDK_ClientPermissions_Call

ClientPermissions is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) Clients

func (_e *SDK_Expecter) Clients(pm interface{}, domainID interface{}, token interface{}) *SDK_Clients_Call

Clients is a helper method to define mock.On call

  • pm sdk.PageMetadata
  • domainID string
  • token string

func (*SDK_Expecter) ClientsByChannel

func (_e *SDK_Expecter) ClientsByChannel(chanID interface{}, pm interface{}, domainID interface{}, token interface{}) *SDK_ClientsByChannel_Call

ClientsByChannel is a helper method to define mock.On call

  • chanID string
  • pm sdk.PageMetadata
  • domainID string
  • token string

func (*SDK_Expecter) Connect

func (_e *SDK_Expecter) Connect(conns interface{}, domainID interface{}, token interface{}) *SDK_Connect_Call

Connect is a helper method to define mock.On call

  • conns sdk.Connection
  • domainID string
  • token string

func (*SDK_Expecter) ConnectClient

func (_e *SDK_Expecter) ConnectClient(clientID interface{}, chanID interface{}, connTypes interface{}, domainID interface{}, token interface{}) *SDK_ConnectClient_Call

ConnectClient is a helper method to define mock.On call

  • clientID string
  • chanID string
  • connTypes []string
  • domainID string
  • token string

func (*SDK_Expecter) CreateChannel

func (_e *SDK_Expecter) CreateChannel(channel interface{}, domainID interface{}, token interface{}) *SDK_CreateChannel_Call

CreateChannel is a helper method to define mock.On call

  • channel sdk.Channel
  • domainID string
  • token string

func (*SDK_Expecter) CreateClient

func (_e *SDK_Expecter) CreateClient(client interface{}, domainID interface{}, token interface{}) *SDK_CreateClient_Call

CreateClient is a helper method to define mock.On call

  • client sdk.Client
  • domainID string
  • token string

func (*SDK_Expecter) CreateClients

func (_e *SDK_Expecter) CreateClients(client interface{}, domainID interface{}, token interface{}) *SDK_CreateClients_Call

CreateClients is a helper method to define mock.On call

  • client []sdk.Client
  • domainID string
  • token string

func (*SDK_Expecter) CreateDomain

func (_e *SDK_Expecter) CreateDomain(d interface{}, token interface{}) *SDK_CreateDomain_Call

CreateDomain is a helper method to define mock.On call

  • d sdk.Domain
  • token string

func (*SDK_Expecter) CreateGroup

func (_e *SDK_Expecter) CreateGroup(group interface{}, domainID interface{}, token interface{}) *SDK_CreateGroup_Call

CreateGroup is a helper method to define mock.On call

  • group sdk.Group
  • domainID string
  • token string

func (*SDK_Expecter) CreateSubscription

func (_e *SDK_Expecter) CreateSubscription(topic interface{}, contact interface{}, token interface{}) *SDK_CreateSubscription_Call

CreateSubscription is a helper method to define mock.On call

  • topic string
  • contact string
  • token string

func (*SDK_Expecter) CreateToken

func (_e *SDK_Expecter) CreateToken(lt interface{}) *SDK_CreateToken_Call

CreateToken is a helper method to define mock.On call

  • lt sdk.Login

func (*SDK_Expecter) CreateUser

func (_e *SDK_Expecter) CreateUser(user interface{}, token interface{}) *SDK_CreateUser_Call

CreateUser is a helper method to define mock.On call

  • user sdk.User
  • token string

func (*SDK_Expecter) DeleteChannel

func (_e *SDK_Expecter) DeleteChannel(id interface{}, domainID interface{}, token interface{}) *SDK_DeleteChannel_Call

DeleteChannel is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) DeleteClient

func (_e *SDK_Expecter) DeleteClient(id interface{}, domainID interface{}, token interface{}) *SDK_DeleteClient_Call

DeleteClient is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) DeleteGroup

func (_e *SDK_Expecter) DeleteGroup(id interface{}, domainID interface{}, token interface{}) *SDK_DeleteGroup_Call

DeleteGroup is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) DeleteInvitation

func (_e *SDK_Expecter) DeleteInvitation(userID interface{}, domainID interface{}, token interface{}) *SDK_DeleteInvitation_Call

DeleteInvitation is a helper method to define mock.On call

  • userID string
  • domainID string
  • token string

func (*SDK_Expecter) DeleteSubscription

func (_e *SDK_Expecter) DeleteSubscription(id interface{}, token interface{}) *SDK_DeleteSubscription_Call

DeleteSubscription is a helper method to define mock.On call

  • id string
  • token string

func (*SDK_Expecter) DeleteUser

func (_e *SDK_Expecter) DeleteUser(id interface{}, token interface{}) *SDK_DeleteUser_Call

DeleteUser is a helper method to define mock.On call

  • id string
  • token string

func (*SDK_Expecter) DisableChannel

func (_e *SDK_Expecter) DisableChannel(id interface{}, domainID interface{}, token interface{}) *SDK_DisableChannel_Call

DisableChannel is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) DisableClient

func (_e *SDK_Expecter) DisableClient(id interface{}, domainID interface{}, token interface{}) *SDK_DisableClient_Call

DisableClient is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) DisableDomain

func (_e *SDK_Expecter) DisableDomain(domainID interface{}, token interface{}) *SDK_DisableDomain_Call

DisableDomain is a helper method to define mock.On call

  • domainID string
  • token string

func (*SDK_Expecter) DisableGroup

func (_e *SDK_Expecter) DisableGroup(id interface{}, domainID interface{}, token interface{}) *SDK_DisableGroup_Call

DisableGroup is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) DisableUser

func (_e *SDK_Expecter) DisableUser(id interface{}, token interface{}) *SDK_DisableUser_Call

DisableUser is a helper method to define mock.On call

  • id string
  • token string

func (*SDK_Expecter) Disconnect

func (_e *SDK_Expecter) Disconnect(connIDs interface{}, domainID interface{}, token interface{}) *SDK_Disconnect_Call

Disconnect is a helper method to define mock.On call

  • connIDs sdk.Connection
  • domainID string
  • token string

func (*SDK_Expecter) DisconnectClient

func (_e *SDK_Expecter) DisconnectClient(clientID interface{}, chanID interface{}, connTypes interface{}, domainID interface{}, token interface{}) *SDK_DisconnectClient_Call

DisconnectClient is a helper method to define mock.On call

  • clientID string
  • chanID string
  • connTypes []string
  • domainID string
  • token string

func (*SDK_Expecter) Domain

func (_e *SDK_Expecter) Domain(domainID interface{}, token interface{}) *SDK_Domain_Call

Domain is a helper method to define mock.On call

  • domainID string
  • token string

func (*SDK_Expecter) DomainPermissions

func (_e *SDK_Expecter) DomainPermissions(domainID interface{}, token interface{}) *SDK_DomainPermissions_Call

DomainPermissions is a helper method to define mock.On call

  • domainID string
  • token string

func (*SDK_Expecter) Domains

func (_e *SDK_Expecter) Domains(pm interface{}, token interface{}) *SDK_Domains_Call

Domains is a helper method to define mock.On call

  • pm sdk.PageMetadata
  • token string

func (*SDK_Expecter) EnableChannel

func (_e *SDK_Expecter) EnableChannel(id interface{}, domainID interface{}, token interface{}) *SDK_EnableChannel_Call

EnableChannel is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) EnableClient

func (_e *SDK_Expecter) EnableClient(id interface{}, domainID interface{}, token interface{}) *SDK_EnableClient_Call

EnableClient is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) EnableDomain

func (_e *SDK_Expecter) EnableDomain(domainID interface{}, token interface{}) *SDK_EnableDomain_Call

EnableDomain is a helper method to define mock.On call

  • domainID string
  • token string

func (*SDK_Expecter) EnableGroup

func (_e *SDK_Expecter) EnableGroup(id interface{}, domainID interface{}, token interface{}) *SDK_EnableGroup_Call

EnableGroup is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) EnableUser

func (_e *SDK_Expecter) EnableUser(id interface{}, token interface{}) *SDK_EnableUser_Call

EnableUser is a helper method to define mock.On call

  • id string
  • token string

func (*SDK_Expecter) Group

func (_e *SDK_Expecter) Group(id interface{}, domainID interface{}, token interface{}) *SDK_Group_Call

Group is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) GroupPermissions

func (_e *SDK_Expecter) GroupPermissions(id interface{}, domainID interface{}, token interface{}) *SDK_GroupPermissions_Call

GroupPermissions is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) Groups

func (_e *SDK_Expecter) Groups(pm interface{}, domainID interface{}, token interface{}) *SDK_Groups_Call

Groups is a helper method to define mock.On call

  • pm sdk.PageMetadata
  • domainID string
  • token string

func (*SDK_Expecter) Health

func (_e *SDK_Expecter) Health(service interface{}) *SDK_Health_Call

Health is a helper method to define mock.On call

  • service string

func (*SDK_Expecter) Invitation

func (_e *SDK_Expecter) Invitation(userID interface{}, domainID interface{}, token interface{}) *SDK_Invitation_Call

Invitation is a helper method to define mock.On call

  • userID string
  • domainID string
  • token string

func (*SDK_Expecter) Invitations

func (_e *SDK_Expecter) Invitations(pm interface{}, token interface{}) *SDK_Invitations_Call

Invitations is a helper method to define mock.On call

  • pm sdk.PageMetadata
  • token string

func (*SDK_Expecter) IssueCert

func (_e *SDK_Expecter) IssueCert(clientID interface{}, validity interface{}, domainID interface{}, token interface{}) *SDK_IssueCert_Call

IssueCert is a helper method to define mock.On call

  • clientID string
  • validity string
  • domainID string
  • token string

func (*SDK_Expecter) Journal

func (_e *SDK_Expecter) Journal(entityType interface{}, entityID interface{}, domainID interface{}, pm interface{}, token interface{}) *SDK_Journal_Call

Journal is a helper method to define mock.On call

  • entityType string
  • entityID string
  • domainID string
  • pm sdk.PageMetadata
  • token string

func (*SDK_Expecter) ListChannelUserGroups

func (_e *SDK_Expecter) ListChannelUserGroups(channelID interface{}, pm interface{}, domainID interface{}, token interface{}) *SDK_ListChannelUserGroups_Call

ListChannelUserGroups is a helper method to define mock.On call

  • channelID string
  • pm sdk.PageMetadata
  • domainID string
  • token string

func (*SDK_Expecter) ListChannelUsers

func (_e *SDK_Expecter) ListChannelUsers(channelID interface{}, pm interface{}, domainID interface{}, token interface{}) *SDK_ListChannelUsers_Call

ListChannelUsers is a helper method to define mock.On call

  • channelID string
  • pm sdk.PageMetadata
  • domainID string
  • token string

func (*SDK_Expecter) ListClientUsers

func (_e *SDK_Expecter) ListClientUsers(id interface{}, pm interface{}, domainID interface{}, token interface{}) *SDK_ListClientUsers_Call

ListClientUsers is a helper method to define mock.On call

  • id string
  • pm sdk.PageMetadata
  • domainID string
  • token string

func (*SDK_Expecter) ListDomainUsers

func (_e *SDK_Expecter) ListDomainUsers(domainID interface{}, pm interface{}, token interface{}) *SDK_ListDomainUsers_Call

ListDomainUsers is a helper method to define mock.On call

  • domainID string
  • pm sdk.PageMetadata
  • token string

func (*SDK_Expecter) ListGroupChannels

func (_e *SDK_Expecter) ListGroupChannels(groupID interface{}, pm interface{}, domainID interface{}, token interface{}) *SDK_ListGroupChannels_Call

ListGroupChannels is a helper method to define mock.On call

  • groupID string
  • pm sdk.PageMetadata
  • domainID string
  • token string

func (*SDK_Expecter) ListGroupUsers

func (_e *SDK_Expecter) ListGroupUsers(groupID interface{}, pm interface{}, domainID interface{}, token interface{}) *SDK_ListGroupUsers_Call

ListGroupUsers is a helper method to define mock.On call

  • groupID string
  • pm sdk.PageMetadata
  • domainID string
  • token string

func (*SDK_Expecter) ListSubscriptions

func (_e *SDK_Expecter) ListSubscriptions(pm interface{}, token interface{}) *SDK_ListSubscriptions_Call

ListSubscriptions is a helper method to define mock.On call

  • pm sdk.PageMetadata
  • token string

func (*SDK_Expecter) ListUserChannels

func (_e *SDK_Expecter) ListUserChannels(userID interface{}, pm interface{}, token interface{}) *SDK_ListUserChannels_Call

ListUserChannels is a helper method to define mock.On call

  • userID string
  • pm sdk.PageMetadata
  • token string

func (*SDK_Expecter) ListUserClients

func (_e *SDK_Expecter) ListUserClients(userID interface{}, pm interface{}, token interface{}) *SDK_ListUserClients_Call

ListUserClients is a helper method to define mock.On call

  • userID string
  • pm sdk.PageMetadata
  • token string

func (*SDK_Expecter) ListUserDomains

func (_e *SDK_Expecter) ListUserDomains(userID interface{}, pm interface{}, token interface{}) *SDK_ListUserDomains_Call

ListUserDomains is a helper method to define mock.On call

  • userID string
  • pm sdk.PageMetadata
  • token string

func (*SDK_Expecter) ListUserGroups

func (_e *SDK_Expecter) ListUserGroups(userID interface{}, pm interface{}, token interface{}) *SDK_ListUserGroups_Call

ListUserGroups is a helper method to define mock.On call

  • userID string
  • pm sdk.PageMetadata
  • token string

func (*SDK_Expecter) Members

func (_e *SDK_Expecter) Members(groupID interface{}, meta interface{}, token interface{}) *SDK_Members_Call

Members is a helper method to define mock.On call

  • groupID string
  • meta sdk.PageMetadata
  • token string

func (*SDK_Expecter) Parents

func (_e *SDK_Expecter) Parents(id interface{}, pm interface{}, domainID interface{}, token interface{}) *SDK_Parents_Call

Parents is a helper method to define mock.On call

  • id string
  • pm sdk.PageMetadata
  • domainID string
  • token string

func (*SDK_Expecter) ReadMessages

func (_e *SDK_Expecter) ReadMessages(pm interface{}, chanID interface{}, domainID interface{}, token interface{}) *SDK_ReadMessages_Call

ReadMessages is a helper method to define mock.On call

  • pm sdk.MessagePageMetadata
  • chanID string
  • domainID string
  • token string

func (*SDK_Expecter) RefreshToken

func (_e *SDK_Expecter) RefreshToken(token interface{}) *SDK_RefreshToken_Call

RefreshToken is a helper method to define mock.On call

  • token string

func (*SDK_Expecter) RejectInvitation

func (_e *SDK_Expecter) RejectInvitation(domainID interface{}, token interface{}) *SDK_RejectInvitation_Call

RejectInvitation is a helper method to define mock.On call

  • domainID string
  • token string

func (*SDK_Expecter) RemoveBootstrap

func (_e *SDK_Expecter) RemoveBootstrap(id interface{}, domainID interface{}, token interface{}) *SDK_RemoveBootstrap_Call

RemoveBootstrap is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) RemoveUserFromChannel

func (_e *SDK_Expecter) RemoveUserFromChannel(channelID interface{}, req interface{}, domainID interface{}, token interface{}) *SDK_RemoveUserFromChannel_Call

RemoveUserFromChannel is a helper method to define mock.On call

  • channelID string
  • req sdk.UsersRelationRequest
  • domainID string
  • token string

func (*SDK_Expecter) RemoveUserFromDomain

func (_e *SDK_Expecter) RemoveUserFromDomain(domainID interface{}, userID interface{}, token interface{}) *SDK_RemoveUserFromDomain_Call

RemoveUserFromDomain is a helper method to define mock.On call

  • domainID string
  • userID string
  • token string

func (*SDK_Expecter) RemoveUserFromGroup

func (_e *SDK_Expecter) RemoveUserFromGroup(groupID interface{}, req interface{}, domainID interface{}, token interface{}) *SDK_RemoveUserFromGroup_Call

RemoveUserFromGroup is a helper method to define mock.On call

  • groupID string
  • req sdk.UsersRelationRequest
  • domainID string
  • token string

func (*SDK_Expecter) RemoveUserGroupFromChannel

func (_e *SDK_Expecter) RemoveUserGroupFromChannel(channelID interface{}, req interface{}, domainID interface{}, token interface{}) *SDK_RemoveUserGroupFromChannel_Call

RemoveUserGroupFromChannel is a helper method to define mock.On call

  • channelID string
  • req sdk.UserGroupsRequest
  • domainID string
  • token string

func (*SDK_Expecter) ResetPassword

func (_e *SDK_Expecter) ResetPassword(password interface{}, confPass interface{}, token interface{}) *SDK_ResetPassword_Call

ResetPassword is a helper method to define mock.On call

  • password string
  • confPass string
  • token string

func (*SDK_Expecter) ResetPasswordRequest

func (_e *SDK_Expecter) ResetPasswordRequest(email interface{}) *SDK_ResetPasswordRequest_Call

ResetPasswordRequest is a helper method to define mock.On call

  • email string

func (*SDK_Expecter) RevokeCert

func (_e *SDK_Expecter) RevokeCert(clientID interface{}, domainID interface{}, token interface{}) *SDK_RevokeCert_Call

RevokeCert is a helper method to define mock.On call

  • clientID string
  • domainID string
  • token string

func (*SDK_Expecter) SearchUsers

func (_e *SDK_Expecter) SearchUsers(pm interface{}, token interface{}) *SDK_SearchUsers_Call

SearchUsers is a helper method to define mock.On call

  • pm sdk.PageMetadata
  • token string

func (*SDK_Expecter) SendInvitation

func (_e *SDK_Expecter) SendInvitation(invitation interface{}, token interface{}) *SDK_SendInvitation_Call

SendInvitation is a helper method to define mock.On call

  • invitation sdk.Invitation
  • token string

func (*SDK_Expecter) SendMessage

func (_e *SDK_Expecter) SendMessage(chanID interface{}, msg interface{}, key interface{}) *SDK_SendMessage_Call

SendMessage is a helper method to define mock.On call

  • chanID string
  • msg string
  • key string

func (*SDK_Expecter) SetContentType

func (_e *SDK_Expecter) SetContentType(ct interface{}) *SDK_SetContentType_Call

SetContentType is a helper method to define mock.On call

  • ct sdk.ContentType

func (*SDK_Expecter) ShareClient

func (_e *SDK_Expecter) ShareClient(id interface{}, req interface{}, domainID interface{}, token interface{}) *SDK_ShareClient_Call

ShareClient is a helper method to define mock.On call

  • id string
  • req sdk.UsersRelationRequest
  • domainID string
  • token string

func (*SDK_Expecter) UnshareClient

func (_e *SDK_Expecter) UnshareClient(id interface{}, req interface{}, domainID interface{}, token interface{}) *SDK_UnshareClient_Call

UnshareClient is a helper method to define mock.On call

  • id string
  • req sdk.UsersRelationRequest
  • domainID string
  • token string

func (*SDK_Expecter) UpdateBootstrap

func (_e *SDK_Expecter) UpdateBootstrap(cfg interface{}, domainID interface{}, token interface{}) *SDK_UpdateBootstrap_Call

UpdateBootstrap is a helper method to define mock.On call

  • cfg sdk.BootstrapConfig
  • domainID string
  • token string

func (*SDK_Expecter) UpdateBootstrapCerts

func (_e *SDK_Expecter) UpdateBootstrapCerts(id interface{}, clientCert interface{}, clientKey interface{}, ca interface{}, domainID interface{}, token interface{}) *SDK_UpdateBootstrapCerts_Call

UpdateBootstrapCerts is a helper method to define mock.On call

  • id string
  • clientCert string
  • clientKey string
  • ca string
  • domainID string
  • token string

func (*SDK_Expecter) UpdateBootstrapConnection

func (_e *SDK_Expecter) UpdateBootstrapConnection(id interface{}, channels interface{}, domainID interface{}, token interface{}) *SDK_UpdateBootstrapConnection_Call

UpdateBootstrapConnection is a helper method to define mock.On call

  • id string
  • channels []string
  • domainID string
  • token string

func (*SDK_Expecter) UpdateChannel

func (_e *SDK_Expecter) UpdateChannel(channel interface{}, domainID interface{}, token interface{}) *SDK_UpdateChannel_Call

UpdateChannel is a helper method to define mock.On call

  • channel sdk.Channel
  • domainID string
  • token string

func (*SDK_Expecter) UpdateClient

func (_e *SDK_Expecter) UpdateClient(client interface{}, domainID interface{}, token interface{}) *SDK_UpdateClient_Call

UpdateClient is a helper method to define mock.On call

  • client sdk.Client
  • domainID string
  • token string

func (*SDK_Expecter) UpdateClientSecret

func (_e *SDK_Expecter) UpdateClientSecret(id interface{}, secret interface{}, domainID interface{}, token interface{}) *SDK_UpdateClientSecret_Call

UpdateClientSecret is a helper method to define mock.On call

  • id string
  • secret string
  • domainID string
  • token string

func (*SDK_Expecter) UpdateClientTags

func (_e *SDK_Expecter) UpdateClientTags(client interface{}, domainID interface{}, token interface{}) *SDK_UpdateClientTags_Call

UpdateClientTags is a helper method to define mock.On call

  • client sdk.Client
  • domainID string
  • token string

func (*SDK_Expecter) UpdateDomain

func (_e *SDK_Expecter) UpdateDomain(d interface{}, token interface{}) *SDK_UpdateDomain_Call

UpdateDomain is a helper method to define mock.On call

  • d sdk.Domain
  • token string

func (*SDK_Expecter) UpdateGroup

func (_e *SDK_Expecter) UpdateGroup(group interface{}, domainID interface{}, token interface{}) *SDK_UpdateGroup_Call

UpdateGroup is a helper method to define mock.On call

  • group sdk.Group
  • domainID string
  • token string

func (*SDK_Expecter) UpdatePassword

func (_e *SDK_Expecter) UpdatePassword(oldPass interface{}, newPass interface{}, token interface{}) *SDK_UpdatePassword_Call

UpdatePassword is a helper method to define mock.On call

  • oldPass string
  • newPass string
  • token string

func (*SDK_Expecter) UpdateProfilePicture

func (_e *SDK_Expecter) UpdateProfilePicture(user interface{}, token interface{}) *SDK_UpdateProfilePicture_Call

UpdateProfilePicture is a helper method to define mock.On call

  • user sdk.User
  • token string

func (*SDK_Expecter) UpdateUser

func (_e *SDK_Expecter) UpdateUser(user interface{}, token interface{}) *SDK_UpdateUser_Call

UpdateUser is a helper method to define mock.On call

  • user sdk.User
  • token string

func (*SDK_Expecter) UpdateUserEmail

func (_e *SDK_Expecter) UpdateUserEmail(user interface{}, token interface{}) *SDK_UpdateUserEmail_Call

UpdateUserEmail is a helper method to define mock.On call

  • user sdk.User
  • token string

func (*SDK_Expecter) UpdateUserRole

func (_e *SDK_Expecter) UpdateUserRole(user interface{}, token interface{}) *SDK_UpdateUserRole_Call

UpdateUserRole is a helper method to define mock.On call

  • user sdk.User
  • token string

func (*SDK_Expecter) UpdateUserTags

func (_e *SDK_Expecter) UpdateUserTags(user interface{}, token interface{}) *SDK_UpdateUserTags_Call

UpdateUserTags is a helper method to define mock.On call

  • user sdk.User
  • token string

func (*SDK_Expecter) UpdateUsername

func (_e *SDK_Expecter) UpdateUsername(user interface{}, token interface{}) *SDK_UpdateUsername_Call

UpdateUsername is a helper method to define mock.On call

  • user sdk.User
  • token string

func (*SDK_Expecter) User

func (_e *SDK_Expecter) User(id interface{}, token interface{}) *SDK_User_Call

User is a helper method to define mock.On call

  • id string
  • token string

func (*SDK_Expecter) UserProfile

func (_e *SDK_Expecter) UserProfile(token interface{}) *SDK_UserProfile_Call

UserProfile is a helper method to define mock.On call

  • token string

func (*SDK_Expecter) Users

func (_e *SDK_Expecter) Users(pm interface{}, token interface{}) *SDK_Users_Call

Users is a helper method to define mock.On call

  • pm sdk.PageMetadata
  • token string

func (*SDK_Expecter) ViewBootstrap

func (_e *SDK_Expecter) ViewBootstrap(id interface{}, domainID interface{}, token interface{}) *SDK_ViewBootstrap_Call

ViewBootstrap is a helper method to define mock.On call

  • id string
  • domainID string
  • token string

func (*SDK_Expecter) ViewCert

func (_e *SDK_Expecter) ViewCert(certID interface{}, domainID interface{}, token interface{}) *SDK_ViewCert_Call

ViewCert is a helper method to define mock.On call

  • certID string
  • domainID string
  • token string

func (*SDK_Expecter) ViewCertByClient

func (_e *SDK_Expecter) ViewCertByClient(clientID interface{}, domainID interface{}, token interface{}) *SDK_ViewCertByClient_Call

ViewCertByClient is a helper method to define mock.On call

  • clientID string
  • domainID string
  • token string

func (*SDK_Expecter) ViewSubscription

func (_e *SDK_Expecter) ViewSubscription(id interface{}, token interface{}) *SDK_ViewSubscription_Call

ViewSubscription is a helper method to define mock.On call

  • id string
  • token string

func (*SDK_Expecter) Whitelist

func (_e *SDK_Expecter) Whitelist(clientID interface{}, state interface{}, domainID interface{}, token interface{}) *SDK_Whitelist_Call

Whitelist is a helper method to define mock.On call

  • clientID string
  • state int
  • domainID string
  • token string

type SDK_GroupPermissions_Call

type SDK_GroupPermissions_Call struct {
	*mock.Call
}

SDK_GroupPermissions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GroupPermissions'

func (*SDK_GroupPermissions_Call) Return

func (*SDK_GroupPermissions_Call) Run

func (_c *SDK_GroupPermissions_Call) Run(run func(id string, domainID string, token string)) *SDK_GroupPermissions_Call

func (*SDK_GroupPermissions_Call) RunAndReturn

type SDK_Group_Call

type SDK_Group_Call struct {
	*mock.Call
}

SDK_Group_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Group'

func (*SDK_Group_Call) Return

func (_c *SDK_Group_Call) Return(_a0 sdk.Group, _a1 errors.SDKError) *SDK_Group_Call

func (*SDK_Group_Call) Run

func (_c *SDK_Group_Call) Run(run func(id string, domainID string, token string)) *SDK_Group_Call

func (*SDK_Group_Call) RunAndReturn

func (_c *SDK_Group_Call) RunAndReturn(run func(string, string, string) (sdk.Group, errors.SDKError)) *SDK_Group_Call

type SDK_Groups_Call

type SDK_Groups_Call struct {
	*mock.Call
}

SDK_Groups_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Groups'

func (*SDK_Groups_Call) Return

func (*SDK_Groups_Call) Run

func (_c *SDK_Groups_Call) Run(run func(pm sdk.PageMetadata, domainID string, token string)) *SDK_Groups_Call

func (*SDK_Groups_Call) RunAndReturn

type SDK_Health_Call

type SDK_Health_Call struct {
	*mock.Call
}

SDK_Health_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Health'

func (*SDK_Health_Call) Return

func (*SDK_Health_Call) Run

func (_c *SDK_Health_Call) Run(run func(service string)) *SDK_Health_Call

func (*SDK_Health_Call) RunAndReturn

func (_c *SDK_Health_Call) RunAndReturn(run func(string) (sdk.HealthInfo, errors.SDKError)) *SDK_Health_Call

type SDK_Invitation_Call

type SDK_Invitation_Call struct {
	*mock.Call
}

SDK_Invitation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Invitation'

func (*SDK_Invitation_Call) Return

func (_c *SDK_Invitation_Call) Return(invitation sdk.Invitation, err error) *SDK_Invitation_Call

func (*SDK_Invitation_Call) Run

func (_c *SDK_Invitation_Call) Run(run func(userID string, domainID string, token string)) *SDK_Invitation_Call

func (*SDK_Invitation_Call) RunAndReturn

func (_c *SDK_Invitation_Call) RunAndReturn(run func(string, string, string) (sdk.Invitation, error)) *SDK_Invitation_Call

type SDK_Invitations_Call

type SDK_Invitations_Call struct {
	*mock.Call
}

SDK_Invitations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Invitations'

func (*SDK_Invitations_Call) Return

func (_c *SDK_Invitations_Call) Return(invitations sdk.InvitationPage, err error) *SDK_Invitations_Call

func (*SDK_Invitations_Call) Run

func (_c *SDK_Invitations_Call) Run(run func(pm sdk.PageMetadata, token string)) *SDK_Invitations_Call

func (*SDK_Invitations_Call) RunAndReturn

type SDK_IssueCert_Call

type SDK_IssueCert_Call struct {
	*mock.Call
}

SDK_IssueCert_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IssueCert'

func (*SDK_IssueCert_Call) Return

func (*SDK_IssueCert_Call) Run

func (_c *SDK_IssueCert_Call) Run(run func(clientID string, validity string, domainID string, token string)) *SDK_IssueCert_Call

func (*SDK_IssueCert_Call) RunAndReturn

type SDK_Journal_Call

type SDK_Journal_Call struct {
	*mock.Call
}

SDK_Journal_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Journal'

func (*SDK_Journal_Call) Return

func (_c *SDK_Journal_Call) Return(journal sdk.JournalsPage, err error) *SDK_Journal_Call

func (*SDK_Journal_Call) Run

func (_c *SDK_Journal_Call) Run(run func(entityType string, entityID string, domainID string, pm sdk.PageMetadata, token string)) *SDK_Journal_Call

func (*SDK_Journal_Call) RunAndReturn

type SDK_ListChannelUserGroups_Call

type SDK_ListChannelUserGroups_Call struct {
	*mock.Call
}

SDK_ListChannelUserGroups_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListChannelUserGroups'

func (*SDK_ListChannelUserGroups_Call) Return

func (*SDK_ListChannelUserGroups_Call) Run

func (_c *SDK_ListChannelUserGroups_Call) Run(run func(channelID string, pm sdk.PageMetadata, domainID string, token string)) *SDK_ListChannelUserGroups_Call

func (*SDK_ListChannelUserGroups_Call) RunAndReturn

type SDK_ListChannelUsers_Call

type SDK_ListChannelUsers_Call struct {
	*mock.Call
}

SDK_ListChannelUsers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListChannelUsers'

func (*SDK_ListChannelUsers_Call) Return

func (*SDK_ListChannelUsers_Call) Run

func (_c *SDK_ListChannelUsers_Call) Run(run func(channelID string, pm sdk.PageMetadata, domainID string, token string)) *SDK_ListChannelUsers_Call

func (*SDK_ListChannelUsers_Call) RunAndReturn

type SDK_ListClientUsers_Call

type SDK_ListClientUsers_Call struct {
	*mock.Call
}

SDK_ListClientUsers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClientUsers'

func (*SDK_ListClientUsers_Call) Return

func (*SDK_ListClientUsers_Call) Run

func (_c *SDK_ListClientUsers_Call) Run(run func(id string, pm sdk.PageMetadata, domainID string, token string)) *SDK_ListClientUsers_Call

func (*SDK_ListClientUsers_Call) RunAndReturn

type SDK_ListDomainUsers_Call

type SDK_ListDomainUsers_Call struct {
	*mock.Call
}

SDK_ListDomainUsers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListDomainUsers'

func (*SDK_ListDomainUsers_Call) Return

func (*SDK_ListDomainUsers_Call) Run

func (_c *SDK_ListDomainUsers_Call) Run(run func(domainID string, pm sdk.PageMetadata, token string)) *SDK_ListDomainUsers_Call

func (*SDK_ListDomainUsers_Call) RunAndReturn

type SDK_ListGroupChannels_Call

type SDK_ListGroupChannels_Call struct {
	*mock.Call
}

SDK_ListGroupChannels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroupChannels'

func (*SDK_ListGroupChannels_Call) Return

func (*SDK_ListGroupChannels_Call) Run

func (_c *SDK_ListGroupChannels_Call) Run(run func(groupID string, pm sdk.PageMetadata, domainID string, token string)) *SDK_ListGroupChannels_Call

func (*SDK_ListGroupChannels_Call) RunAndReturn

type SDK_ListGroupUsers_Call

type SDK_ListGroupUsers_Call struct {
	*mock.Call
}

SDK_ListGroupUsers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGroupUsers'

func (*SDK_ListGroupUsers_Call) Return

func (*SDK_ListGroupUsers_Call) Run

func (_c *SDK_ListGroupUsers_Call) Run(run func(groupID string, pm sdk.PageMetadata, domainID string, token string)) *SDK_ListGroupUsers_Call

func (*SDK_ListGroupUsers_Call) RunAndReturn

type SDK_ListSubscriptions_Call

type SDK_ListSubscriptions_Call struct {
	*mock.Call
}

SDK_ListSubscriptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSubscriptions'

func (*SDK_ListSubscriptions_Call) Return

func (*SDK_ListSubscriptions_Call) Run

func (*SDK_ListSubscriptions_Call) RunAndReturn

type SDK_ListUserChannels_Call

type SDK_ListUserChannels_Call struct {
	*mock.Call
}

SDK_ListUserChannels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUserChannels'

func (*SDK_ListUserChannels_Call) Return

func (*SDK_ListUserChannels_Call) Run

func (_c *SDK_ListUserChannels_Call) Run(run func(userID string, pm sdk.PageMetadata, token string)) *SDK_ListUserChannels_Call

func (*SDK_ListUserChannels_Call) RunAndReturn

type SDK_ListUserClients_Call

type SDK_ListUserClients_Call struct {
	*mock.Call
}

SDK_ListUserClients_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUserClients'

func (*SDK_ListUserClients_Call) Return

func (*SDK_ListUserClients_Call) Run

func (_c *SDK_ListUserClients_Call) Run(run func(userID string, pm sdk.PageMetadata, token string)) *SDK_ListUserClients_Call

func (*SDK_ListUserClients_Call) RunAndReturn

type SDK_ListUserDomains_Call

type SDK_ListUserDomains_Call struct {
	*mock.Call
}

SDK_ListUserDomains_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUserDomains'

func (*SDK_ListUserDomains_Call) Return

func (*SDK_ListUserDomains_Call) Run

func (_c *SDK_ListUserDomains_Call) Run(run func(userID string, pm sdk.PageMetadata, token string)) *SDK_ListUserDomains_Call

func (*SDK_ListUserDomains_Call) RunAndReturn

type SDK_ListUserGroups_Call

type SDK_ListUserGroups_Call struct {
	*mock.Call
}

SDK_ListUserGroups_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUserGroups'

func (*SDK_ListUserGroups_Call) Return

func (*SDK_ListUserGroups_Call) Run

func (_c *SDK_ListUserGroups_Call) Run(run func(userID string, pm sdk.PageMetadata, token string)) *SDK_ListUserGroups_Call

func (*SDK_ListUserGroups_Call) RunAndReturn

type SDK_Members_Call

type SDK_Members_Call struct {
	*mock.Call
}

SDK_Members_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Members'

func (*SDK_Members_Call) Return

func (*SDK_Members_Call) Run

func (_c *SDK_Members_Call) Run(run func(groupID string, meta sdk.PageMetadata, token string)) *SDK_Members_Call

func (*SDK_Members_Call) RunAndReturn

type SDK_Parents_Call

type SDK_Parents_Call struct {
	*mock.Call
}

SDK_Parents_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Parents'

func (*SDK_Parents_Call) Return

func (*SDK_Parents_Call) Run

func (_c *SDK_Parents_Call) Run(run func(id string, pm sdk.PageMetadata, domainID string, token string)) *SDK_Parents_Call

func (*SDK_Parents_Call) RunAndReturn

type SDK_ReadMessages_Call

type SDK_ReadMessages_Call struct {
	*mock.Call
}

SDK_ReadMessages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadMessages'

func (*SDK_ReadMessages_Call) Return

func (*SDK_ReadMessages_Call) Run

func (_c *SDK_ReadMessages_Call) Run(run func(pm sdk.MessagePageMetadata, chanID string, domainID string, token string)) *SDK_ReadMessages_Call

func (*SDK_ReadMessages_Call) RunAndReturn

type SDK_RefreshToken_Call

type SDK_RefreshToken_Call struct {
	*mock.Call
}

SDK_RefreshToken_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RefreshToken'

func (*SDK_RefreshToken_Call) Return

func (*SDK_RefreshToken_Call) Run

func (_c *SDK_RefreshToken_Call) Run(run func(token string)) *SDK_RefreshToken_Call

func (*SDK_RefreshToken_Call) RunAndReturn

func (_c *SDK_RefreshToken_Call) RunAndReturn(run func(string) (sdk.Token, errors.SDKError)) *SDK_RefreshToken_Call

type SDK_RejectInvitation_Call

type SDK_RejectInvitation_Call struct {
	*mock.Call
}

SDK_RejectInvitation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RejectInvitation'

func (*SDK_RejectInvitation_Call) Return

func (*SDK_RejectInvitation_Call) Run

func (_c *SDK_RejectInvitation_Call) Run(run func(domainID string, token string)) *SDK_RejectInvitation_Call

func (*SDK_RejectInvitation_Call) RunAndReturn

type SDK_RemoveBootstrap_Call

type SDK_RemoveBootstrap_Call struct {
	*mock.Call
}

SDK_RemoveBootstrap_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveBootstrap'

func (*SDK_RemoveBootstrap_Call) Return

func (*SDK_RemoveBootstrap_Call) Run

func (_c *SDK_RemoveBootstrap_Call) Run(run func(id string, domainID string, token string)) *SDK_RemoveBootstrap_Call

func (*SDK_RemoveBootstrap_Call) RunAndReturn

type SDK_RemoveUserFromChannel_Call

type SDK_RemoveUserFromChannel_Call struct {
	*mock.Call
}

SDK_RemoveUserFromChannel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveUserFromChannel'

func (*SDK_RemoveUserFromChannel_Call) Return

func (*SDK_RemoveUserFromChannel_Call) Run

func (*SDK_RemoveUserFromChannel_Call) RunAndReturn

type SDK_RemoveUserFromDomain_Call

type SDK_RemoveUserFromDomain_Call struct {
	*mock.Call
}

SDK_RemoveUserFromDomain_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveUserFromDomain'

func (*SDK_RemoveUserFromDomain_Call) Return

func (*SDK_RemoveUserFromDomain_Call) Run

func (_c *SDK_RemoveUserFromDomain_Call) Run(run func(domainID string, userID string, token string)) *SDK_RemoveUserFromDomain_Call

func (*SDK_RemoveUserFromDomain_Call) RunAndReturn

type SDK_RemoveUserFromGroup_Call

type SDK_RemoveUserFromGroup_Call struct {
	*mock.Call
}

SDK_RemoveUserFromGroup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveUserFromGroup'

func (*SDK_RemoveUserFromGroup_Call) Return

func (*SDK_RemoveUserFromGroup_Call) Run

func (_c *SDK_RemoveUserFromGroup_Call) Run(run func(groupID string, req sdk.UsersRelationRequest, domainID string, token string)) *SDK_RemoveUserFromGroup_Call

func (*SDK_RemoveUserFromGroup_Call) RunAndReturn

type SDK_RemoveUserGroupFromChannel_Call

type SDK_RemoveUserGroupFromChannel_Call struct {
	*mock.Call
}

SDK_RemoveUserGroupFromChannel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveUserGroupFromChannel'

func (*SDK_RemoveUserGroupFromChannel_Call) Return

func (*SDK_RemoveUserGroupFromChannel_Call) Run

func (*SDK_RemoveUserGroupFromChannel_Call) RunAndReturn

type SDK_ResetPasswordRequest_Call

type SDK_ResetPasswordRequest_Call struct {
	*mock.Call
}

SDK_ResetPasswordRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ResetPasswordRequest'

func (*SDK_ResetPasswordRequest_Call) Return

func (*SDK_ResetPasswordRequest_Call) Run

func (*SDK_ResetPasswordRequest_Call) RunAndReturn

type SDK_ResetPassword_Call

type SDK_ResetPassword_Call struct {
	*mock.Call
}

SDK_ResetPassword_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ResetPassword'

func (*SDK_ResetPassword_Call) Return

func (*SDK_ResetPassword_Call) Run

func (_c *SDK_ResetPassword_Call) Run(run func(password string, confPass string, token string)) *SDK_ResetPassword_Call

func (*SDK_ResetPassword_Call) RunAndReturn

type SDK_RevokeCert_Call

type SDK_RevokeCert_Call struct {
	*mock.Call
}

SDK_RevokeCert_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RevokeCert'

func (*SDK_RevokeCert_Call) Return

func (*SDK_RevokeCert_Call) Run

func (_c *SDK_RevokeCert_Call) Run(run func(clientID string, domainID string, token string)) *SDK_RevokeCert_Call

func (*SDK_RevokeCert_Call) RunAndReturn

type SDK_SearchUsers_Call

type SDK_SearchUsers_Call struct {
	*mock.Call
}

SDK_SearchUsers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SearchUsers'

func (*SDK_SearchUsers_Call) Return

func (*SDK_SearchUsers_Call) Run

func (_c *SDK_SearchUsers_Call) Run(run func(pm sdk.PageMetadata, token string)) *SDK_SearchUsers_Call

func (*SDK_SearchUsers_Call) RunAndReturn

type SDK_SendInvitation_Call

type SDK_SendInvitation_Call struct {
	*mock.Call
}

SDK_SendInvitation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SendInvitation'

func (*SDK_SendInvitation_Call) Return

func (*SDK_SendInvitation_Call) Run

func (_c *SDK_SendInvitation_Call) Run(run func(invitation sdk.Invitation, token string)) *SDK_SendInvitation_Call

func (*SDK_SendInvitation_Call) RunAndReturn

type SDK_SendMessage_Call

type SDK_SendMessage_Call struct {
	*mock.Call
}

SDK_SendMessage_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SendMessage'

func (*SDK_SendMessage_Call) Return

func (*SDK_SendMessage_Call) Run

func (_c *SDK_SendMessage_Call) Run(run func(chanID string, msg string, key string)) *SDK_SendMessage_Call

func (*SDK_SendMessage_Call) RunAndReturn

type SDK_SetContentType_Call

type SDK_SetContentType_Call struct {
	*mock.Call
}

SDK_SetContentType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetContentType'

func (*SDK_SetContentType_Call) Return

func (*SDK_SetContentType_Call) Run

func (*SDK_SetContentType_Call) RunAndReturn

type SDK_ShareClient_Call

type SDK_ShareClient_Call struct {
	*mock.Call
}

SDK_ShareClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ShareClient'

func (*SDK_ShareClient_Call) Return

func (*SDK_ShareClient_Call) Run

func (_c *SDK_ShareClient_Call) Run(run func(id string, req sdk.UsersRelationRequest, domainID string, token string)) *SDK_ShareClient_Call

func (*SDK_ShareClient_Call) RunAndReturn

type SDK_UnshareClient_Call

type SDK_UnshareClient_Call struct {
	*mock.Call
}

SDK_UnshareClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UnshareClient'

func (*SDK_UnshareClient_Call) Return

func (*SDK_UnshareClient_Call) Run

func (_c *SDK_UnshareClient_Call) Run(run func(id string, req sdk.UsersRelationRequest, domainID string, token string)) *SDK_UnshareClient_Call

func (*SDK_UnshareClient_Call) RunAndReturn

type SDK_UpdateBootstrapCerts_Call

type SDK_UpdateBootstrapCerts_Call struct {
	*mock.Call
}

SDK_UpdateBootstrapCerts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateBootstrapCerts'

func (*SDK_UpdateBootstrapCerts_Call) Return

func (*SDK_UpdateBootstrapCerts_Call) Run

func (_c *SDK_UpdateBootstrapCerts_Call) Run(run func(id string, clientCert string, clientKey string, ca string, domainID string, token string)) *SDK_UpdateBootstrapCerts_Call

func (*SDK_UpdateBootstrapCerts_Call) RunAndReturn

type SDK_UpdateBootstrapConnection_Call

type SDK_UpdateBootstrapConnection_Call struct {
	*mock.Call
}

SDK_UpdateBootstrapConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateBootstrapConnection'

func (*SDK_UpdateBootstrapConnection_Call) Return

func (*SDK_UpdateBootstrapConnection_Call) Run

func (_c *SDK_UpdateBootstrapConnection_Call) Run(run func(id string, channels []string, domainID string, token string)) *SDK_UpdateBootstrapConnection_Call

func (*SDK_UpdateBootstrapConnection_Call) RunAndReturn

type SDK_UpdateBootstrap_Call

type SDK_UpdateBootstrap_Call struct {
	*mock.Call
}

SDK_UpdateBootstrap_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateBootstrap'

func (*SDK_UpdateBootstrap_Call) Return

func (*SDK_UpdateBootstrap_Call) Run

func (_c *SDK_UpdateBootstrap_Call) Run(run func(cfg sdk.BootstrapConfig, domainID string, token string)) *SDK_UpdateBootstrap_Call

func (*SDK_UpdateBootstrap_Call) RunAndReturn

type SDK_UpdateChannel_Call

type SDK_UpdateChannel_Call struct {
	*mock.Call
}

SDK_UpdateChannel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateChannel'

func (*SDK_UpdateChannel_Call) Return

func (*SDK_UpdateChannel_Call) Run

func (_c *SDK_UpdateChannel_Call) Run(run func(channel sdk.Channel, domainID string, token string)) *SDK_UpdateChannel_Call

func (*SDK_UpdateChannel_Call) RunAndReturn

type SDK_UpdateClientSecret_Call

type SDK_UpdateClientSecret_Call struct {
	*mock.Call
}

SDK_UpdateClientSecret_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClientSecret'

func (*SDK_UpdateClientSecret_Call) Return

func (*SDK_UpdateClientSecret_Call) Run

func (_c *SDK_UpdateClientSecret_Call) Run(run func(id string, secret string, domainID string, token string)) *SDK_UpdateClientSecret_Call

func (*SDK_UpdateClientSecret_Call) RunAndReturn

type SDK_UpdateClientTags_Call

type SDK_UpdateClientTags_Call struct {
	*mock.Call
}

SDK_UpdateClientTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClientTags'

func (*SDK_UpdateClientTags_Call) Return

func (*SDK_UpdateClientTags_Call) Run

func (_c *SDK_UpdateClientTags_Call) Run(run func(client sdk.Client, domainID string, token string)) *SDK_UpdateClientTags_Call

func (*SDK_UpdateClientTags_Call) RunAndReturn

type SDK_UpdateClient_Call

type SDK_UpdateClient_Call struct {
	*mock.Call
}

SDK_UpdateClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClient'

func (*SDK_UpdateClient_Call) Return

func (*SDK_UpdateClient_Call) Run

func (_c *SDK_UpdateClient_Call) Run(run func(client sdk.Client, domainID string, token string)) *SDK_UpdateClient_Call

func (*SDK_UpdateClient_Call) RunAndReturn

type SDK_UpdateDomain_Call

type SDK_UpdateDomain_Call struct {
	*mock.Call
}

SDK_UpdateDomain_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateDomain'

func (*SDK_UpdateDomain_Call) Return

func (*SDK_UpdateDomain_Call) Run

func (_c *SDK_UpdateDomain_Call) Run(run func(d sdk.Domain, token string)) *SDK_UpdateDomain_Call

func (*SDK_UpdateDomain_Call) RunAndReturn

type SDK_UpdateGroup_Call

type SDK_UpdateGroup_Call struct {
	*mock.Call
}

SDK_UpdateGroup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateGroup'

func (*SDK_UpdateGroup_Call) Return

func (*SDK_UpdateGroup_Call) Run

func (_c *SDK_UpdateGroup_Call) Run(run func(group sdk.Group, domainID string, token string)) *SDK_UpdateGroup_Call

func (*SDK_UpdateGroup_Call) RunAndReturn

type SDK_UpdatePassword_Call

type SDK_UpdatePassword_Call struct {
	*mock.Call
}

SDK_UpdatePassword_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdatePassword'

func (*SDK_UpdatePassword_Call) Return

func (*SDK_UpdatePassword_Call) Run

func (_c *SDK_UpdatePassword_Call) Run(run func(oldPass string, newPass string, token string)) *SDK_UpdatePassword_Call

func (*SDK_UpdatePassword_Call) RunAndReturn

type SDK_UpdateProfilePicture_Call

type SDK_UpdateProfilePicture_Call struct {
	*mock.Call
}

SDK_UpdateProfilePicture_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProfilePicture'

func (*SDK_UpdateProfilePicture_Call) Return

func (*SDK_UpdateProfilePicture_Call) Run

func (*SDK_UpdateProfilePicture_Call) RunAndReturn

type SDK_UpdateUserEmail_Call

type SDK_UpdateUserEmail_Call struct {
	*mock.Call
}

SDK_UpdateUserEmail_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUserEmail'

func (*SDK_UpdateUserEmail_Call) Return

func (*SDK_UpdateUserEmail_Call) Run

func (_c *SDK_UpdateUserEmail_Call) Run(run func(user sdk.User, token string)) *SDK_UpdateUserEmail_Call

func (*SDK_UpdateUserEmail_Call) RunAndReturn

type SDK_UpdateUserRole_Call

type SDK_UpdateUserRole_Call struct {
	*mock.Call
}

SDK_UpdateUserRole_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUserRole'

func (*SDK_UpdateUserRole_Call) Return

func (*SDK_UpdateUserRole_Call) Run

func (_c *SDK_UpdateUserRole_Call) Run(run func(user sdk.User, token string)) *SDK_UpdateUserRole_Call

func (*SDK_UpdateUserRole_Call) RunAndReturn

type SDK_UpdateUserTags_Call

type SDK_UpdateUserTags_Call struct {
	*mock.Call
}

SDK_UpdateUserTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUserTags'

func (*SDK_UpdateUserTags_Call) Return

func (*SDK_UpdateUserTags_Call) Run

func (_c *SDK_UpdateUserTags_Call) Run(run func(user sdk.User, token string)) *SDK_UpdateUserTags_Call

func (*SDK_UpdateUserTags_Call) RunAndReturn

type SDK_UpdateUser_Call

type SDK_UpdateUser_Call struct {
	*mock.Call
}

SDK_UpdateUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUser'

func (*SDK_UpdateUser_Call) Return

func (*SDK_UpdateUser_Call) Run

func (_c *SDK_UpdateUser_Call) Run(run func(user sdk.User, token string)) *SDK_UpdateUser_Call

func (*SDK_UpdateUser_Call) RunAndReturn

func (_c *SDK_UpdateUser_Call) RunAndReturn(run func(sdk.User, string) (sdk.User, errors.SDKError)) *SDK_UpdateUser_Call

type SDK_UpdateUsername_Call

type SDK_UpdateUsername_Call struct {
	*mock.Call
}

SDK_UpdateUsername_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateUsername'

func (*SDK_UpdateUsername_Call) Return

func (*SDK_UpdateUsername_Call) Run

func (_c *SDK_UpdateUsername_Call) Run(run func(user sdk.User, token string)) *SDK_UpdateUsername_Call

func (*SDK_UpdateUsername_Call) RunAndReturn

type SDK_UserProfile_Call

type SDK_UserProfile_Call struct {
	*mock.Call
}

SDK_UserProfile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UserProfile'

func (*SDK_UserProfile_Call) Return

func (*SDK_UserProfile_Call) Run

func (_c *SDK_UserProfile_Call) Run(run func(token string)) *SDK_UserProfile_Call

func (*SDK_UserProfile_Call) RunAndReturn

func (_c *SDK_UserProfile_Call) RunAndReturn(run func(string) (sdk.User, errors.SDKError)) *SDK_UserProfile_Call

type SDK_User_Call

type SDK_User_Call struct {
	*mock.Call
}

SDK_User_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'User'

func (*SDK_User_Call) Return

func (_c *SDK_User_Call) Return(_a0 sdk.User, _a1 errors.SDKError) *SDK_User_Call

func (*SDK_User_Call) Run

func (_c *SDK_User_Call) Run(run func(id string, token string)) *SDK_User_Call

func (*SDK_User_Call) RunAndReturn

func (_c *SDK_User_Call) RunAndReturn(run func(string, string) (sdk.User, errors.SDKError)) *SDK_User_Call

type SDK_Users_Call

type SDK_Users_Call struct {
	*mock.Call
}

SDK_Users_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Users'

func (*SDK_Users_Call) Return

func (_c *SDK_Users_Call) Return(_a0 sdk.UsersPage, _a1 errors.SDKError) *SDK_Users_Call

func (*SDK_Users_Call) Run

func (_c *SDK_Users_Call) Run(run func(pm sdk.PageMetadata, token string)) *SDK_Users_Call

func (*SDK_Users_Call) RunAndReturn

func (_c *SDK_Users_Call) RunAndReturn(run func(sdk.PageMetadata, string) (sdk.UsersPage, errors.SDKError)) *SDK_Users_Call

type SDK_ViewBootstrap_Call

type SDK_ViewBootstrap_Call struct {
	*mock.Call
}

SDK_ViewBootstrap_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ViewBootstrap'

func (*SDK_ViewBootstrap_Call) Return

func (*SDK_ViewBootstrap_Call) Run

func (_c *SDK_ViewBootstrap_Call) Run(run func(id string, domainID string, token string)) *SDK_ViewBootstrap_Call

func (*SDK_ViewBootstrap_Call) RunAndReturn

type SDK_ViewCertByClient_Call

type SDK_ViewCertByClient_Call struct {
	*mock.Call
}

SDK_ViewCertByClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ViewCertByClient'

func (*SDK_ViewCertByClient_Call) Return

func (*SDK_ViewCertByClient_Call) Run

func (_c *SDK_ViewCertByClient_Call) Run(run func(clientID string, domainID string, token string)) *SDK_ViewCertByClient_Call

func (*SDK_ViewCertByClient_Call) RunAndReturn

type SDK_ViewCert_Call

type SDK_ViewCert_Call struct {
	*mock.Call
}

SDK_ViewCert_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ViewCert'

func (*SDK_ViewCert_Call) Return

func (*SDK_ViewCert_Call) Run

func (_c *SDK_ViewCert_Call) Run(run func(certID string, domainID string, token string)) *SDK_ViewCert_Call

func (*SDK_ViewCert_Call) RunAndReturn

func (_c *SDK_ViewCert_Call) RunAndReturn(run func(string, string, string) (sdk.Cert, errors.SDKError)) *SDK_ViewCert_Call

type SDK_ViewSubscription_Call

type SDK_ViewSubscription_Call struct {
	*mock.Call
}

SDK_ViewSubscription_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ViewSubscription'

func (*SDK_ViewSubscription_Call) Return

func (*SDK_ViewSubscription_Call) Run

func (_c *SDK_ViewSubscription_Call) Run(run func(id string, token string)) *SDK_ViewSubscription_Call

func (*SDK_ViewSubscription_Call) RunAndReturn

type SDK_Whitelist_Call

type SDK_Whitelist_Call struct {
	*mock.Call
}

SDK_Whitelist_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Whitelist'

func (*SDK_Whitelist_Call) Return

func (*SDK_Whitelist_Call) Run

func (_c *SDK_Whitelist_Call) Run(run func(clientID string, state int, domainID string, token string)) *SDK_Whitelist_Call

func (*SDK_Whitelist_Call) RunAndReturn

func (_c *SDK_Whitelist_Call) RunAndReturn(run func(string, int, string, string) errors.SDKError) *SDK_Whitelist_Call

Jump to

Keyboard shortcuts

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