Documentation ¶
Index ¶
- type ModelsAgentType
- type ModelsEvent
- type ModelsEventID
- type ModelsEventLevel
- type ModelsEventRegistry
- type ModelsEventResponse
- type ModelsEventResponseV2
- type ModelsEventType
- type ModelsEventV2
- type ModelsGenericQueryPayload
- type ModelsMultipleAgentType
- type ModelsMultipleEventID
- type ModelsMultipleEventLevel
- type ModelsMultipleEventType
- type ModelsMultipleUX
- type ModelsPagination
- type ModelsPaging
- type ModelsUX
- type ModelsUserLastActivity
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 ¶
MarshalBinary interface implementation
func (*ModelsUX) UnmarshalBinary ¶
UnmarshalBinary interface implementation
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
Source Files ¶
- models_agent_type.go
- models_event.go
- models_event_id.go
- models_event_level.go
- models_event_registry.go
- models_event_response.go
- models_event_response_v2.go
- models_event_type.go
- models_event_v2.go
- models_generic_query_payload.go
- models_multiple_agent_type.go
- models_multiple_event_id.go
- models_multiple_event_level.go
- models_multiple_event_type.go
- models_multiple_u_x.go
- models_pagination.go
- models_paging.go
- models_u_x.go
- models_user_last_activity.go