Documentation ¶
Index ¶
- Variables
- type StreamLogsRequest
- func (*StreamLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StreamLogsRequest) GetContent() string
- func (x *StreamLogsRequest) GetRunId() string
- func (*StreamLogsRequest) ProtoMessage()
- func (x *StreamLogsRequest) ProtoReflect() protoreflect.Message
- func (x *StreamLogsRequest) Reset()
- func (x *StreamLogsRequest) String() string
- type StreamLogsResponse
- func (*StreamLogsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StreamLogsResponse) GetSuccess() bool
- func (*StreamLogsResponse) ProtoMessage()
- func (x *StreamLogsResponse) ProtoReflect() protoreflect.Message
- func (x *StreamLogsResponse) Reset()
- func (x *StreamLogsResponse) String() string
- type UploadLogsRequest
- func (*UploadLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UploadLogsRequest) GetContent() string
- func (x *UploadLogsRequest) GetRunId() string
- func (*UploadLogsRequest) ProtoMessage()
- func (x *UploadLogsRequest) ProtoReflect() protoreflect.Message
- func (x *UploadLogsRequest) Reset()
- func (x *UploadLogsRequest) String() string
- type UploadLogsResponse
- func (*UploadLogsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UploadLogsResponse) GetSuccess() bool
- func (*UploadLogsResponse) ProtoMessage()
- func (x *UploadLogsResponse) ProtoReflect() protoreflect.Message
- func (x *UploadLogsResponse) Reset()
- func (x *UploadLogsResponse) String() string
- type UploadPlanRequest
- func (*UploadPlanRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UploadPlanRequest) GetContent() string
- func (x *UploadPlanRequest) GetRunId() string
- func (*UploadPlanRequest) ProtoMessage()
- func (x *UploadPlanRequest) ProtoReflect() protoreflect.Message
- func (x *UploadPlanRequest) Reset()
- func (x *UploadPlanRequest) String() string
- type UploadPlanResponse
- func (*UploadPlanResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UploadPlanResponse) GetSuccess() bool
- func (*UploadPlanResponse) ProtoMessage()
- func (x *UploadPlanResponse) ProtoReflect() protoreflect.Message
- func (x *UploadPlanResponse) Reset()
- func (x *UploadPlanResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_agent_v1_logs_proto protoreflect.FileDescriptor
View Source
var File_agent_v1_plans_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type StreamLogsRequest ¶
type StreamLogsRequest struct { RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*StreamLogsRequest) Descriptor
deprecated
func (*StreamLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamLogsRequest.ProtoReflect.Descriptor instead.
func (*StreamLogsRequest) GetContent ¶
func (x *StreamLogsRequest) GetContent() string
func (*StreamLogsRequest) GetRunId ¶
func (x *StreamLogsRequest) GetRunId() string
func (*StreamLogsRequest) ProtoMessage ¶
func (*StreamLogsRequest) ProtoMessage()
func (*StreamLogsRequest) ProtoReflect ¶
func (x *StreamLogsRequest) ProtoReflect() protoreflect.Message
func (*StreamLogsRequest) Reset ¶
func (x *StreamLogsRequest) Reset()
func (*StreamLogsRequest) String ¶
func (x *StreamLogsRequest) String() string
type StreamLogsResponse ¶
type StreamLogsResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // contains filtered or unexported fields }
func (*StreamLogsResponse) Descriptor
deprecated
func (*StreamLogsResponse) Descriptor() ([]byte, []int)
Deprecated: Use StreamLogsResponse.ProtoReflect.Descriptor instead.
func (*StreamLogsResponse) GetSuccess ¶
func (x *StreamLogsResponse) GetSuccess() bool
func (*StreamLogsResponse) ProtoMessage ¶
func (*StreamLogsResponse) ProtoMessage()
func (*StreamLogsResponse) ProtoReflect ¶
func (x *StreamLogsResponse) ProtoReflect() protoreflect.Message
func (*StreamLogsResponse) Reset ¶
func (x *StreamLogsResponse) Reset()
func (*StreamLogsResponse) String ¶
func (x *StreamLogsResponse) String() string
type UploadLogsRequest ¶
type UploadLogsRequest struct { RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*UploadLogsRequest) Descriptor
deprecated
func (*UploadLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UploadLogsRequest.ProtoReflect.Descriptor instead.
func (*UploadLogsRequest) GetContent ¶
func (x *UploadLogsRequest) GetContent() string
func (*UploadLogsRequest) GetRunId ¶
func (x *UploadLogsRequest) GetRunId() string
func (*UploadLogsRequest) ProtoMessage ¶
func (*UploadLogsRequest) ProtoMessage()
func (*UploadLogsRequest) ProtoReflect ¶
func (x *UploadLogsRequest) ProtoReflect() protoreflect.Message
func (*UploadLogsRequest) Reset ¶
func (x *UploadLogsRequest) Reset()
func (*UploadLogsRequest) String ¶
func (x *UploadLogsRequest) String() string
type UploadLogsResponse ¶
type UploadLogsResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // contains filtered or unexported fields }
func (*UploadLogsResponse) Descriptor
deprecated
func (*UploadLogsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UploadLogsResponse.ProtoReflect.Descriptor instead.
func (*UploadLogsResponse) GetSuccess ¶
func (x *UploadLogsResponse) GetSuccess() bool
func (*UploadLogsResponse) ProtoMessage ¶
func (*UploadLogsResponse) ProtoMessage()
func (*UploadLogsResponse) ProtoReflect ¶
func (x *UploadLogsResponse) ProtoReflect() protoreflect.Message
func (*UploadLogsResponse) Reset ¶
func (x *UploadLogsResponse) Reset()
func (*UploadLogsResponse) String ¶
func (x *UploadLogsResponse) String() string
type UploadPlanRequest ¶
type UploadPlanRequest struct { RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*UploadPlanRequest) Descriptor
deprecated
func (*UploadPlanRequest) Descriptor() ([]byte, []int)
Deprecated: Use UploadPlanRequest.ProtoReflect.Descriptor instead.
func (*UploadPlanRequest) GetContent ¶
func (x *UploadPlanRequest) GetContent() string
func (*UploadPlanRequest) GetRunId ¶
func (x *UploadPlanRequest) GetRunId() string
func (*UploadPlanRequest) ProtoMessage ¶
func (*UploadPlanRequest) ProtoMessage()
func (*UploadPlanRequest) ProtoReflect ¶
func (x *UploadPlanRequest) ProtoReflect() protoreflect.Message
func (*UploadPlanRequest) Reset ¶
func (x *UploadPlanRequest) Reset()
func (*UploadPlanRequest) String ¶
func (x *UploadPlanRequest) String() string
type UploadPlanResponse ¶
type UploadPlanResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // contains filtered or unexported fields }
func (*UploadPlanResponse) Descriptor
deprecated
func (*UploadPlanResponse) Descriptor() ([]byte, []int)
Deprecated: Use UploadPlanResponse.ProtoReflect.Descriptor instead.
func (*UploadPlanResponse) GetSuccess ¶
func (x *UploadPlanResponse) GetSuccess() bool
func (*UploadPlanResponse) ProtoMessage ¶
func (*UploadPlanResponse) ProtoMessage()
func (*UploadPlanResponse) ProtoReflect ¶
func (x *UploadPlanResponse) ProtoReflect() protoreflect.Message
func (*UploadPlanResponse) Reset ¶
func (x *UploadPlanResponse) Reset()
func (*UploadPlanResponse) String ¶
func (x *UploadPlanResponse) String() string
Click to show internal directories.
Click to hide internal directories.