eventlog

package
v0.18.1 Latest Latest
Warning

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

Go to latest
Published: May 19, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventDescriptionsService added in v0.10.0

type EventDescriptionsService struct {
	Client          *eventlogclient.JusticeEventlogService
	TokenRepository repository.TokenRepository
}

func (*EventDescriptionsService) AgentTypeDescriptionHandler deprecated added in v0.10.0

Deprecated: Use AgentTypeDescriptionHandlerShort instead

func (*EventDescriptionsService) AgentTypeDescriptionHandlerShort added in v0.10.0

func (*EventDescriptionsService) EventIDDescriptionHandler deprecated added in v0.10.0

Deprecated: Use EventIDDescriptionHandlerShort instead

func (*EventDescriptionsService) EventIDDescriptionHandlerShort added in v0.10.0

func (*EventDescriptionsService) EventLevelDescriptionHandler deprecated added in v0.10.0

Deprecated: Use EventLevelDescriptionHandlerShort instead

func (*EventDescriptionsService) EventLevelDescriptionHandlerShort added in v0.10.0

func (*EventDescriptionsService) EventTypeDescriptionHandler deprecated added in v0.10.0

Deprecated: Use EventTypeDescriptionHandlerShort instead

func (*EventDescriptionsService) EventTypeDescriptionHandlerShort added in v0.10.0

func (*EventDescriptionsService) SpecificAgentTypeDescriptionHandler deprecated added in v0.10.0

Deprecated: Use SpecificAgentTypeDescriptionHandlerShort instead

func (*EventDescriptionsService) SpecificAgentTypeDescriptionHandlerShort added in v0.10.0

func (*EventDescriptionsService) SpecificEventIDDescriptionHandler deprecated added in v0.10.0

Deprecated: Use SpecificEventIDDescriptionHandlerShort instead

func (*EventDescriptionsService) SpecificEventIDDescriptionHandlerShort added in v0.10.0

func (*EventDescriptionsService) SpecificEventLevelDescriptionHandler deprecated added in v0.10.0

Deprecated: Use SpecificEventLevelDescriptionHandlerShort instead

func (*EventDescriptionsService) SpecificEventLevelDescriptionHandlerShort added in v0.10.0

func (*EventDescriptionsService) SpecificEventTypeDescriptionHandler deprecated added in v0.10.0

Deprecated: Use SpecificEventTypeDescriptionHandlerShort instead

func (*EventDescriptionsService) SpecificEventTypeDescriptionHandlerShort added in v0.10.0

func (*EventDescriptionsService) SpecificUXDescriptionHandler deprecated added in v0.10.0

Deprecated: Use SpecificUXDescriptionHandlerShort instead

func (*EventDescriptionsService) SpecificUXDescriptionHandlerShort added in v0.10.0

func (*EventDescriptionsService) UXNameDescriptionHandler deprecated added in v0.10.0

Deprecated: Use UXNameDescriptionHandlerShort instead

func (*EventDescriptionsService) UXNameDescriptionHandlerShort added in v0.10.0

type EventRegistryService added in v0.10.0

type EventRegistryService struct {
	Client          *eventlogclient.JusticeEventlogService
	TokenRepository repository.TokenRepository
}

func (*EventRegistryService) GetRegisteredEventIDHandler deprecated added in v0.10.0

Deprecated: Use GetRegisteredEventIDHandlerShort instead

func (*EventRegistryService) GetRegisteredEventIDHandlerShort added in v0.10.0

func (*EventRegistryService) GetRegisteredEventsByEventTypeHandler deprecated added in v0.10.0

Deprecated: Use GetRegisteredEventsByEventTypeHandlerShort instead

func (*EventRegistryService) GetRegisteredEventsByEventTypeHandlerShort added in v0.10.0

func (*EventRegistryService) GetRegisteredEventsHandler deprecated added in v0.10.0

Deprecated: Use GetRegisteredEventsHandlerShort instead

func (*EventRegistryService) GetRegisteredEventsHandlerShort added in v0.10.0

func (*EventRegistryService) RegisterEventHandler deprecated added in v0.10.0

func (e *EventRegistryService) RegisterEventHandler(input *event_registry.RegisterEventHandlerParams) error

Deprecated: Use RegisterEventHandlerShort instead

func (*EventRegistryService) RegisterEventHandlerShort added in v0.10.0

func (e *EventRegistryService) RegisterEventHandlerShort(input *event_registry.RegisterEventHandlerParams) error

func (*EventRegistryService) UnregisterEventIDHandler deprecated added in v0.10.0

func (e *EventRegistryService) UnregisterEventIDHandler(input *event_registry.UnregisterEventIDHandlerParams) error

Deprecated: Use UnregisterEventIDHandlerShort instead

func (*EventRegistryService) UnregisterEventIDHandlerShort added in v0.10.0

func (e *EventRegistryService) UnregisterEventIDHandlerShort(input *event_registry.UnregisterEventIDHandlerParams) error

func (*EventRegistryService) UpdateEventRegistryHandler deprecated added in v0.10.0

func (e *EventRegistryService) UpdateEventRegistryHandler(input *event_registry.UpdateEventRegistryHandlerParams) error

Deprecated: Use UpdateEventRegistryHandlerShort instead

func (*EventRegistryService) UpdateEventRegistryHandlerShort added in v0.10.0

func (e *EventRegistryService) UpdateEventRegistryHandlerShort(input *event_registry.UpdateEventRegistryHandlerParams) error

type EventService added in v0.10.0

type EventService struct {
	Client          *eventlogclient.JusticeEventlogService
	TokenRepository repository.TokenRepository
}

func (*EventService) GetEventByEventIDHandler deprecated added in v0.10.0

Deprecated: Use GetEventByEventIDHandlerShort instead

func (*EventService) GetEventByEventIDHandlerShort added in v0.10.0

func (*EventService) GetEventByEventTypeAndEventIDHandler deprecated added in v0.10.0

Deprecated: Use GetEventByEventTypeAndEventIDHandlerShort instead

func (*EventService) GetEventByEventTypeAndEventIDHandlerShort added in v0.10.0

func (e *EventService) GetEventByEventTypeAndEventIDHandlerShort(input *event.GetEventByEventTypeAndEventIDHandlerParams) (*eventlogclientmodels.ModelsEventResponse, error)

func (*EventService) GetEventByEventTypeHandler deprecated added in v0.10.0

Deprecated: Use GetEventByEventTypeHandlerShort instead

func (*EventService) GetEventByEventTypeHandlerShort added in v0.10.0

func (*EventService) GetEventByNamespaceHandler deprecated added in v0.10.0

Deprecated: Use GetEventByNamespaceHandlerShort instead

func (*EventService) GetEventByNamespaceHandlerShort added in v0.10.0

func (*EventService) GetEventByUserEventIDAndEventTypeHandler deprecated added in v0.10.0

Deprecated: Use GetEventByUserEventIDAndEventTypeHandlerShort instead

func (*EventService) GetEventByUserEventIDAndEventTypeHandlerShort added in v0.10.0

func (e *EventService) GetEventByUserEventIDAndEventTypeHandlerShort(input *event.GetEventByUserEventIDAndEventTypeHandlerParams) (*eventlogclientmodels.ModelsEventResponse, error)

func (*EventService) GetEventByUserIDAndEventIDHandler deprecated added in v0.10.0

Deprecated: Use GetEventByUserIDAndEventIDHandlerShort instead

func (*EventService) GetEventByUserIDAndEventIDHandlerShort added in v0.10.0

func (e *EventService) GetEventByUserIDAndEventIDHandlerShort(input *event.GetEventByUserIDAndEventIDHandlerParams) (*eventlogclientmodels.ModelsEventResponse, error)

func (*EventService) GetEventByUserIDAndEventTypeHandler deprecated added in v0.10.0

Deprecated: Use GetEventByUserIDAndEventTypeHandlerShort instead

func (*EventService) GetEventByUserIDAndEventTypeHandlerShort added in v0.10.0

func (e *EventService) GetEventByUserIDAndEventTypeHandlerShort(input *event.GetEventByUserIDAndEventTypeHandlerParams) (*eventlogclientmodels.ModelsEventResponse, error)

func (*EventService) GetEventByUserIDHandler deprecated added in v0.10.0

Deprecated: Use GetEventByUserIDHandlerShort instead

func (*EventService) GetEventByUserIDHandlerShort added in v0.10.0

func (*EventService) PostEventHandler deprecated added in v0.10.0

func (e *EventService) PostEventHandler(input *event.PostEventHandlerParams) error

Deprecated: Use PostEventHandlerShort instead

func (*EventService) PostEventHandlerShort added in v0.10.0

func (e *EventService) PostEventHandlerShort(input *event.PostEventHandlerParams) error

type EventV2Service

type EventV2Service struct {
	Client          *eventlogclient.JusticeEventlogService
	TokenRepository repository.TokenRepository
}

func (*EventV2Service) GetEventSpecificUserV2Handler deprecated

Deprecated: Use GetEventSpecificUserV2HandlerShort instead

func (*EventV2Service) GetEventSpecificUserV2HandlerShort added in v0.10.0

func (*EventV2Service) GetPublicEditHistory deprecated

Deprecated: Use GetPublicEditHistoryShort instead

func (*EventV2Service) GetPublicEditHistoryShort added in v0.10.0

func (*EventV2Service) GetUserEventsV2Public deprecated

Deprecated: Use GetUserEventsV2PublicShort instead

func (*EventV2Service) GetUserEventsV2PublicShort added in v0.10.0

func (*EventV2Service) QueryEventStreamHandler deprecated

Deprecated: Use QueryEventStreamHandlerShort instead

func (*EventV2Service) QueryEventStreamHandlerShort added in v0.10.0

type UserInformationService added in v0.10.0

type UserInformationService struct {
	Client          *eventlogclient.JusticeEventlogService
	TokenRepository repository.TokenRepository
}

func (*UserInformationService) DeleteUserActivitiesHandler deprecated added in v0.10.0

func (u *UserInformationService) DeleteUserActivitiesHandler(input *user_information.DeleteUserActivitiesHandlerParams) error

Deprecated: Use DeleteUserActivitiesHandlerShort instead

func (*UserInformationService) DeleteUserActivitiesHandlerShort added in v0.10.0

func (u *UserInformationService) DeleteUserActivitiesHandlerShort(input *user_information.DeleteUserActivitiesHandlerParams) error

func (*UserInformationService) GetUserActivitiesHandler deprecated added in v0.10.0

Deprecated: Use GetUserActivitiesHandlerShort instead

func (*UserInformationService) GetUserActivitiesHandlerShort added in v0.10.0

func (*UserInformationService) LastUserActivityTimeHandler deprecated added in v0.10.0

Deprecated: Use LastUserActivityTimeHandlerShort instead

func (*UserInformationService) LastUserActivityTimeHandlerShort added in v0.10.0

Jump to

Keyboard shortcuts

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