Documentation ¶
Index ¶
- Variables
- type DispatchRequest
- func (*DispatchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DispatchRequest) GetDeploymentId() string
- func (x *DispatchRequest) GetEnv() string
- func (x *DispatchRequest) GetEvent() *v1.Event
- func (*DispatchRequest) ProtoMessage()
- func (x *DispatchRequest) ProtoReflect() protoreflect.Message
- func (x *DispatchRequest) Reset()
- func (x *DispatchRequest) String() string
- type DispatchResponse
- type RedispatchRequest
- func (*RedispatchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RedispatchRequest) GetDeploymentId() string
- func (x *RedispatchRequest) GetEnvId() string
- func (x *RedispatchRequest) GetEventId() string
- func (*RedispatchRequest) ProtoMessage()
- func (x *RedispatchRequest) ProtoReflect() protoreflect.Message
- func (x *RedispatchRequest) Reset()
- func (x *RedispatchRequest) String() string
- type RedispatchResponse
- func (*RedispatchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RedispatchResponse) GetEventId() string
- func (*RedispatchResponse) ProtoMessage()
- func (x *RedispatchResponse) ProtoReflect() protoreflect.Message
- func (x *RedispatchResponse) Reset()
- func (x *RedispatchResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_autokitteh_dispatcher_v1_svc_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DispatchRequest ¶
type DispatchRequest struct { Event *v1.Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"` DeploymentId string `protobuf:"bytes,2,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"` Env string `protobuf:"bytes,3,opt,name=env,proto3" json:"env,omitempty"` // either env_id or full env path. // contains filtered or unexported fields }
func (*DispatchRequest) Descriptor
deprecated
func (*DispatchRequest) Descriptor() ([]byte, []int)
Deprecated: Use DispatchRequest.ProtoReflect.Descriptor instead.
func (*DispatchRequest) GetDeploymentId ¶
func (x *DispatchRequest) GetDeploymentId() string
func (*DispatchRequest) GetEnv ¶ added in v0.4.0
func (x *DispatchRequest) GetEnv() string
func (*DispatchRequest) GetEvent ¶
func (x *DispatchRequest) GetEvent() *v1.Event
func (*DispatchRequest) ProtoMessage ¶
func (*DispatchRequest) ProtoMessage()
func (*DispatchRequest) ProtoReflect ¶
func (x *DispatchRequest) ProtoReflect() protoreflect.Message
func (*DispatchRequest) Reset ¶
func (x *DispatchRequest) Reset()
func (*DispatchRequest) String ¶
func (x *DispatchRequest) String() string
type DispatchResponse ¶
type DispatchResponse struct { EventId string `protobuf:"bytes,1,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"` // contains filtered or unexported fields }
func (*DispatchResponse) Descriptor
deprecated
func (*DispatchResponse) Descriptor() ([]byte, []int)
Deprecated: Use DispatchResponse.ProtoReflect.Descriptor instead.
func (*DispatchResponse) GetEventId ¶
func (x *DispatchResponse) GetEventId() string
func (*DispatchResponse) ProtoMessage ¶
func (*DispatchResponse) ProtoMessage()
func (*DispatchResponse) ProtoReflect ¶
func (x *DispatchResponse) ProtoReflect() protoreflect.Message
func (*DispatchResponse) Reset ¶
func (x *DispatchResponse) Reset()
func (*DispatchResponse) String ¶
func (x *DispatchResponse) String() string
type RedispatchRequest ¶
type RedispatchRequest struct { EventId string `protobuf:"bytes,1,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"` EnvId string `protobuf:"bytes,3,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"` DeploymentId string `protobuf:"bytes,2,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"` // contains filtered or unexported fields }
func (*RedispatchRequest) Descriptor
deprecated
func (*RedispatchRequest) Descriptor() ([]byte, []int)
Deprecated: Use RedispatchRequest.ProtoReflect.Descriptor instead.
func (*RedispatchRequest) GetDeploymentId ¶
func (x *RedispatchRequest) GetDeploymentId() string
func (*RedispatchRequest) GetEnvId ¶
func (x *RedispatchRequest) GetEnvId() string
func (*RedispatchRequest) GetEventId ¶
func (x *RedispatchRequest) GetEventId() string
func (*RedispatchRequest) ProtoMessage ¶
func (*RedispatchRequest) ProtoMessage()
func (*RedispatchRequest) ProtoReflect ¶
func (x *RedispatchRequest) ProtoReflect() protoreflect.Message
func (*RedispatchRequest) Reset ¶
func (x *RedispatchRequest) Reset()
func (*RedispatchRequest) String ¶
func (x *RedispatchRequest) String() string
type RedispatchResponse ¶
type RedispatchResponse struct { EventId string `protobuf:"bytes,1,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"` // contains filtered or unexported fields }
func (*RedispatchResponse) Descriptor
deprecated
func (*RedispatchResponse) Descriptor() ([]byte, []int)
Deprecated: Use RedispatchResponse.ProtoReflect.Descriptor instead.
func (*RedispatchResponse) GetEventId ¶
func (x *RedispatchResponse) GetEventId() string
func (*RedispatchResponse) ProtoMessage ¶
func (*RedispatchResponse) ProtoMessage()
func (*RedispatchResponse) ProtoReflect ¶
func (x *RedispatchResponse) ProtoReflect() protoreflect.Message
func (*RedispatchResponse) Reset ¶
func (x *RedispatchResponse) Reset()
func (*RedispatchResponse) String ¶
func (x *RedispatchResponse) String() string
Click to show internal directories.
Click to hide internal directories.