eventlogclientmodels

package
v0.29.0 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModelsAgentType

type ModelsAgentType struct {

	// agent type
	// Required: true
	AgentType *int32 `json:"AgentType"`

	// description
	// Required: true
	Description *string `json:"Description"`
}

ModelsAgentType models agent type

swagger:model models.AgentType

func (*ModelsAgentType) MarshalBinary

func (m *ModelsAgentType) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsAgentType) UnmarshalBinary

func (m *ModelsAgentType) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsAgentType) Validate

func (m *ModelsAgentType) Validate(formats strfmt.Registry) error

Validate validates this models agent type

type ModelsEvent

type ModelsEvent struct {

	// agent type
	// Required: true
	AgentType *int64 `json:"AgentType"`

	// client ID
	// Required: true
	ClientID *string `json:"ClientID"`

	// component ID
	// Required: true
	ComponentID *int64 `json:"ComponentID"`

	// event ID
	// Required: true
	EventID *int64 `json:"EventID"`

	// event level
	// Required: true
	EventLevel *int64 `json:"EventLevel"`

	// event type
	// Required: true
	EventType *int64 `json:"EventType"`

	// IP address
	// Required: true
	IPAddress *string `json:"IPAddress"`

	// namespace
	// Required: true
	Namespace *string `json:"Namespace"`

	// realm
	// Required: true
	Realm *string `json:"Realm"`

	// target namespace
	// Required: true
	TargetNamespace *string `json:"TargetNamespace"`

	// target user ID
	// Required: true
	TargetUserID *string `json:"TargetUserID"`

	// time
	// Required: true
	Time *string `json:"Time"`

	// u x
	// Required: true
	UX *int64 `json:"UX"`

	// user ID
	// Required: true
	UserID *string `json:"UserID"`
}

ModelsEvent models event

swagger:model models.Event

func (*ModelsEvent) MarshalBinary

func (m *ModelsEvent) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsEvent) UnmarshalBinary

func (m *ModelsEvent) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsEvent) Validate

func (m *ModelsEvent) Validate(formats strfmt.Registry) error

Validate validates this models event

type ModelsEventID

type ModelsEventID struct {

	// description
	// Required: true
	Description *string `json:"Description"`

	// event ID
	// Required: true
	EventID *int32 `json:"EventID"`
}

ModelsEventID models event ID

swagger:model models.EventID

func (*ModelsEventID) MarshalBinary

func (m *ModelsEventID) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsEventID) UnmarshalBinary

func (m *ModelsEventID) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsEventID) Validate

func (m *ModelsEventID) Validate(formats strfmt.Registry) error

Validate validates this models event ID

type ModelsEventLevel

type ModelsEventLevel struct {

	// description
	// Required: true
	Description *string `json:"Description"`

	// event level
	// Required: true
	EventLevel *int32 `json:"EventLevel"`
}

ModelsEventLevel models event level

swagger:model models.EventLevel

func (*ModelsEventLevel) MarshalBinary

func (m *ModelsEventLevel) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsEventLevel) UnmarshalBinary

func (m *ModelsEventLevel) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsEventLevel) Validate

func (m *ModelsEventLevel) Validate(formats strfmt.Registry) error

Validate validates this models event level

type ModelsEventRegistry

type ModelsEventRegistry struct {

	// event ID
	// Required: true
	EventID *int32 `json:"EventID"`

	// event level
	// Required: true
	EventLevel *int32 `json:"EventLevel"`

	// event type
	// Required: true
	EventType *int32 `json:"EventType"`

	// u x
	// Required: true
	UX *int32 `json:"UX"`
}

ModelsEventRegistry models event registry

swagger:model models.EventRegistry

func (*ModelsEventRegistry) MarshalBinary

func (m *ModelsEventRegistry) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsEventRegistry) UnmarshalBinary

func (m *ModelsEventRegistry) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsEventRegistry) Validate

func (m *ModelsEventRegistry) Validate(formats strfmt.Registry) error

Validate validates this models event registry

type ModelsEventResponse

type ModelsEventResponse struct {

	// data
	// Required: true
	Data []*ModelsEvent `json:"Data"`

	// pagination
	// Required: true
	Pagination *ModelsPagination `json:"Pagination"`
}

ModelsEventResponse models event response

swagger:model models.EventResponse

func (*ModelsEventResponse) MarshalBinary

func (m *ModelsEventResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsEventResponse) UnmarshalBinary

func (m *ModelsEventResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsEventResponse) Validate

func (m *ModelsEventResponse) Validate(formats strfmt.Registry) error

Validate validates this models event response

type ModelsEventResponseV2

type ModelsEventResponseV2 struct {

	// data
	// Required: true
	Data []*ModelsEventV2 `json:"data"`

	// paging
	// Required: true
	Paging *ModelsPaging `json:"paging"`
}

ModelsEventResponseV2 models event response v2

swagger:model models.EventResponseV2

func (*ModelsEventResponseV2) MarshalBinary

func (m *ModelsEventResponseV2) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsEventResponseV2) UnmarshalBinary

func (m *ModelsEventResponseV2) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsEventResponseV2) Validate

func (m *ModelsEventResponseV2) Validate(formats strfmt.Registry) error

Validate validates this models event response v2

type ModelsEventType

type ModelsEventType struct {

	// description
	// Required: true
	Description *string `json:"Description"`

	// event type
	// Required: true
	EventType *int32 `json:"EventType"`
}

ModelsEventType models event type

swagger:model models.EventType

func (*ModelsEventType) MarshalBinary

func (m *ModelsEventType) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsEventType) UnmarshalBinary

func (m *ModelsEventType) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsEventType) Validate

func (m *ModelsEventType) Validate(formats strfmt.Registry) error

Validate validates this models event type

type ModelsEventV2

type ModelsEventV2 struct {

	// client Id
	// Required: true
	ClientID *string `json:"clientId"`

	// id
	// Required: true
	ID *string `json:"id"`

	// name
	// Required: true
	Name *string `json:"name"`

	// namespace
	// Required: true
	Namespace *string `json:"namespace"`

	// payload
	Payload interface{} `json:"payload,omitempty"`

	// session Id
	// Required: true
	SessionID *string `json:"sessionId"`

	// timestamp
	// Required: true
	// Format: date-time
	Timestamp strfmt.DateTime `json:"timestamp"`

	// trace Id
	// Required: true
	TraceID *string `json:"traceId"`

	// user Id
	// Required: true
	UserID *string `json:"userId"`

	// version
	// Required: true
	Version *int32 `json:"version"`
}

ModelsEventV2 models event v2

swagger:model models.EventV2

func (*ModelsEventV2) MarshalBinary

func (m *ModelsEventV2) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsEventV2) UnmarshalBinary

func (m *ModelsEventV2) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsEventV2) Validate

func (m *ModelsEventV2) Validate(formats strfmt.Registry) error

Validate validates this models event v2

type ModelsGenericQueryPayload

type ModelsGenericQueryPayload struct {

	// client Id
	// Required: true
	ClientID *string `json:"clientId"`

	// event name
	// Required: true
	EventName *string `json:"eventName"`

	// payload query
	// Required: true
	PayloadQuery interface{} `json:"payloadQuery"`

	// session Id
	// Required: true
	SessionID *string `json:"sessionId"`

	// trace Id
	// Required: true
	TraceID *string `json:"traceId"`

	// user Id
	// Required: true
	UserID *string `json:"userId"`

	// version
	// Required: true
	Version *int32 `json:"version"`
}

ModelsGenericQueryPayload models generic query payload

swagger:model models.GenericQueryPayload

func (*ModelsGenericQueryPayload) MarshalBinary

func (m *ModelsGenericQueryPayload) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsGenericQueryPayload) UnmarshalBinary

func (m *ModelsGenericQueryPayload) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsGenericQueryPayload) Validate

func (m *ModelsGenericQueryPayload) Validate(formats strfmt.Registry) error

Validate validates this models generic query payload

type ModelsMultipleAgentType

type ModelsMultipleAgentType struct {

	// agent types
	// Required: true
	AgentTypes []*ModelsAgentType `json:"AgentTypes"`
}

ModelsMultipleAgentType models multiple agent type

swagger:model models.MultipleAgentType

func (*ModelsMultipleAgentType) MarshalBinary

func (m *ModelsMultipleAgentType) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsMultipleAgentType) UnmarshalBinary

func (m *ModelsMultipleAgentType) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsMultipleAgentType) Validate

func (m *ModelsMultipleAgentType) Validate(formats strfmt.Registry) error

Validate validates this models multiple agent type

type ModelsMultipleEventID

type ModelsMultipleEventID struct {

	// event i ds
	// Required: true
	EventIDs []*ModelsEventID `json:"EventIDs"`
}

ModelsMultipleEventID models multiple event ID

swagger:model models.MultipleEventID

func (*ModelsMultipleEventID) MarshalBinary

func (m *ModelsMultipleEventID) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsMultipleEventID) UnmarshalBinary

func (m *ModelsMultipleEventID) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsMultipleEventID) Validate

func (m *ModelsMultipleEventID) Validate(formats strfmt.Registry) error

Validate validates this models multiple event ID

type ModelsMultipleEventLevel

type ModelsMultipleEventLevel struct {

	// event level
	// Required: true
	EventLevel []*ModelsEventLevel `json:"EventLevel"`
}

ModelsMultipleEventLevel models multiple event level

swagger:model models.MultipleEventLevel

func (*ModelsMultipleEventLevel) MarshalBinary

func (m *ModelsMultipleEventLevel) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsMultipleEventLevel) UnmarshalBinary

func (m *ModelsMultipleEventLevel) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsMultipleEventLevel) Validate

func (m *ModelsMultipleEventLevel) Validate(formats strfmt.Registry) error

Validate validates this models multiple event level

type ModelsMultipleEventType

type ModelsMultipleEventType struct {

	// event type
	// Required: true
	EventType []*ModelsEventType `json:"EventType"`
}

ModelsMultipleEventType models multiple event type

swagger:model models.MultipleEventType

func (*ModelsMultipleEventType) MarshalBinary

func (m *ModelsMultipleEventType) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsMultipleEventType) UnmarshalBinary

func (m *ModelsMultipleEventType) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsMultipleEventType) Validate

func (m *ModelsMultipleEventType) Validate(formats strfmt.Registry) error

Validate validates this models multiple event type

type ModelsMultipleUX

type ModelsMultipleUX struct {

	// u x
	// Required: true
	UX []*ModelsUX `json:"UX"`
}

ModelsMultipleUX models multiple u x

swagger:model models.MultipleUX

func (*ModelsMultipleUX) MarshalBinary

func (m *ModelsMultipleUX) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsMultipleUX) UnmarshalBinary

func (m *ModelsMultipleUX) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsMultipleUX) Validate

func (m *ModelsMultipleUX) Validate(formats strfmt.Registry) error

Validate validates this models multiple u x

type ModelsPagination

type ModelsPagination struct {

	// next
	Next string `json:"Next,omitempty"`

	// previous
	Previous string `json:"Previous,omitempty"`
}

ModelsPagination models pagination

swagger:model models.Pagination

func (*ModelsPagination) MarshalBinary

func (m *ModelsPagination) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsPagination) UnmarshalBinary

func (m *ModelsPagination) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsPagination) Validate

func (m *ModelsPagination) Validate(formats strfmt.Registry) error

Validate validates this models pagination

type ModelsPaging

type ModelsPaging struct {

	// first
	First string `json:"first,omitempty"`

	// last
	Last string `json:"last,omitempty"`

	// next
	Next string `json:"next,omitempty"`

	// previous
	Previous string `json:"previous,omitempty"`
}

ModelsPaging models paging

swagger:model models.Paging

func (*ModelsPaging) MarshalBinary

func (m *ModelsPaging) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsPaging) UnmarshalBinary

func (m *ModelsPaging) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsPaging) Validate

func (m *ModelsPaging) Validate(formats strfmt.Registry) error

Validate validates this models paging

type ModelsUX

type ModelsUX struct {

	// description
	// Required: true
	Description *string `json:"Description"`

	// u x
	// Required: true
	UX *int32 `json:"UX"`
}

ModelsUX models u x

swagger:model models.UX

func (*ModelsUX) MarshalBinary

func (m *ModelsUX) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsUX) UnmarshalBinary

func (m *ModelsUX) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsUX) Validate

func (m *ModelsUX) Validate(formats strfmt.Registry) error

Validate validates this models u x

type ModelsUserLastActivity

type ModelsUserLastActivity struct {

	// last activity time
	// Required: true
	// Format: date-time
	LastActivityTime strfmt.DateTime `json:"LastActivityTime"`

	// namespace
	// Required: true
	Namespace *string `json:"Namespace"`

	// user ID
	// Required: true
	UserID *string `json:"UserID"`
}

ModelsUserLastActivity models user last activity

swagger:model models.UserLastActivity

func (*ModelsUserLastActivity) MarshalBinary

func (m *ModelsUserLastActivity) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsUserLastActivity) UnmarshalBinary

func (m *ModelsUserLastActivity) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsUserLastActivity) Validate

func (m *ModelsUserLastActivity) Validate(formats strfmt.Registry) error

Validate validates this models user last activity

Jump to

Keyboard shortcuts

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