Documentation ¶
Index ¶
- Variables
- type ApplyRequest
- func (*ApplyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ApplyRequest) GetManifest() string
- func (x *ApplyRequest) GetPath() string
- func (x *ApplyRequest) GetProjectName() string
- func (*ApplyRequest) ProtoMessage()
- func (x *ApplyRequest) ProtoReflect() protoreflect.Message
- func (x *ApplyRequest) Reset()
- func (x *ApplyRequest) String() string
- type ApplyResponse
- func (*ApplyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ApplyResponse) GetEffects() []*Effect
- func (x *ApplyResponse) GetLogs() []string
- func (x *ApplyResponse) GetProjectIds() []string
- func (*ApplyResponse) ProtoMessage()
- func (x *ApplyResponse) ProtoReflect() protoreflect.Message
- func (x *ApplyResponse) Reset()
- func (x *ApplyResponse) String() string
- type Effect
- func (*Effect) Descriptor() ([]byte, []int)deprecated
- func (x *Effect) GetSubjectId() string
- func (x *Effect) GetText() string
- func (x *Effect) GetType() string
- func (*Effect) ProtoMessage()
- func (x *Effect) ProtoReflect() protoreflect.Message
- func (x *Effect) Reset()
- func (x *Effect) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_autokitteh_apply_v1_svc_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ApplyRequest ¶
type ApplyRequest struct { Manifest string `protobuf:"bytes,1,opt,name=manifest,proto3" json:"manifest,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` ProjectName string `protobuf:"bytes,3,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"` // contains filtered or unexported fields }
func (*ApplyRequest) Descriptor
deprecated
func (*ApplyRequest) Descriptor() ([]byte, []int)
Deprecated: Use ApplyRequest.ProtoReflect.Descriptor instead.
func (*ApplyRequest) GetManifest ¶
func (x *ApplyRequest) GetManifest() string
func (*ApplyRequest) GetPath ¶
func (x *ApplyRequest) GetPath() string
func (*ApplyRequest) GetProjectName ¶ added in v0.4.6
func (x *ApplyRequest) GetProjectName() string
func (*ApplyRequest) ProtoMessage ¶
func (*ApplyRequest) ProtoMessage()
func (*ApplyRequest) ProtoReflect ¶
func (x *ApplyRequest) ProtoReflect() protoreflect.Message
func (*ApplyRequest) Reset ¶
func (x *ApplyRequest) Reset()
func (*ApplyRequest) String ¶
func (x *ApplyRequest) String() string
type ApplyResponse ¶
type ApplyResponse struct { Logs []string `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,omitempty"` ProjectIds []string `protobuf:"bytes,2,rep,name=project_ids,json=projectIds,proto3" json:"project_ids,omitempty"` // to be retired. Effects []*Effect `protobuf:"bytes,3,rep,name=effects,proto3" json:"effects,omitempty"` // contains filtered or unexported fields }
func (*ApplyResponse) Descriptor
deprecated
func (*ApplyResponse) Descriptor() ([]byte, []int)
Deprecated: Use ApplyResponse.ProtoReflect.Descriptor instead.
func (*ApplyResponse) GetEffects ¶ added in v0.6.0
func (x *ApplyResponse) GetEffects() []*Effect
func (*ApplyResponse) GetLogs ¶
func (x *ApplyResponse) GetLogs() []string
func (*ApplyResponse) GetProjectIds ¶ added in v0.2.0
func (x *ApplyResponse) GetProjectIds() []string
func (*ApplyResponse) ProtoMessage ¶
func (*ApplyResponse) ProtoMessage()
func (*ApplyResponse) ProtoReflect ¶
func (x *ApplyResponse) ProtoReflect() protoreflect.Message
func (*ApplyResponse) Reset ¶
func (x *ApplyResponse) Reset()
func (*ApplyResponse) String ¶
func (x *ApplyResponse) String() string
type Effect ¶ added in v0.6.0
type Effect struct { SubjectId string `protobuf:"bytes,1,opt,name=subject_id,json=subjectId,proto3" json:"subject_id,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Text string `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"` // contains filtered or unexported fields }
func (*Effect) Descriptor
deprecated
added in
v0.6.0
func (*Effect) GetSubjectId ¶ added in v0.6.0
func (*Effect) ProtoMessage ¶ added in v0.6.0
func (*Effect) ProtoMessage()
func (*Effect) ProtoReflect ¶ added in v0.6.0
func (x *Effect) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.