Versions in this module Expand all Collapse all v0 v0.0.2 Feb 1, 2024 v0.0.1 Jan 29, 2024 Changes in this version + var File_pipeline_v1_pipeline_proto protoreflect.FileDescriptor + type CreatePipelineRequest struct + Pipeline *Pipeline + func (*CreatePipelineRequest) Descriptor() ([]byte, []int) + func (*CreatePipelineRequest) ProtoMessage() + func (x *CreatePipelineRequest) GetPipeline() *Pipeline + func (x *CreatePipelineRequest) ProtoReflect() protoreflect.Message + func (x *CreatePipelineRequest) Reset() + func (x *CreatePipelineRequest) String() string + type DeletePipelineRequest struct + Name string + func (*DeletePipelineRequest) Descriptor() ([]byte, []int) + func (*DeletePipelineRequest) ProtoMessage() + func (x *DeletePipelineRequest) GetName() string + func (x *DeletePipelineRequest) ProtoReflect() protoreflect.Message + func (x *DeletePipelineRequest) Reset() + func (x *DeletePipelineRequest) String() string + type DeletePipelineResponse struct + func (*DeletePipelineResponse) Descriptor() ([]byte, []int) + func (*DeletePipelineResponse) ProtoMessage() + func (x *DeletePipelineResponse) ProtoReflect() protoreflect.Message + func (x *DeletePipelineResponse) Reset() + func (x *DeletePipelineResponse) String() string + type GetPipelineRequest struct + Name string + func (*GetPipelineRequest) Descriptor() ([]byte, []int) + func (*GetPipelineRequest) ProtoMessage() + func (x *GetPipelineRequest) GetName() string + func (x *GetPipelineRequest) ProtoReflect() protoreflect.Message + func (x *GetPipelineRequest) Reset() + func (x *GetPipelineRequest) String() string + type ListPipelinesRequest struct + func (*ListPipelinesRequest) Descriptor() ([]byte, []int) + func (*ListPipelinesRequest) ProtoMessage() + func (x *ListPipelinesRequest) ProtoReflect() protoreflect.Message + func (x *ListPipelinesRequest) Reset() + func (x *ListPipelinesRequest) String() string + type Pipeline struct + Contents string + Matchers []string + Name string + func (*Pipeline) Descriptor() ([]byte, []int) + func (*Pipeline) ProtoMessage() + func (x *Pipeline) GetContents() string + func (x *Pipeline) GetMatchers() []string + func (x *Pipeline) GetName() string + func (x *Pipeline) ProtoReflect() protoreflect.Message + func (x *Pipeline) Reset() + func (x *Pipeline) String() string + type Pipelines struct + Pipelines []*Pipeline + func (*Pipelines) Descriptor() ([]byte, []int) + func (*Pipelines) ProtoMessage() + func (x *Pipelines) GetPipelines() []*Pipeline + func (x *Pipelines) ProtoReflect() protoreflect.Message + func (x *Pipelines) Reset() + func (x *Pipelines) String() string + type UpdatePipelineRequest struct + Pipeline *Pipeline + func (*UpdatePipelineRequest) Descriptor() ([]byte, []int) + func (*UpdatePipelineRequest) ProtoMessage() + func (x *UpdatePipelineRequest) GetPipeline() *Pipeline + func (x *UpdatePipelineRequest) ProtoReflect() protoreflect.Message + func (x *UpdatePipelineRequest) Reset() + func (x *UpdatePipelineRequest) String() string