Documentation
¶
Overview ¶
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
Index ¶
- Variables
- type AnyMessagedeprecated
- type AnyMessage_Messagedeprecated
- type AnyMessage_RawMessagedeprecated
- type Checkpointdeprecated
- type Checkpoint_CheckpointDatadeprecated
- type Checkpoint_DirectionCheckpointdeprecated
- type Checkpoint_SessionAliasToDirectionCheckpointdeprecated
- type ComparisonSettingsdeprecated
- type ConnectionIDdeprecated
- type Directiondeprecated
- type Eventdeprecated
- type EventBatchdeprecated
- type EventBatchMetadatadeprecated
- type EventIDdeprecated
- type EventStatus
- type FailUnexpecteddeprecated
- type FilterOperationdeprecated
- type ListValuedeprecated
- type ListValueFilterdeprecated
- type Messagedeprecated
- type MessageBatchdeprecated
- type MessageFilterdeprecated
- type MessageGroupdeprecated
- type MessageGroupBatchdeprecated
- type MessageGroupBatchMetadatadeprecated
- type MessageIDdeprecated
- type MessageMetadatadeprecated
- type MetadataFilterdeprecated
- type MetadataFilter_SimpleFilterdeprecated
- type MetadataFilter_SimpleFilter_SimpleListdeprecated
- type MetadataFilter_SimpleFilter_Valuedeprecated
- type NullValuedeprecated
- type RawMessagedeprecated
- type RawMessageBatchdeprecated
- type RawMessageMetadatadeprecated
- type RequestStatusdeprecated
- type RequestStatus_Statusdeprecated
- type RootComparisonSettingsdeprecated
- type RootMessageFilterdeprecated
- type SimpleListdeprecated
- type Valuedeprecated
- type ValueFilterdeprecated
- type ValueFilter_ListFilterdeprecated
- type ValueFilter_MessageFilterdeprecated
- type ValueFilter_NullValuedeprecated
- type ValueFilter_SimpleFilterdeprecated
- type ValueFilter_SimpleListdeprecated
- type Value_ListValuedeprecated
- type Value_MessageValuedeprecated
- type Value_NullValuedeprecated
- type Value_SimpleValuedeprecated
Constants ¶
This section is empty.
Variables ¶
var ( // Deprecated: moved to github.com/th2-net/th2-grpc-common-go Direction_name = grpc.Direction_name Direction_value = grpc.Direction_value )
Enum value maps for Direction.
var ( // Deprecated: moved to github.com/th2-net/th2-grpc-common-go NullValue_name = grpc.NullValue_name // Deprecated: moved to github.com/th2-net/th2-grpc-common-go NullValue_value = grpc.NullValue_value )
Enum value maps for NullValue.
var ( // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FailUnexpected_name = grpc.FailUnexpected_name // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FailUnexpected_value = grpc.FailUnexpected_value )
Enum value maps for FailUnexpected.
var ( // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_name = grpc.FilterOperation_name // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_value = grpc.FilterOperation_value )
Enum value maps for FilterOperation.
var ( // Deprecated: moved to github.com/th2-net/th2-grpc-common-go EventStatus_name = grpc.EventStatus_name // Deprecated: moved to github.com/th2-net/th2-grpc-common-go EventStatus_value = grpc.EventStatus_value )
Enum value maps for EventStatus.
var ( // Deprecated: moved to github.com/th2-net/th2-grpc-common-go RequestStatus_Status_name = grpc.RequestStatus_Status_name // Deprecated: moved to github.com/th2-net/th2-grpc-common-go RequestStatus_Status_value = grpc.RequestStatus_Status_value )
Enum value maps for RequestStatus_Status.
Functions ¶
This section is empty.
Types ¶
type AnyMessage
deprecated
type AnyMessage = grpc.AnyMessage
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type AnyMessage_Message
deprecated
type AnyMessage_Message = grpc.AnyMessage_Message
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type AnyMessage_RawMessage
deprecated
type AnyMessage_RawMessage = grpc.AnyMessage_RawMessage
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type Checkpoint
deprecated
type Checkpoint = grpc.Checkpoint
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type Checkpoint_CheckpointData
deprecated
type Checkpoint_CheckpointData = grpc.Checkpoint_CheckpointData
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type Checkpoint_DirectionCheckpoint
deprecated
type Checkpoint_DirectionCheckpoint = grpc.Checkpoint_DirectionCheckpoint
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type Checkpoint_SessionAliasToDirectionCheckpoint
deprecated
type Checkpoint_SessionAliasToDirectionCheckpoint = grpc.Checkpoint_SessionAliasToDirectionCheckpoint
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type ComparisonSettings
deprecated
type ComparisonSettings = grpc.ComparisonSettings
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type ConnectionID
deprecated
type ConnectionID = grpc.ConnectionID
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type Direction
deprecated
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
const ( // Deprecated: moved to github.com/th2-net/th2-grpc-common-go Direction_FIRST Direction = grpc.Direction_FIRST // Incoming message for connectivity // Deprecated: moved to github.com/th2-net/th2-grpc-common-go Direction_SECOND Direction = grpc.Direction_SECOND // Outgoing message for connectivity )
type EventBatch
deprecated
type EventBatch = grpc.EventBatch
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type EventBatchMetadata
deprecated
type EventBatchMetadata = grpc.EventBatchMetadata
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type EventStatus ¶
type EventStatus = grpc.EventStatus
--// Event //--// Deprecated: moved to github.com/th2-net/th2-grpc-common-go
const ( // Deprecated: moved to github.com/th2-net/th2-grpc-common-go EventStatus_SUCCESS EventStatus = grpc.EventStatus_SUCCESS // Deprecated: moved to github.com/th2-net/th2-grpc-common-go EventStatus_FAILED EventStatus = grpc.EventStatus_FAILED )
type FailUnexpected
deprecated
type FailUnexpected = grpc.FailUnexpected
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
const ( // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FailUnexpected_NO FailUnexpected = grpc.FailUnexpected_NO // comparison won't fail in case of unexpected fields or messages // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FailUnexpected_FIELDS FailUnexpected = grpc.FailUnexpected_FIELDS // comparison will fail in case of unexpected fields only // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FailUnexpected_FIELDS_AND_MESSAGES FailUnexpected = grpc.FailUnexpected_FIELDS_AND_MESSAGES // comparison will fail in case of unexpected fields or messages )
type FilterOperation
deprecated
type FilterOperation = grpc.FilterOperation
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
const ( // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_EQUAL FilterOperation = grpc.FilterOperation_EQUAL // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_NOT_EQUAL FilterOperation = grpc.FilterOperation_NOT_EQUAL // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_EMPTY FilterOperation = grpc.FilterOperation_EMPTY // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_NOT_EMPTY FilterOperation = grpc.FilterOperation_NOT_EMPTY // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_IN FilterOperation = grpc.FilterOperation_IN // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_NOT_IN FilterOperation = grpc.FilterOperation_NOT_IN // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_LIKE FilterOperation = grpc.FilterOperation_LIKE // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_NOT_LIKE FilterOperation = grpc.FilterOperation_NOT_LIKE // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_MORE FilterOperation = grpc.FilterOperation_MORE // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_NOT_MORE FilterOperation = grpc.FilterOperation_NOT_MORE // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_LESS FilterOperation = grpc.FilterOperation_LESS // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_NOT_LESS FilterOperation = grpc.FilterOperation_NOT_LESS // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_WILDCARD FilterOperation = grpc.FilterOperation_WILDCARD // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_NOT_WILDCARD FilterOperation = grpc.FilterOperation_NOT_WILDCARD // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_EQ_TIME_PRECISION FilterOperation = grpc.FilterOperation_EQ_TIME_PRECISION // Deprecated: moved to github.com/th2-net/th2-grpc-common-go FilterOperation_EQ_DECIMAL_PRECISION FilterOperation = grpc.FilterOperation_EQ_DECIMAL_PRECISION )
type ListValueFilter
deprecated
type ListValueFilter = grpc.ListValueFilter
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type MessageBatch
deprecated
type MessageBatch = grpc.MessageBatch
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type MessageFilter
deprecated
type MessageFilter = grpc.MessageFilter
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type MessageGroup
deprecated
type MessageGroup = grpc.MessageGroup
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type MessageGroupBatch
deprecated
type MessageGroupBatch = grpc.MessageGroupBatch
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type MessageGroupBatchMetadata
deprecated
type MessageGroupBatchMetadata = grpc.MessageGroupBatchMetadata
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type MessageMetadata
deprecated
type MessageMetadata = grpc.MessageMetadata
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type MetadataFilter
deprecated
type MetadataFilter = grpc.MetadataFilter
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type MetadataFilter_SimpleFilter
deprecated
type MetadataFilter_SimpleFilter = grpc.MetadataFilter_SimpleFilter
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type MetadataFilter_SimpleFilter_SimpleList
deprecated
type MetadataFilter_SimpleFilter_SimpleList = grpc.MetadataFilter_SimpleFilter_SimpleList
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type MetadataFilter_SimpleFilter_Value
deprecated
type MetadataFilter_SimpleFilter_Value = grpc.MetadataFilter_SimpleFilter_Value
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type RawMessage
deprecated
type RawMessage = grpc.RawMessage
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type RawMessageBatch
deprecated
type RawMessageBatch = grpc.RawMessageBatch
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type RawMessageMetadata
deprecated
type RawMessageMetadata = grpc.RawMessageMetadata
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type RequestStatus
deprecated
type RequestStatus = grpc.RequestStatus
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type RequestStatus_Status
deprecated
type RequestStatus_Status = grpc.RequestStatus_Status
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
const ( // Deprecated: moved to github.com/th2-net/th2-grpc-common-go RequestStatus_SUCCESS RequestStatus_Status = grpc.RequestStatus_SUCCESS // Deprecated: moved to github.com/th2-net/th2-grpc-common-go RequestStatus_ERROR RequestStatus_Status = grpc.RequestStatus_ERROR )
type RootComparisonSettings
deprecated
type RootComparisonSettings = grpc.RootComparisonSettings
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type RootMessageFilter
deprecated
type RootMessageFilter = grpc.RootMessageFilter
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type SimpleList
deprecated
type SimpleList = grpc.SimpleList
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type ValueFilter
deprecated
type ValueFilter = grpc.ValueFilter
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type ValueFilter_ListFilter
deprecated
type ValueFilter_ListFilter = grpc.ValueFilter_ListFilter
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type ValueFilter_MessageFilter
deprecated
type ValueFilter_MessageFilter = grpc.ValueFilter_MessageFilter
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type ValueFilter_NullValue
deprecated
type ValueFilter_NullValue = grpc.ValueFilter_NullValue
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type ValueFilter_SimpleFilter
deprecated
type ValueFilter_SimpleFilter = grpc.ValueFilter_SimpleFilter
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type ValueFilter_SimpleList
deprecated
type ValueFilter_SimpleList = grpc.ValueFilter_SimpleList
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type Value_ListValue
deprecated
type Value_ListValue = grpc.Value_ListValue
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type Value_MessageValue
deprecated
type Value_MessageValue = grpc.Value_MessageValue
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type Value_NullValue
deprecated
type Value_NullValue = grpc.Value_NullValue
Deprecated: moved to github.com/th2-net/th2-grpc-common-go
type Value_SimpleValue
deprecated
type Value_SimpleValue = grpc.Value_SimpleValue
Deprecated: moved to github.com/th2-net/th2-grpc-common-go