Documentation ¶
Index ¶
- type AuthorizedLogin
- type DashboardHandler
- func (a *DashboardHandler) BatchReplayEvents(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) BatchRetryEventDelivery(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) CancelOrganizationInvite(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) CountAffectedEventDeliveries(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) CountAffectedEvents(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) CreateConfiguration(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) CreateEndpoint(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) CreateEndpointEvent(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) CreateOrganisation(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) CreatePersonalAPIKey(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) CreatePortalLink(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) CreateProject(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) CreateSource(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) CreateSubscription(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) DeleteEndpoint(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) DeleteOrganisation(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) DeleteOrganisationMember(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) DeleteProject(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) DeleteSource(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) DeleteSubscription(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) ExpireSecret(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) FindUserByInviteToken(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) ForceResendEventDeliveries(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) ForgotPassword(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetAPIKeys(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetDashboardSummary(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetDeliveryAttempt(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetDeliveryAttempts(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetEndpoint(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetEndpointEvent(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetEndpoints(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetEventDeliveriesPaged(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetEventDelivery(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetEventsPaged(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetMetaEvent(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetMetaEventsPaged(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetOrganisation(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetOrganisationMember(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetOrganisationMembers(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetOrganisationsPaged(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetPendingOrganisationInvites(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetPortalLinkByID(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetProject(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetProjectStatistics(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetProjects(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetSourceByID(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetSubscription(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetSubscriptions(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) GetUser(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) InviteUserToOrganisation(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) IsSignUpEnabled(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) LoadConfiguration(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) LoadPortalLinksPaged(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) LoadSourcesPaged(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) LoginUser(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) LogoutUser(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) PauseEndpoint(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) ProcessOrganisationMemberInvite(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) RefreshToken(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) RegenerateProjectAPIKey(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) RegisterUser(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) ReplayEndpointEvent(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) ResendEventDelivery(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) ResendMetaEvent(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) ResendOrganizationInvite(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) ResendVerificationEmail(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) ResetPassword(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) RevokePersonalAPIKey(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) RevokePortalLink(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) TestSubscriptionFilter(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) TestSubscriptionFunction(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) ToggleEndpointStatus(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) UpdateConfiguration(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) UpdateEndpoint(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) UpdateOrganisation(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) UpdateOrganisationMember(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) UpdatePassword(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) UpdatePortalLink(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) UpdateProject(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) UpdateSource(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) UpdateSubscription(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) UpdateUser(w http.ResponseWriter, r *http.Request)
- func (a *DashboardHandler) VerifyEmail(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizedLogin ¶
type DashboardHandler ¶
type DashboardHandler struct {
A *types.APIOptions
}
func NewDashboardHandler ¶
func NewDashboardHandler(a *types.APIOptions) *DashboardHandler
func (*DashboardHandler) BatchReplayEvents ¶
func (a *DashboardHandler) BatchReplayEvents(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) BatchRetryEventDelivery ¶
func (a *DashboardHandler) BatchRetryEventDelivery(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) CancelOrganizationInvite ¶
func (a *DashboardHandler) CancelOrganizationInvite(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) CountAffectedEventDeliveries ¶
func (a *DashboardHandler) CountAffectedEventDeliveries(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) CountAffectedEvents ¶
func (a *DashboardHandler) CountAffectedEvents(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) CreateConfiguration ¶
func (a *DashboardHandler) CreateConfiguration(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) CreateEndpoint ¶
func (a *DashboardHandler) CreateEndpoint(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) CreateEndpointEvent ¶
func (a *DashboardHandler) CreateEndpointEvent(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) CreateOrganisation ¶
func (a *DashboardHandler) CreateOrganisation(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) CreatePersonalAPIKey ¶
func (a *DashboardHandler) CreatePersonalAPIKey(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) CreatePortalLink ¶
func (a *DashboardHandler) CreatePortalLink(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) CreateProject ¶
func (a *DashboardHandler) CreateProject(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) CreateSource ¶
func (a *DashboardHandler) CreateSource(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) CreateSubscription ¶
func (a *DashboardHandler) CreateSubscription(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) DeleteEndpoint ¶
func (a *DashboardHandler) DeleteEndpoint(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) DeleteOrganisation ¶
func (a *DashboardHandler) DeleteOrganisation(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) DeleteOrganisationMember ¶
func (a *DashboardHandler) DeleteOrganisationMember(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) DeleteProject ¶
func (a *DashboardHandler) DeleteProject(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) DeleteSource ¶
func (a *DashboardHandler) DeleteSource(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) DeleteSubscription ¶
func (a *DashboardHandler) DeleteSubscription(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) ExpireSecret ¶
func (a *DashboardHandler) ExpireSecret(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) FindUserByInviteToken ¶
func (a *DashboardHandler) FindUserByInviteToken(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) ForceResendEventDeliveries ¶
func (a *DashboardHandler) ForceResendEventDeliveries(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) ForgotPassword ¶
func (a *DashboardHandler) ForgotPassword(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetAPIKeys ¶
func (a *DashboardHandler) GetAPIKeys(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetDashboardSummary ¶
func (a *DashboardHandler) GetDashboardSummary(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetDeliveryAttempt ¶
func (a *DashboardHandler) GetDeliveryAttempt(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetDeliveryAttempts ¶
func (a *DashboardHandler) GetDeliveryAttempts(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetEndpoint ¶
func (a *DashboardHandler) GetEndpoint(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetEndpointEvent ¶
func (a *DashboardHandler) GetEndpointEvent(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetEndpoints ¶
func (a *DashboardHandler) GetEndpoints(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetEventDeliveriesPaged ¶
func (a *DashboardHandler) GetEventDeliveriesPaged(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetEventDelivery ¶
func (a *DashboardHandler) GetEventDelivery(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetEventsPaged ¶
func (a *DashboardHandler) GetEventsPaged(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetMetaEvent ¶
func (a *DashboardHandler) GetMetaEvent(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetMetaEventsPaged ¶
func (a *DashboardHandler) GetMetaEventsPaged(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetOrganisation ¶
func (a *DashboardHandler) GetOrganisation(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetOrganisationMember ¶
func (a *DashboardHandler) GetOrganisationMember(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetOrganisationMembers ¶
func (a *DashboardHandler) GetOrganisationMembers(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetOrganisationsPaged ¶
func (a *DashboardHandler) GetOrganisationsPaged(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetPendingOrganisationInvites ¶
func (a *DashboardHandler) GetPendingOrganisationInvites(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetPortalLinkByID ¶
func (a *DashboardHandler) GetPortalLinkByID(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetProject ¶
func (a *DashboardHandler) GetProject(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetProjectStatistics ¶
func (a *DashboardHandler) GetProjectStatistics(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetProjects ¶
func (a *DashboardHandler) GetProjects(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetSourceByID ¶
func (a *DashboardHandler) GetSourceByID(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetSubscription ¶
func (a *DashboardHandler) GetSubscription(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetSubscriptions ¶
func (a *DashboardHandler) GetSubscriptions(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) GetUser ¶
func (a *DashboardHandler) GetUser(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) InviteUserToOrganisation ¶
func (a *DashboardHandler) InviteUserToOrganisation(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) IsSignUpEnabled ¶
func (a *DashboardHandler) IsSignUpEnabled(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) LoadConfiguration ¶
func (a *DashboardHandler) LoadConfiguration(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) LoadPortalLinksPaged ¶
func (a *DashboardHandler) LoadPortalLinksPaged(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) LoadSourcesPaged ¶
func (a *DashboardHandler) LoadSourcesPaged(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) LoginUser ¶
func (a *DashboardHandler) LoginUser(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) LogoutUser ¶
func (a *DashboardHandler) LogoutUser(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) PauseEndpoint ¶
func (a *DashboardHandler) PauseEndpoint(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) ProcessOrganisationMemberInvite ¶
func (a *DashboardHandler) ProcessOrganisationMemberInvite(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) RefreshToken ¶
func (a *DashboardHandler) RefreshToken(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) RegenerateProjectAPIKey ¶
func (a *DashboardHandler) RegenerateProjectAPIKey(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) RegisterUser ¶
func (a *DashboardHandler) RegisterUser(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) ReplayEndpointEvent ¶
func (a *DashboardHandler) ReplayEndpointEvent(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) ResendEventDelivery ¶
func (a *DashboardHandler) ResendEventDelivery(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) ResendMetaEvent ¶
func (a *DashboardHandler) ResendMetaEvent(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) ResendOrganizationInvite ¶
func (a *DashboardHandler) ResendOrganizationInvite(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) ResendVerificationEmail ¶
func (a *DashboardHandler) ResendVerificationEmail(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) ResetPassword ¶
func (a *DashboardHandler) ResetPassword(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) RevokePersonalAPIKey ¶
func (a *DashboardHandler) RevokePersonalAPIKey(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) RevokePortalLink ¶
func (a *DashboardHandler) RevokePortalLink(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) TestSubscriptionFilter ¶
func (a *DashboardHandler) TestSubscriptionFilter(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) TestSubscriptionFunction ¶
func (a *DashboardHandler) TestSubscriptionFunction(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) ToggleEndpointStatus ¶
func (a *DashboardHandler) ToggleEndpointStatus(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) UpdateConfiguration ¶
func (a *DashboardHandler) UpdateConfiguration(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) UpdateEndpoint ¶
func (a *DashboardHandler) UpdateEndpoint(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) UpdateOrganisation ¶
func (a *DashboardHandler) UpdateOrganisation(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) UpdateOrganisationMember ¶
func (a *DashboardHandler) UpdateOrganisationMember(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) UpdatePassword ¶
func (a *DashboardHandler) UpdatePassword(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) UpdatePortalLink ¶
func (a *DashboardHandler) UpdatePortalLink(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) UpdateProject ¶
func (a *DashboardHandler) UpdateProject(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) UpdateSource ¶
func (a *DashboardHandler) UpdateSource(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) UpdateSubscription ¶
func (a *DashboardHandler) UpdateSubscription(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) UpdateUser ¶
func (a *DashboardHandler) UpdateUser(w http.ResponseWriter, r *http.Request)
func (*DashboardHandler) VerifyEmail ¶
func (a *DashboardHandler) VerifyEmail(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.