applyv1

package
v0.6.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use Effect.ProtoReflect.Descriptor instead.

func (*Effect) GetSubjectId added in v0.6.0

func (x *Effect) GetSubjectId() string

func (*Effect) GetText added in v0.6.0

func (x *Effect) GetText() string

func (*Effect) GetType added in v0.6.0

func (x *Effect) GetType() string

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

func (*Effect) Reset added in v0.6.0

func (x *Effect) Reset()

func (*Effect) String added in v0.6.0

func (x *Effect) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL