pipeline

package
v0.0.0-...-b63aa1a Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterService

func RegisterService(s giraffe_micro.Server, srv Service)

Types

type BindPipelineRequest

type BindPipelineRequest struct {
	//
	//应用Id
	AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//流水线信息
	Pipeline             *cmdb_extend.AppPipeline `protobuf:"bytes,2,opt,name=pipeline,proto3" json:"pipeline" form:"pipeline"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

BindPipeline请求

func (*BindPipelineRequest) Descriptor

func (*BindPipelineRequest) Descriptor() ([]byte, []int)

func (*BindPipelineRequest) GetAppId

func (m *BindPipelineRequest) GetAppId() string

func (*BindPipelineRequest) GetPipeline

func (m *BindPipelineRequest) GetPipeline() *cmdb_extend.AppPipeline

func (*BindPipelineRequest) ProtoMessage

func (*BindPipelineRequest) ProtoMessage()

func (*BindPipelineRequest) Reset

func (m *BindPipelineRequest) Reset()

func (*BindPipelineRequest) String

func (m *BindPipelineRequest) String() string

func (*BindPipelineRequest) Validate

func (this *BindPipelineRequest) Validate() error

func (*BindPipelineRequest) XXX_DiscardUnknown

func (m *BindPipelineRequest) XXX_DiscardUnknown()

func (*BindPipelineRequest) XXX_Marshal

func (m *BindPipelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BindPipelineRequest) XXX_Merge

func (m *BindPipelineRequest) XXX_Merge(src proto.Message)

func (*BindPipelineRequest) XXX_Size

func (m *BindPipelineRequest) XXX_Size() int

func (*BindPipelineRequest) XXX_Unmarshal

func (m *BindPipelineRequest) XXX_Unmarshal(b []byte) error

type BindPipelineResponseWrapper

type BindPipelineResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *cmdb_extend.AppPipeline `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

BindPipelineApi返回

func (*BindPipelineResponseWrapper) Descriptor

func (*BindPipelineResponseWrapper) Descriptor() ([]byte, []int)

func (*BindPipelineResponseWrapper) GetCode

func (m *BindPipelineResponseWrapper) GetCode() int32

func (*BindPipelineResponseWrapper) GetCodeExplain

func (m *BindPipelineResponseWrapper) GetCodeExplain() string

func (*BindPipelineResponseWrapper) GetData

func (*BindPipelineResponseWrapper) GetError

func (m *BindPipelineResponseWrapper) GetError() string

func (*BindPipelineResponseWrapper) ProtoMessage

func (*BindPipelineResponseWrapper) ProtoMessage()

func (*BindPipelineResponseWrapper) Reset

func (m *BindPipelineResponseWrapper) Reset()

func (*BindPipelineResponseWrapper) String

func (m *BindPipelineResponseWrapper) String() string

func (*BindPipelineResponseWrapper) Validate

func (this *BindPipelineResponseWrapper) Validate() error

func (*BindPipelineResponseWrapper) XXX_DiscardUnknown

func (m *BindPipelineResponseWrapper) XXX_DiscardUnknown()

func (*BindPipelineResponseWrapper) XXX_Marshal

func (m *BindPipelineResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BindPipelineResponseWrapper) XXX_Merge

func (m *BindPipelineResponseWrapper) XXX_Merge(src proto.Message)

func (*BindPipelineResponseWrapper) XXX_Size

func (m *BindPipelineResponseWrapper) XXX_Size() int

func (*BindPipelineResponseWrapper) XXX_Unmarshal

func (m *BindPipelineResponseWrapper) XXX_Unmarshal(b []byte) error

type Client

Client is the client API for pipeline service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewClient

func NewClient(c giraffe_micro.Client) Client

type GetPipelineRequest

type GetPipelineRequest struct {
	//
	//应用Id
	AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//流水线Id
	FlowId               string   `protobuf:"bytes,2,opt,name=flowId,proto3" json:"flowId" form:"flowId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetPipeline请求

func (*GetPipelineRequest) Descriptor

func (*GetPipelineRequest) Descriptor() ([]byte, []int)

func (*GetPipelineRequest) GetAppId

func (m *GetPipelineRequest) GetAppId() string

func (*GetPipelineRequest) GetFlowId

func (m *GetPipelineRequest) GetFlowId() string

func (*GetPipelineRequest) ProtoMessage

func (*GetPipelineRequest) ProtoMessage()

func (*GetPipelineRequest) Reset

func (m *GetPipelineRequest) Reset()

func (*GetPipelineRequest) String

func (m *GetPipelineRequest) String() string

func (*GetPipelineRequest) Validate

func (this *GetPipelineRequest) Validate() error

func (*GetPipelineRequest) XXX_DiscardUnknown

func (m *GetPipelineRequest) XXX_DiscardUnknown()

func (*GetPipelineRequest) XXX_Marshal

func (m *GetPipelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPipelineRequest) XXX_Merge

func (m *GetPipelineRequest) XXX_Merge(src proto.Message)

func (*GetPipelineRequest) XXX_Size

func (m *GetPipelineRequest) XXX_Size() int

func (*GetPipelineRequest) XXX_Unmarshal

func (m *GetPipelineRequest) XXX_Unmarshal(b []byte) error

type GetPipelineResponseWrapper

type GetPipelineResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *cmdb_extend.AppPipeline `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

GetPipelineApi返回

func (*GetPipelineResponseWrapper) Descriptor

func (*GetPipelineResponseWrapper) Descriptor() ([]byte, []int)

func (*GetPipelineResponseWrapper) GetCode

func (m *GetPipelineResponseWrapper) GetCode() int32

func (*GetPipelineResponseWrapper) GetCodeExplain

func (m *GetPipelineResponseWrapper) GetCodeExplain() string

func (*GetPipelineResponseWrapper) GetData

func (*GetPipelineResponseWrapper) GetError

func (m *GetPipelineResponseWrapper) GetError() string

func (*GetPipelineResponseWrapper) ProtoMessage

func (*GetPipelineResponseWrapper) ProtoMessage()

func (*GetPipelineResponseWrapper) Reset

func (m *GetPipelineResponseWrapper) Reset()

func (*GetPipelineResponseWrapper) String

func (m *GetPipelineResponseWrapper) String() string

func (*GetPipelineResponseWrapper) Validate

func (this *GetPipelineResponseWrapper) Validate() error

func (*GetPipelineResponseWrapper) XXX_DiscardUnknown

func (m *GetPipelineResponseWrapper) XXX_DiscardUnknown()

func (*GetPipelineResponseWrapper) XXX_Marshal

func (m *GetPipelineResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPipelineResponseWrapper) XXX_Merge

func (m *GetPipelineResponseWrapper) XXX_Merge(src proto.Message)

func (*GetPipelineResponseWrapper) XXX_Size

func (m *GetPipelineResponseWrapper) XXX_Size() int

func (*GetPipelineResponseWrapper) XXX_Unmarshal

func (m *GetPipelineResponseWrapper) XXX_Unmarshal(b []byte) error

type GetPipelinesRequest

type GetPipelinesRequest struct {
	//
	//应用Id
	AppId                string   `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId" form:"appId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetPipelines请求

func (*GetPipelinesRequest) Descriptor

func (*GetPipelinesRequest) Descriptor() ([]byte, []int)

func (*GetPipelinesRequest) GetAppId

func (m *GetPipelinesRequest) GetAppId() string

func (*GetPipelinesRequest) ProtoMessage

func (*GetPipelinesRequest) ProtoMessage()

func (*GetPipelinesRequest) Reset

func (m *GetPipelinesRequest) Reset()

func (*GetPipelinesRequest) String

func (m *GetPipelinesRequest) String() string

func (*GetPipelinesRequest) Validate

func (this *GetPipelinesRequest) Validate() error

func (*GetPipelinesRequest) XXX_DiscardUnknown

func (m *GetPipelinesRequest) XXX_DiscardUnknown()

func (*GetPipelinesRequest) XXX_Marshal

func (m *GetPipelinesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPipelinesRequest) XXX_Merge

func (m *GetPipelinesRequest) XXX_Merge(src proto.Message)

func (*GetPipelinesRequest) XXX_Size

func (m *GetPipelinesRequest) XXX_Size() int

func (*GetPipelinesRequest) XXX_Unmarshal

func (m *GetPipelinesRequest) XXX_Unmarshal(b []byte) error

type GetPipelinesResponse

type GetPipelinesResponse struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//错误信息
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回消息
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message" form:"message"`
	//
	//流水线列表
	Data                 []*cmdb_extend.AppPipeline `protobuf:"bytes,4,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

GetPipelines返回

func (*GetPipelinesResponse) Descriptor

func (*GetPipelinesResponse) Descriptor() ([]byte, []int)

func (*GetPipelinesResponse) GetCode

func (m *GetPipelinesResponse) GetCode() int32

func (*GetPipelinesResponse) GetData

func (*GetPipelinesResponse) GetError

func (m *GetPipelinesResponse) GetError() string

func (*GetPipelinesResponse) GetMessage

func (m *GetPipelinesResponse) GetMessage() string

func (*GetPipelinesResponse) ProtoMessage

func (*GetPipelinesResponse) ProtoMessage()

func (*GetPipelinesResponse) Reset

func (m *GetPipelinesResponse) Reset()

func (*GetPipelinesResponse) String

func (m *GetPipelinesResponse) String() string

func (*GetPipelinesResponse) Validate

func (this *GetPipelinesResponse) Validate() error

func (*GetPipelinesResponse) XXX_DiscardUnknown

func (m *GetPipelinesResponse) XXX_DiscardUnknown()

func (*GetPipelinesResponse) XXX_Marshal

func (m *GetPipelinesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPipelinesResponse) XXX_Merge

func (m *GetPipelinesResponse) XXX_Merge(src proto.Message)

func (*GetPipelinesResponse) XXX_Size

func (m *GetPipelinesResponse) XXX_Size() int

func (*GetPipelinesResponse) XXX_Unmarshal

func (m *GetPipelinesResponse) XXX_Unmarshal(b []byte) error

type GetPipelinesResponseWrapper

type GetPipelinesResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *GetPipelinesResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

GetPipelinesApi返回

func (*GetPipelinesResponseWrapper) Descriptor

func (*GetPipelinesResponseWrapper) Descriptor() ([]byte, []int)

func (*GetPipelinesResponseWrapper) GetCode

func (m *GetPipelinesResponseWrapper) GetCode() int32

func (*GetPipelinesResponseWrapper) GetCodeExplain

func (m *GetPipelinesResponseWrapper) GetCodeExplain() string

func (*GetPipelinesResponseWrapper) GetData

func (*GetPipelinesResponseWrapper) GetError

func (m *GetPipelinesResponseWrapper) GetError() string

func (*GetPipelinesResponseWrapper) ProtoMessage

func (*GetPipelinesResponseWrapper) ProtoMessage()

func (*GetPipelinesResponseWrapper) Reset

func (m *GetPipelinesResponseWrapper) Reset()

func (*GetPipelinesResponseWrapper) String

func (m *GetPipelinesResponseWrapper) String() string

func (*GetPipelinesResponseWrapper) Validate

func (this *GetPipelinesResponseWrapper) Validate() error

func (*GetPipelinesResponseWrapper) XXX_DiscardUnknown

func (m *GetPipelinesResponseWrapper) XXX_DiscardUnknown()

func (*GetPipelinesResponseWrapper) XXX_Marshal

func (m *GetPipelinesResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPipelinesResponseWrapper) XXX_Merge

func (m *GetPipelinesResponseWrapper) XXX_Merge(src proto.Message)

func (*GetPipelinesResponseWrapper) XXX_Size

func (m *GetPipelinesResponseWrapper) XXX_Size() int

func (*GetPipelinesResponseWrapper) XXX_Unmarshal

func (m *GetPipelinesResponseWrapper) XXX_Unmarshal(b []byte) error

type ModifyPipelineRequest

type ModifyPipelineRequest struct {
	//
	//应用Id
	AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//流水线Id
	FlowId string `protobuf:"bytes,2,opt,name=flowId,proto3" json:"flowId" form:"flowId"`
	//
	//流水线信息
	Pipeline             *types.Struct `protobuf:"bytes,3,opt,name=pipeline,proto3" json:"pipeline" form:"pipeline"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

ModifyPipeline请求

func (*ModifyPipelineRequest) Descriptor

func (*ModifyPipelineRequest) Descriptor() ([]byte, []int)

func (*ModifyPipelineRequest) GetAppId

func (m *ModifyPipelineRequest) GetAppId() string

func (*ModifyPipelineRequest) GetFlowId

func (m *ModifyPipelineRequest) GetFlowId() string

func (*ModifyPipelineRequest) GetPipeline

func (m *ModifyPipelineRequest) GetPipeline() *types.Struct

func (*ModifyPipelineRequest) ProtoMessage

func (*ModifyPipelineRequest) ProtoMessage()

func (*ModifyPipelineRequest) Reset

func (m *ModifyPipelineRequest) Reset()

func (*ModifyPipelineRequest) String

func (m *ModifyPipelineRequest) String() string

func (*ModifyPipelineRequest) Validate

func (this *ModifyPipelineRequest) Validate() error

func (*ModifyPipelineRequest) XXX_DiscardUnknown

func (m *ModifyPipelineRequest) XXX_DiscardUnknown()

func (*ModifyPipelineRequest) XXX_Marshal

func (m *ModifyPipelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ModifyPipelineRequest) XXX_Merge

func (m *ModifyPipelineRequest) XXX_Merge(src proto.Message)

func (*ModifyPipelineRequest) XXX_Size

func (m *ModifyPipelineRequest) XXX_Size() int

func (*ModifyPipelineRequest) XXX_Unmarshal

func (m *ModifyPipelineRequest) XXX_Unmarshal(b []byte) error

type ModifyPipelineResponseWrapper

type ModifyPipelineResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *cmdb_extend.AppPipeline `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

ModifyPipelineApi返回

func (*ModifyPipelineResponseWrapper) Descriptor

func (*ModifyPipelineResponseWrapper) Descriptor() ([]byte, []int)

func (*ModifyPipelineResponseWrapper) GetCode

func (m *ModifyPipelineResponseWrapper) GetCode() int32

func (*ModifyPipelineResponseWrapper) GetCodeExplain

func (m *ModifyPipelineResponseWrapper) GetCodeExplain() string

func (*ModifyPipelineResponseWrapper) GetData

func (*ModifyPipelineResponseWrapper) GetError

func (m *ModifyPipelineResponseWrapper) GetError() string

func (*ModifyPipelineResponseWrapper) ProtoMessage

func (*ModifyPipelineResponseWrapper) ProtoMessage()

func (*ModifyPipelineResponseWrapper) Reset

func (m *ModifyPipelineResponseWrapper) Reset()

func (*ModifyPipelineResponseWrapper) String

func (*ModifyPipelineResponseWrapper) Validate

func (this *ModifyPipelineResponseWrapper) Validate() error

func (*ModifyPipelineResponseWrapper) XXX_DiscardUnknown

func (m *ModifyPipelineResponseWrapper) XXX_DiscardUnknown()

func (*ModifyPipelineResponseWrapper) XXX_Marshal

func (m *ModifyPipelineResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ModifyPipelineResponseWrapper) XXX_Merge

func (m *ModifyPipelineResponseWrapper) XXX_Merge(src proto.Message)

func (*ModifyPipelineResponseWrapper) XXX_Size

func (m *ModifyPipelineResponseWrapper) XXX_Size() int

func (*ModifyPipelineResponseWrapper) XXX_Unmarshal

func (m *ModifyPipelineResponseWrapper) XXX_Unmarshal(b []byte) error

type Service

Service is the server API for pipeline service.

type UnBindPipelineRequest

type UnBindPipelineRequest struct {
	//
	//应用Id
	AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId" form:"appId"`
	//
	//流水线Id
	FlowId               string   `protobuf:"bytes,2,opt,name=flowId,proto3" json:"flowId" form:"flowId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

UnBindPipeline请求

func (*UnBindPipelineRequest) Descriptor

func (*UnBindPipelineRequest) Descriptor() ([]byte, []int)

func (*UnBindPipelineRequest) GetAppId

func (m *UnBindPipelineRequest) GetAppId() string

func (*UnBindPipelineRequest) GetFlowId

func (m *UnBindPipelineRequest) GetFlowId() string

func (*UnBindPipelineRequest) ProtoMessage

func (*UnBindPipelineRequest) ProtoMessage()

func (*UnBindPipelineRequest) Reset

func (m *UnBindPipelineRequest) Reset()

func (*UnBindPipelineRequest) String

func (m *UnBindPipelineRequest) String() string

func (*UnBindPipelineRequest) Validate

func (this *UnBindPipelineRequest) Validate() error

func (*UnBindPipelineRequest) XXX_DiscardUnknown

func (m *UnBindPipelineRequest) XXX_DiscardUnknown()

func (*UnBindPipelineRequest) XXX_Marshal

func (m *UnBindPipelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnBindPipelineRequest) XXX_Merge

func (m *UnBindPipelineRequest) XXX_Merge(src proto.Message)

func (*UnBindPipelineRequest) XXX_Size

func (m *UnBindPipelineRequest) XXX_Size() int

func (*UnBindPipelineRequest) XXX_Unmarshal

func (m *UnBindPipelineRequest) XXX_Unmarshal(b []byte) error

type UnBindPipelineResponseWrapper

type UnBindPipelineResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *cmdb_extend.AppPipeline `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

UnBindPipelineApi返回

func (*UnBindPipelineResponseWrapper) Descriptor

func (*UnBindPipelineResponseWrapper) Descriptor() ([]byte, []int)

func (*UnBindPipelineResponseWrapper) GetCode

func (m *UnBindPipelineResponseWrapper) GetCode() int32

func (*UnBindPipelineResponseWrapper) GetCodeExplain

func (m *UnBindPipelineResponseWrapper) GetCodeExplain() string

func (*UnBindPipelineResponseWrapper) GetData

func (*UnBindPipelineResponseWrapper) GetError

func (m *UnBindPipelineResponseWrapper) GetError() string

func (*UnBindPipelineResponseWrapper) ProtoMessage

func (*UnBindPipelineResponseWrapper) ProtoMessage()

func (*UnBindPipelineResponseWrapper) Reset

func (m *UnBindPipelineResponseWrapper) Reset()

func (*UnBindPipelineResponseWrapper) String

func (*UnBindPipelineResponseWrapper) Validate

func (this *UnBindPipelineResponseWrapper) Validate() error

func (*UnBindPipelineResponseWrapper) XXX_DiscardUnknown

func (m *UnBindPipelineResponseWrapper) XXX_DiscardUnknown()

func (*UnBindPipelineResponseWrapper) XXX_Marshal

func (m *UnBindPipelineResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnBindPipelineResponseWrapper) XXX_Merge

func (m *UnBindPipelineResponseWrapper) XXX_Merge(src proto.Message)

func (*UnBindPipelineResponseWrapper) XXX_Size

func (m *UnBindPipelineResponseWrapper) XXX_Size() int

func (*UnBindPipelineResponseWrapper) XXX_Unmarshal

func (m *UnBindPipelineResponseWrapper) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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