dashproto

package
v0.7.4 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Generated gRPC types for communicating with Dashborg service

Index

Constants

This section is empty.

Variables

View Source
var File_pkg_dashproto_dashproto_proto protoreflect.FileDescriptor

Functions

func RegisterDashborgServiceServer

func RegisterDashborgServiceServer(s *grpc.Server, srv DashborgServiceServer)

Types

type ConnectClientMessage added in v0.6.0

type ConnectClientMessage struct {
	Ts        int64             `protobuf:"varint,1,opt,name=Ts,proto3" json:"Ts,omitempty"`
	ProcRunId string            `protobuf:"bytes,2,opt,name=ProcRunId,proto3" json:"ProcRunId,omitempty"`
	AccId     string            `protobuf:"bytes,3,opt,name=AccId,proto3" json:"AccId,omitempty"`
	ZoneName  string            `protobuf:"bytes,4,opt,name=ZoneName,proto3" json:"ZoneName,omitempty"`
	AnonAcc   bool              `protobuf:"varint,5,opt,name=AnonAcc,proto3" json:"AnonAcc,omitempty"`
	ProcName  string            `protobuf:"bytes,6,opt,name=ProcName,proto3" json:"ProcName,omitempty"`
	ProcIKey  string            `protobuf:"bytes,7,opt,name=ProcIKey,proto3" json:"ProcIKey,omitempty"`
	ProcTags  map[string]string `` /* 157-byte string literal not displayed */
	HostData  map[string]string `` /* 157-byte string literal not displayed */
	StartTs   int64             `protobuf:"varint,10,opt,name=StartTs,proto3" json:"StartTs,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectClientMessage) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ConnectClientMessage.ProtoReflect.Descriptor instead.

func (*ConnectClientMessage) GetAccId added in v0.6.0

func (x *ConnectClientMessage) GetAccId() string

func (*ConnectClientMessage) GetAnonAcc added in v0.6.0

func (x *ConnectClientMessage) GetAnonAcc() bool

func (*ConnectClientMessage) GetHostData added in v0.6.0

func (x *ConnectClientMessage) GetHostData() map[string]string

func (*ConnectClientMessage) GetProcIKey added in v0.7.0

func (x *ConnectClientMessage) GetProcIKey() string

func (*ConnectClientMessage) GetProcName added in v0.6.0

func (x *ConnectClientMessage) GetProcName() string

func (*ConnectClientMessage) GetProcRunId added in v0.6.0

func (x *ConnectClientMessage) GetProcRunId() string

func (*ConnectClientMessage) GetProcTags added in v0.6.0

func (x *ConnectClientMessage) GetProcTags() map[string]string

func (*ConnectClientMessage) GetStartTs added in v0.6.0

func (x *ConnectClientMessage) GetStartTs() int64

func (*ConnectClientMessage) GetTs added in v0.6.0

func (x *ConnectClientMessage) GetTs() int64

func (*ConnectClientMessage) GetZoneName added in v0.6.0

func (x *ConnectClientMessage) GetZoneName() string

func (*ConnectClientMessage) ProtoMessage added in v0.6.0

func (*ConnectClientMessage) ProtoMessage()

func (*ConnectClientMessage) ProtoReflect added in v0.6.0

func (x *ConnectClientMessage) ProtoReflect() protoreflect.Message

func (*ConnectClientMessage) Reset added in v0.6.0

func (x *ConnectClientMessage) Reset()

func (*ConnectClientMessage) String added in v0.6.0

func (x *ConnectClientMessage) String() string

type ConnectClientResponse added in v0.6.0

type ConnectClientResponse struct {
	Status      *RtnStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	ConnId      string     `protobuf:"bytes,2,opt,name=ConnId,proto3" json:"ConnId,omitempty"`
	AccInfoJson string     `protobuf:"bytes,3,opt,name=AccInfoJson,proto3" json:"AccInfoJson,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectClientResponse) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ConnectClientResponse.ProtoReflect.Descriptor instead.

func (*ConnectClientResponse) GetAccInfoJson added in v0.6.0

func (x *ConnectClientResponse) GetAccInfoJson() string

func (*ConnectClientResponse) GetConnId added in v0.6.0

func (x *ConnectClientResponse) GetConnId() string

func (*ConnectClientResponse) GetStatus added in v0.6.0

func (x *ConnectClientResponse) GetStatus() *RtnStatus

func (*ConnectClientResponse) ProtoMessage added in v0.6.0

func (*ConnectClientResponse) ProtoMessage()

func (*ConnectClientResponse) ProtoReflect added in v0.6.0

func (x *ConnectClientResponse) ProtoReflect() protoreflect.Message

func (*ConnectClientResponse) Reset added in v0.6.0

func (x *ConnectClientResponse) Reset()

func (*ConnectClientResponse) String added in v0.6.0

func (x *ConnectClientResponse) String() string

type ConnectLinkMessage added in v0.7.0

type ConnectLinkMessage struct {
	Ts   int64  `protobuf:"varint,1,opt,name=Ts,proto3" json:"Ts,omitempty"`
	Path string `protobuf:"bytes,2,opt,name=Path,proto3" json:"Path,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectLinkMessage) Descriptor deprecated added in v0.7.0

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

Deprecated: Use ConnectLinkMessage.ProtoReflect.Descriptor instead.

func (*ConnectLinkMessage) GetPath added in v0.7.0

func (x *ConnectLinkMessage) GetPath() string

func (*ConnectLinkMessage) GetTs added in v0.7.0

func (x *ConnectLinkMessage) GetTs() int64

func (*ConnectLinkMessage) ProtoMessage added in v0.7.0

func (*ConnectLinkMessage) ProtoMessage()

func (*ConnectLinkMessage) ProtoReflect added in v0.7.0

func (x *ConnectLinkMessage) ProtoReflect() protoreflect.Message

func (*ConnectLinkMessage) Reset added in v0.7.0

func (x *ConnectLinkMessage) Reset()

func (*ConnectLinkMessage) String added in v0.7.0

func (x *ConnectLinkMessage) String() string

type ConnectLinkResponse added in v0.7.0

type ConnectLinkResponse struct {
	Status *RtnStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectLinkResponse) Descriptor deprecated added in v0.7.0

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

Deprecated: Use ConnectLinkResponse.ProtoReflect.Descriptor instead.

func (*ConnectLinkResponse) GetStatus added in v0.7.0

func (x *ConnectLinkResponse) GetStatus() *RtnStatus

func (*ConnectLinkResponse) ProtoMessage added in v0.7.0

func (*ConnectLinkResponse) ProtoMessage()

func (*ConnectLinkResponse) ProtoReflect added in v0.7.0

func (x *ConnectLinkResponse) ProtoReflect() protoreflect.Message

func (*ConnectLinkResponse) Reset added in v0.7.0

func (x *ConnectLinkResponse) Reset()

func (*ConnectLinkResponse) String added in v0.7.0

func (x *ConnectLinkResponse) String() string

type DashborgServiceClient

type DashborgServiceClient interface {
	ConnectClient(ctx context.Context, in *ConnectClientMessage, opts ...grpc.CallOption) (*ConnectClientResponse, error)
	RequestStream(ctx context.Context, in *RequestStreamMessage, opts ...grpc.CallOption) (DashborgService_RequestStreamClient, error)
	SendResponse(ctx context.Context, in *SendResponseMessage, opts ...grpc.CallOption) (*SendResponseResponse, error)
	SetPath(ctx context.Context, in *SetPathMessage, opts ...grpc.CallOption) (*SetPathResponse, error)
	RemovePath(ctx context.Context, in *RemovePathMessage, opts ...grpc.CallOption) (*RemovePathResponse, error)
	FileInfo(ctx context.Context, in *FileInfoMessage, opts ...grpc.CallOption) (*FileInfoResponse, error)
	ConnectLink(ctx context.Context, in *ConnectLinkMessage, opts ...grpc.CallOption) (*ConnectLinkResponse, error)
}

DashborgServiceClient is the client API for DashborgService service.

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

type DashborgServiceServer

DashborgServiceServer is the server API for DashborgService service.

type DashborgService_RequestStreamClient

type DashborgService_RequestStreamClient interface {
	Recv() (*RequestMessage, error)
	grpc.ClientStream
}

type DashborgService_RequestStreamServer

type DashborgService_RequestStreamServer interface {
	Send(*RequestMessage) error
	grpc.ServerStream
}

type ErrorType added in v0.7.2

type ErrorType struct {
	Err     string `protobuf:"bytes,1,opt,name=Err,proto3" json:"Err,omitempty"`
	ErrCode string `protobuf:"bytes,2,opt,name=ErrCode,proto3" json:"ErrCode,omitempty"`
	PermErr bool   `protobuf:"varint,3,opt,name=PermErr,proto3" json:"PermErr,omitempty"`
	// contains filtered or unexported fields
}

func (*ErrorType) Descriptor deprecated added in v0.7.2

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

Deprecated: Use ErrorType.ProtoReflect.Descriptor instead.

func (*ErrorType) GetErr added in v0.7.2

func (x *ErrorType) GetErr() string

func (*ErrorType) GetErrCode added in v0.7.2

func (x *ErrorType) GetErrCode() string

func (*ErrorType) GetPermErr added in v0.7.2

func (x *ErrorType) GetPermErr() bool

func (*ErrorType) ProtoMessage added in v0.7.2

func (*ErrorType) ProtoMessage()

func (*ErrorType) ProtoReflect added in v0.7.2

func (x *ErrorType) ProtoReflect() protoreflect.Message

func (*ErrorType) Reset added in v0.7.2

func (x *ErrorType) Reset()

func (*ErrorType) String added in v0.7.2

func (x *ErrorType) String() string

type FileInfoMessage added in v0.7.0

type FileInfoMessage struct {
	Ts          int64  `protobuf:"varint,1,opt,name=Ts,proto3" json:"Ts,omitempty"`
	Path        string `protobuf:"bytes,2,opt,name=Path,proto3" json:"Path,omitempty"`
	DirOptsJson string `protobuf:"bytes,3,opt,name=DirOptsJson,proto3" json:"DirOptsJson,omitempty"`
	RtnContents bool   `protobuf:"varint,4,opt,name=RtnContents,proto3" json:"RtnContents,omitempty"`
	// contains filtered or unexported fields
}

func (*FileInfoMessage) Descriptor deprecated added in v0.7.0

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

Deprecated: Use FileInfoMessage.ProtoReflect.Descriptor instead.

func (*FileInfoMessage) GetDirOptsJson added in v0.7.0

func (x *FileInfoMessage) GetDirOptsJson() string

func (*FileInfoMessage) GetPath added in v0.7.0

func (x *FileInfoMessage) GetPath() string

func (*FileInfoMessage) GetRtnContents added in v0.7.0

func (x *FileInfoMessage) GetRtnContents() bool

func (*FileInfoMessage) GetTs added in v0.7.0

func (x *FileInfoMessage) GetTs() int64

func (*FileInfoMessage) ProtoMessage added in v0.7.0

func (*FileInfoMessage) ProtoMessage()

func (*FileInfoMessage) ProtoReflect added in v0.7.0

func (x *FileInfoMessage) ProtoReflect() protoreflect.Message

func (*FileInfoMessage) Reset added in v0.7.0

func (x *FileInfoMessage) Reset()

func (*FileInfoMessage) String added in v0.7.0

func (x *FileInfoMessage) String() string

type FileInfoResponse added in v0.7.0

type FileInfoResponse struct {
	Status         *RtnStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	FileInfoJson   string     `protobuf:"bytes,2,opt,name=FileInfoJson,proto3" json:"FileInfoJson,omitempty"`
	FileContent    []byte     `protobuf:"bytes,3,opt,name=FileContent,proto3" json:"FileContent,omitempty"`
	FileContentRtn bool       `protobuf:"varint,4,opt,name=FileContentRtn,proto3" json:"FileContentRtn,omitempty"`
	// contains filtered or unexported fields
}

func (*FileInfoResponse) Descriptor deprecated added in v0.7.0

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

Deprecated: Use FileInfoResponse.ProtoReflect.Descriptor instead.

func (*FileInfoResponse) GetFileContent added in v0.7.0

func (x *FileInfoResponse) GetFileContent() []byte

func (*FileInfoResponse) GetFileContentRtn added in v0.7.0

func (x *FileInfoResponse) GetFileContentRtn() bool

func (*FileInfoResponse) GetFileInfoJson added in v0.7.0

func (x *FileInfoResponse) GetFileInfoJson() string

func (*FileInfoResponse) GetStatus added in v0.7.0

func (x *FileInfoResponse) GetStatus() *RtnStatus

func (*FileInfoResponse) ProtoMessage added in v0.7.0

func (*FileInfoResponse) ProtoMessage()

func (*FileInfoResponse) ProtoReflect added in v0.7.0

func (x *FileInfoResponse) ProtoReflect() protoreflect.Message

func (*FileInfoResponse) Reset added in v0.7.0

func (x *FileInfoResponse) Reset()

func (*FileInfoResponse) String added in v0.7.0

func (x *FileInfoResponse) String() string

type RRAction

type RRAction struct {
	Ts           int64      `protobuf:"varint,1,opt,name=Ts,proto3" json:"Ts,omitempty"`
	ActionType   string     `protobuf:"bytes,2,opt,name=ActionType,proto3" json:"ActionType,omitempty"`
	Selector     string     `protobuf:"bytes,3,opt,name=Selector,proto3" json:"Selector,omitempty"` // path, selector, controlid
	JsonData     string     `protobuf:"bytes,4,opt,name=JsonData,proto3" json:"JsonData,omitempty"`
	OpType       string     `protobuf:"bytes,5,opt,name=OpType,proto3" json:"OpType,omitempty"`
	Html         string     `protobuf:"bytes,6,opt,name=Html,proto3" json:"Html,omitempty"`
	Err          *ErrorType `protobuf:"bytes,7,opt,name=Err,proto3" json:"Err,omitempty"`
	BlobBytes    []byte     `protobuf:"bytes,8,opt,name=BlobBytes,proto3" json:"BlobBytes,omitempty"`       // for "blob" / "blobext" ActionType
	BlobMimeType string     `protobuf:"bytes,9,opt,name=BlobMimeType,proto3" json:"BlobMimeType,omitempty"` // for "blob" ActionType
	ReqId        string     `protobuf:"bytes,10,opt,name=ReqId,proto3" json:"ReqId,omitempty"`              // transient for LocalServer
	// contains filtered or unexported fields
}

func (*RRAction) Descriptor deprecated

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

Deprecated: Use RRAction.ProtoReflect.Descriptor instead.

func (*RRAction) GetActionType

func (x *RRAction) GetActionType() string

func (*RRAction) GetBlobBytes

func (x *RRAction) GetBlobBytes() []byte

func (*RRAction) GetBlobMimeType

func (x *RRAction) GetBlobMimeType() string

func (*RRAction) GetErr

func (x *RRAction) GetErr() *ErrorType

func (*RRAction) GetHtml

func (x *RRAction) GetHtml() string

func (*RRAction) GetJsonData

func (x *RRAction) GetJsonData() string

func (*RRAction) GetOpType added in v0.6.0

func (x *RRAction) GetOpType() string

func (*RRAction) GetReqId added in v0.5.0

func (x *RRAction) GetReqId() string

func (*RRAction) GetSelector

func (x *RRAction) GetSelector() string

func (*RRAction) GetTs

func (x *RRAction) GetTs() int64

func (*RRAction) ProtoMessage

func (*RRAction) ProtoMessage()

func (*RRAction) ProtoReflect

func (x *RRAction) ProtoReflect() protoreflect.Message

func (*RRAction) Reset

func (x *RRAction) Reset()

func (*RRAction) String

func (x *RRAction) String() string

type RemovePathMessage added in v0.7.0

type RemovePathMessage struct {
	Ts            int64  `protobuf:"varint,1,opt,name=Ts,proto3" json:"Ts,omitempty"`
	Path          string `protobuf:"bytes,2,opt,name=Path,proto3" json:"Path,omitempty"`
	RemoveFullApp bool   `protobuf:"varint,3,opt,name=RemoveFullApp,proto3" json:"RemoveFullApp,omitempty"`
	// contains filtered or unexported fields
}

func (*RemovePathMessage) Descriptor deprecated added in v0.7.0

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

Deprecated: Use RemovePathMessage.ProtoReflect.Descriptor instead.

func (*RemovePathMessage) GetPath added in v0.7.0

func (x *RemovePathMessage) GetPath() string

func (*RemovePathMessage) GetRemoveFullApp added in v0.7.0

func (x *RemovePathMessage) GetRemoveFullApp() bool

func (*RemovePathMessage) GetTs added in v0.7.0

func (x *RemovePathMessage) GetTs() int64

func (*RemovePathMessage) ProtoMessage added in v0.7.0

func (*RemovePathMessage) ProtoMessage()

func (*RemovePathMessage) ProtoReflect added in v0.7.0

func (x *RemovePathMessage) ProtoReflect() protoreflect.Message

func (*RemovePathMessage) Reset added in v0.7.0

func (x *RemovePathMessage) Reset()

func (*RemovePathMessage) String added in v0.7.0

func (x *RemovePathMessage) String() string

type RemovePathResponse added in v0.7.0

type RemovePathResponse struct {
	Status *RtnStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	// contains filtered or unexported fields
}

func (*RemovePathResponse) Descriptor deprecated added in v0.7.0

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

Deprecated: Use RemovePathResponse.ProtoReflect.Descriptor instead.

func (*RemovePathResponse) GetStatus added in v0.7.0

func (x *RemovePathResponse) GetStatus() *RtnStatus

func (*RemovePathResponse) ProtoMessage added in v0.7.0

func (*RemovePathResponse) ProtoMessage()

func (*RemovePathResponse) ProtoReflect added in v0.7.0

func (x *RemovePathResponse) ProtoReflect() protoreflect.Message

func (*RemovePathResponse) Reset added in v0.7.0

func (x *RemovePathResponse) Reset()

func (*RemovePathResponse) String added in v0.7.0

func (x *RemovePathResponse) String() string

type RequestMessage

type RequestMessage struct {
	Ts            int64      `protobuf:"varint,1,opt,name=Ts,proto3" json:"Ts,omitempty"`
	AccId         string     `protobuf:"bytes,2,opt,name=AccId,proto3" json:"AccId,omitempty"`
	ZoneName      string     `protobuf:"bytes,3,opt,name=ZoneName,proto3" json:"ZoneName,omitempty"`
	RequestType   string     `protobuf:"bytes,4,opt,name=RequestType,proto3" json:"RequestType,omitempty"`
	Path          string     `protobuf:"bytes,5,opt,name=Path,proto3" json:"Path,omitempty"`
	ReqId         string     `protobuf:"bytes,6,opt,name=ReqId,proto3" json:"ReqId,omitempty"`
	FeClientId    string     `protobuf:"bytes,7,opt,name=FeClientId,proto3" json:"FeClientId,omitempty"`
	JsonData      string     `protobuf:"bytes,8,opt,name=JsonData,proto3" json:"JsonData,omitempty"`
	AuthData      string     `protobuf:"bytes,9,opt,name=AuthData,proto3" json:"AuthData,omitempty"`
	AppStateData  string     `protobuf:"bytes,10,opt,name=AppStateData,proto3" json:"AppStateData,omitempty"`
	Status        *RtnStatus `protobuf:"bytes,11,opt,name=Status,proto3" json:"Status,omitempty"` // only used for server-side errors
	TimeoutMs     int64      `protobuf:"varint,12,opt,name=TimeoutMs,proto3" json:"TimeoutMs,omitempty"`
	IsBackendCall bool       `protobuf:"varint,13,opt,name=IsBackendCall,proto3" json:"IsBackendCall,omitempty"`
	AppRequest    bool       `protobuf:"varint,14,opt,name=AppRequest,proto3" json:"AppRequest,omitempty"`
	RequestMethod string     `protobuf:"bytes,15,opt,name=RequestMethod,proto3" json:"RequestMethod,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestMessage) Descriptor deprecated

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

Deprecated: Use RequestMessage.ProtoReflect.Descriptor instead.

func (*RequestMessage) GetAccId

func (x *RequestMessage) GetAccId() string

func (*RequestMessage) GetAppRequest added in v0.7.0

func (x *RequestMessage) GetAppRequest() bool

func (*RequestMessage) GetAppStateData added in v0.6.0

func (x *RequestMessage) GetAppStateData() string

func (*RequestMessage) GetAuthData

func (x *RequestMessage) GetAuthData() string

func (*RequestMessage) GetFeClientId

func (x *RequestMessage) GetFeClientId() string

func (*RequestMessage) GetIsBackendCall added in v0.4.0

func (x *RequestMessage) GetIsBackendCall() bool

func (*RequestMessage) GetJsonData

func (x *RequestMessage) GetJsonData() string

func (*RequestMessage) GetPath

func (x *RequestMessage) GetPath() string

func (*RequestMessage) GetReqId

func (x *RequestMessage) GetReqId() string

func (*RequestMessage) GetRequestMethod added in v0.7.0

func (x *RequestMessage) GetRequestMethod() string

func (*RequestMessage) GetRequestType

func (x *RequestMessage) GetRequestType() string

func (*RequestMessage) GetStatus added in v0.6.0

func (x *RequestMessage) GetStatus() *RtnStatus

func (*RequestMessage) GetTimeoutMs

func (x *RequestMessage) GetTimeoutMs() int64

func (*RequestMessage) GetTs

func (x *RequestMessage) GetTs() int64

func (*RequestMessage) GetZoneName

func (x *RequestMessage) GetZoneName() string

func (*RequestMessage) ProtoMessage

func (*RequestMessage) ProtoMessage()

func (*RequestMessage) ProtoReflect

func (x *RequestMessage) ProtoReflect() protoreflect.Message

func (*RequestMessage) Reset

func (x *RequestMessage) Reset()

func (*RequestMessage) String

func (x *RequestMessage) String() string

type RequestStreamMessage

type RequestStreamMessage struct {
	Ts int64 `protobuf:"varint,1,opt,name=Ts,proto3" json:"Ts,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestStreamMessage) Descriptor deprecated

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

Deprecated: Use RequestStreamMessage.ProtoReflect.Descriptor instead.

func (*RequestStreamMessage) GetTs

func (x *RequestStreamMessage) GetTs() int64

func (*RequestStreamMessage) ProtoMessage

func (*RequestStreamMessage) ProtoMessage()

func (*RequestStreamMessage) ProtoReflect

func (x *RequestStreamMessage) ProtoReflect() protoreflect.Message

func (*RequestStreamMessage) Reset

func (x *RequestStreamMessage) Reset()

func (*RequestStreamMessage) String

func (x *RequestStreamMessage) String() string

type RtnStatus added in v0.6.0

type RtnStatus struct {
	Success bool   `protobuf:"varint,1,opt,name=Success,proto3" json:"Success,omitempty"`
	Err     string `protobuf:"bytes,2,opt,name=Err,proto3" json:"Err,omitempty"`
	ErrCode string `protobuf:"bytes,3,opt,name=ErrCode,proto3" json:"ErrCode,omitempty"`
	PermErr bool   `protobuf:"varint,4,opt,name=PermErr,proto3" json:"PermErr,omitempty"`
	// contains filtered or unexported fields
}

func (*RtnStatus) Descriptor deprecated added in v0.6.0

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

Deprecated: Use RtnStatus.ProtoReflect.Descriptor instead.

func (*RtnStatus) GetErr added in v0.6.0

func (x *RtnStatus) GetErr() string

func (*RtnStatus) GetErrCode added in v0.6.0

func (x *RtnStatus) GetErrCode() string

func (*RtnStatus) GetPermErr added in v0.6.0

func (x *RtnStatus) GetPermErr() bool

func (*RtnStatus) GetSuccess added in v0.6.0

func (x *RtnStatus) GetSuccess() bool

func (*RtnStatus) ProtoMessage added in v0.6.0

func (*RtnStatus) ProtoMessage()

func (*RtnStatus) ProtoReflect added in v0.6.0

func (x *RtnStatus) ProtoReflect() protoreflect.Message

func (*RtnStatus) Reset added in v0.6.0

func (x *RtnStatus) Reset()

func (*RtnStatus) String added in v0.6.0

func (x *RtnStatus) String() string

type SendResponseMessage

type SendResponseMessage struct {
	Ts           int64       `protobuf:"varint,1,opt,name=Ts,proto3" json:"Ts,omitempty"`
	ReqId        string      `protobuf:"bytes,2,opt,name=ReqId,proto3" json:"ReqId,omitempty"`
	RequestType  string      `protobuf:"bytes,3,opt,name=RequestType,proto3" json:"RequestType,omitempty"`
	Path         string      `protobuf:"bytes,4,opt,name=Path,proto3" json:"Path,omitempty"`
	FeClientId   string      `protobuf:"bytes,5,opt,name=FeClientId,proto3" json:"FeClientId,omitempty"`
	ResponseDone bool        `protobuf:"varint,6,opt,name=ResponseDone,proto3" json:"ResponseDone,omitempty"`
	Actions      []*RRAction `protobuf:"bytes,7,rep,name=Actions,proto3" json:"Actions,omitempty"`
	Err          *ErrorType  `protobuf:"bytes,8,opt,name=Err,proto3" json:"Err,omitempty"`
	// contains filtered or unexported fields
}

func (*SendResponseMessage) Descriptor deprecated

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

Deprecated: Use SendResponseMessage.ProtoReflect.Descriptor instead.

func (*SendResponseMessage) GetActions

func (x *SendResponseMessage) GetActions() []*RRAction

func (*SendResponseMessage) GetErr

func (x *SendResponseMessage) GetErr() *ErrorType

func (*SendResponseMessage) GetFeClientId

func (x *SendResponseMessage) GetFeClientId() string

func (*SendResponseMessage) GetPath added in v0.7.0

func (x *SendResponseMessage) GetPath() string

func (*SendResponseMessage) GetReqId

func (x *SendResponseMessage) GetReqId() string

func (*SendResponseMessage) GetRequestType

func (x *SendResponseMessage) GetRequestType() string

func (*SendResponseMessage) GetResponseDone

func (x *SendResponseMessage) GetResponseDone() bool

func (*SendResponseMessage) GetTs

func (x *SendResponseMessage) GetTs() int64

func (*SendResponseMessage) ProtoMessage

func (*SendResponseMessage) ProtoMessage()

func (*SendResponseMessage) ProtoReflect

func (x *SendResponseMessage) ProtoReflect() protoreflect.Message

func (*SendResponseMessage) Reset

func (x *SendResponseMessage) Reset()

func (*SendResponseMessage) String

func (x *SendResponseMessage) String() string

type SendResponseResponse

type SendResponseResponse struct {
	Status           *RtnStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	NumStreamClients int32      `protobuf:"varint,2,opt,name=NumStreamClients,proto3" json:"NumStreamClients,omitempty"`
	// contains filtered or unexported fields
}

func (*SendResponseResponse) Descriptor deprecated

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

Deprecated: Use SendResponseResponse.ProtoReflect.Descriptor instead.

func (*SendResponseResponse) GetNumStreamClients added in v0.4.2

func (x *SendResponseResponse) GetNumStreamClients() int32

func (*SendResponseResponse) GetStatus added in v0.6.0

func (x *SendResponseResponse) GetStatus() *RtnStatus

func (*SendResponseResponse) ProtoMessage

func (*SendResponseResponse) ProtoMessage()

func (*SendResponseResponse) ProtoReflect

func (x *SendResponseResponse) ProtoReflect() protoreflect.Message

func (*SendResponseResponse) Reset

func (x *SendResponseResponse) Reset()

func (*SendResponseResponse) String

func (x *SendResponseResponse) String() string

type SetPathMessage added in v0.7.0

type SetPathMessage struct {
	Ts             int64  `protobuf:"varint,1,opt,name=Ts,proto3" json:"Ts,omitempty"`
	Path           string `protobuf:"bytes,2,opt,name=Path,proto3" json:"Path,omitempty"`
	TxId           string `protobuf:"bytes,3,opt,name=TxId,proto3" json:"TxId,omitempty"`
	HasBody        bool   `protobuf:"varint,4,opt,name=HasBody,proto3" json:"HasBody,omitempty"`
	ConnectRuntime bool   `protobuf:"varint,5,opt,name=ConnectRuntime,proto3" json:"ConnectRuntime,omitempty"`
	FileOptsJson   string `protobuf:"bytes,6,opt,name=FileOptsJson,proto3" json:"FileOptsJson,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPathMessage) Descriptor deprecated added in v0.7.0

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

Deprecated: Use SetPathMessage.ProtoReflect.Descriptor instead.

func (*SetPathMessage) GetConnectRuntime added in v0.7.0

func (x *SetPathMessage) GetConnectRuntime() bool

func (*SetPathMessage) GetFileOptsJson added in v0.7.0

func (x *SetPathMessage) GetFileOptsJson() string

func (*SetPathMessage) GetHasBody added in v0.7.0

func (x *SetPathMessage) GetHasBody() bool

func (*SetPathMessage) GetPath added in v0.7.0

func (x *SetPathMessage) GetPath() string

func (*SetPathMessage) GetTs added in v0.7.0

func (x *SetPathMessage) GetTs() int64

func (*SetPathMessage) GetTxId added in v0.7.0

func (x *SetPathMessage) GetTxId() string

func (*SetPathMessage) ProtoMessage added in v0.7.0

func (*SetPathMessage) ProtoMessage()

func (*SetPathMessage) ProtoReflect added in v0.7.0

func (x *SetPathMessage) ProtoReflect() protoreflect.Message

func (*SetPathMessage) Reset added in v0.7.0

func (x *SetPathMessage) Reset()

func (*SetPathMessage) String added in v0.7.0

func (x *SetPathMessage) String() string

type SetPathResponse added in v0.7.0

type SetPathResponse struct {
	Status        *RtnStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	BlobFound     bool       `protobuf:"varint,2,opt,name=BlobFound,proto3" json:"BlobFound,omitempty"`
	BlobUploadId  string     `protobuf:"bytes,3,opt,name=BlobUploadId,proto3" json:"BlobUploadId,omitempty"`
	BlobUploadKey string     `protobuf:"bytes,4,opt,name=BlobUploadKey,proto3" json:"BlobUploadKey,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPathResponse) Descriptor deprecated added in v0.7.0

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

Deprecated: Use SetPathResponse.ProtoReflect.Descriptor instead.

func (*SetPathResponse) GetBlobFound added in v0.7.0

func (x *SetPathResponse) GetBlobFound() bool

func (*SetPathResponse) GetBlobUploadId added in v0.7.1

func (x *SetPathResponse) GetBlobUploadId() string

func (*SetPathResponse) GetBlobUploadKey added in v0.7.1

func (x *SetPathResponse) GetBlobUploadKey() string

func (*SetPathResponse) GetStatus added in v0.7.0

func (x *SetPathResponse) GetStatus() *RtnStatus

func (*SetPathResponse) ProtoMessage added in v0.7.0

func (*SetPathResponse) ProtoMessage()

func (*SetPathResponse) ProtoReflect added in v0.7.0

func (x *SetPathResponse) ProtoReflect() protoreflect.Message

func (*SetPathResponse) Reset added in v0.7.0

func (x *SetPathResponse) Reset()

func (*SetPathResponse) String added in v0.7.0

func (x *SetPathResponse) String() string

type UnimplementedDashborgServiceServer

type UnimplementedDashborgServiceServer struct {
}

UnimplementedDashborgServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDashborgServiceServer) ConnectClient added in v0.6.0

func (*UnimplementedDashborgServiceServer) FileInfo added in v0.7.0

func (*UnimplementedDashborgServiceServer) RemovePath added in v0.7.0

func (*UnimplementedDashborgServiceServer) RequestStream

func (*UnimplementedDashborgServiceServer) SendResponse

func (*UnimplementedDashborgServiceServer) SetPath added in v0.7.0

Jump to

Keyboard shortcuts

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