Documentation
¶
Index ¶
- Variables
- func RegisterAnalyzeServiceServer(s grpc.ServiceRegistrar, srv AnalyzeServiceServer)
- func RegisterGDeanServiceServer(s grpc.ServiceRegistrar, srv GDeanServiceServer)
- func RegisterIssueServiceServer(s grpc.ServiceRegistrar, srv IssueServiceServer)
- func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceServer)
- type AddAnalyzedResultRequest
- func (*AddAnalyzedResultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddAnalyzedResultRequest) GetAnalyzedResult() *AnalyzedResult
- func (x *AddAnalyzedResultRequest) GetIssueId() string
- func (*AddAnalyzedResultRequest) ProtoMessage()
- func (x *AddAnalyzedResultRequest) ProtoReflect() protoreflect.Message
- func (x *AddAnalyzedResultRequest) Reset()
- func (x *AddAnalyzedResultRequest) String() string
- type AddAnalyzedResultResponse
- func (*AddAnalyzedResultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddAnalyzedResultResponse) GetAnalzyedResultId() string
- func (x *AddAnalyzedResultResponse) GetStatus() *status.Status
- func (*AddAnalyzedResultResponse) ProtoMessage()
- func (x *AddAnalyzedResultResponse) ProtoReflect() protoreflect.Message
- func (x *AddAnalyzedResultResponse) Reset()
- func (x *AddAnalyzedResultResponse) String() string
- type AnalyzeServiceClient
- type AnalyzeServiceServer
- type AnalyzedResult
- func (*AnalyzedResult) Descriptor() ([]byte, []int)deprecated
- func (x *AnalyzedResult) GetBranches() []*Branch
- func (x *AnalyzedResult) GetComments() []*Comment
- func (x *AnalyzedResult) GetCreateTime() *timestamppb.Timestamp
- func (x *AnalyzedResult) GetDecided() string
- func (x *AnalyzedResult) GetDesc() string
- func (x *AnalyzedResult) GetEvaluates() []string
- func (x *AnalyzedResult) GetId() string
- func (x *AnalyzedResult) GetIssuse() string
- func (x *AnalyzedResult) GetOperator() string
- func (x *AnalyzedResult) GetPoints() []float32
- func (x *AnalyzedResult) GetReason() string
- func (x *AnalyzedResult) GetUpdateTime() *timestamppb.Timestamp
- func (*AnalyzedResult) ProtoMessage()
- func (x *AnalyzedResult) ProtoReflect() protoreflect.Message
- func (x *AnalyzedResult) Reset()
- func (x *AnalyzedResult) String() string
- type Branch
- func (*Branch) Descriptor() ([]byte, []int)deprecated
- func (x *Branch) GetContent() string
- func (x *Branch) GetCreateTime() *timestamppb.Timestamp
- func (x *Branch) GetDescs() []string
- func (x *Branch) GetId() string
- func (x *Branch) GetOperator() string
- func (x *Branch) GetParams() []float32
- func (x *Branch) GetUpdateTime() *timestamppb.Timestamp
- func (*Branch) ProtoMessage()
- func (x *Branch) ProtoReflect() protoreflect.Message
- func (x *Branch) Reset()
- func (x *Branch) String() string
- type Comment
- func (*Comment) Descriptor() ([]byte, []int)deprecated
- func (x *Comment) GetAuthor() string
- func (x *Comment) GetContent() string
- func (x *Comment) GetCreateTime() *timestamppb.Timestamp
- func (x *Comment) GetId() string
- func (x *Comment) GetKey() string
- func (x *Comment) GetUpdateTime() *timestamppb.Timestamp
- func (*Comment) ProtoMessage()
- func (x *Comment) ProtoReflect() protoreflect.Message
- func (x *Comment) Reset()
- func (x *Comment) String() string
- type CreateDataRequest
- func (*CreateDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDataRequest) GetData() *Data
- func (x *CreateDataRequest) GetDataId() string
- func (x *CreateDataRequest) GetUserId() string
- func (*CreateDataRequest) ProtoMessage()
- func (x *CreateDataRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDataRequest) Reset()
- func (x *CreateDataRequest) String() string
- type CreateDataResponse
- func (*CreateDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDataResponse) GetData() *Data
- func (x *CreateDataResponse) GetStatus() *status.Status
- func (x *CreateDataResponse) GetUserId() string
- func (*CreateDataResponse) ProtoMessage()
- func (x *CreateDataResponse) ProtoReflect() protoreflect.Message
- func (x *CreateDataResponse) Reset()
- func (x *CreateDataResponse) String() string
- type CreateIssueRequest
- func (*CreateIssueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateIssueRequest) GetIssue() *Issue
- func (x *CreateIssueRequest) GetIssueId() string
- func (x *CreateIssueRequest) GetUserId() string
- func (*CreateIssueRequest) ProtoMessage()
- func (x *CreateIssueRequest) ProtoReflect() protoreflect.Message
- func (x *CreateIssueRequest) Reset()
- func (x *CreateIssueRequest) String() string
- type CreateIssueResponse
- func (*CreateIssueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateIssueResponse) GetIssue() *Issue
- func (x *CreateIssueResponse) GetStatus() *status.Status
- func (x *CreateIssueResponse) GetUserId() string
- func (*CreateIssueResponse) ProtoMessage()
- func (x *CreateIssueResponse) ProtoReflect() protoreflect.Message
- func (x *CreateIssueResponse) Reset()
- func (x *CreateIssueResponse) String() string
- type CreateMetaRequest
- func (*CreateMetaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMetaRequest) GetMetaBody() *MetaBody
- func (*CreateMetaRequest) ProtoMessage()
- func (x *CreateMetaRequest) ProtoReflect() protoreflect.Message
- func (x *CreateMetaRequest) Reset()
- func (x *CreateMetaRequest) String() string
- type CreateMetaResponse
- func (*CreateMetaResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMetaResponse) GetMeta() *Meta
- func (m *CreateMetaResponse) GetResponse() isCreateMetaResponse_Response
- func (x *CreateMetaResponse) GetStatus() *status.Status
- func (*CreateMetaResponse) ProtoMessage()
- func (x *CreateMetaResponse) ProtoReflect() protoreflect.Message
- func (x *CreateMetaResponse) Reset()
- func (x *CreateMetaResponse) String() string
- type CreateMetaResponse_Meta
- type CreateMetaResponse_Status
- type CreateUserRequest
- func (*CreateUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserRequest) GetUser() *User
- func (x *CreateUserRequest) GetUserId() string
- func (*CreateUserRequest) ProtoMessage()
- func (x *CreateUserRequest) ProtoReflect() protoreflect.Message
- func (x *CreateUserRequest) Reset()
- func (x *CreateUserRequest) String() string
- type CreateUserResponse
- func (*CreateUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserResponse) GetStatus() *status.Status
- func (x *CreateUserResponse) GetUser() *User
- func (*CreateUserResponse) ProtoMessage()
- func (x *CreateUserResponse) ProtoReflect() protoreflect.Message
- func (x *CreateUserResponse) Reset()
- func (x *CreateUserResponse) String() string
- type Data
- func (*Data) Descriptor() ([]byte, []int)deprecated
- func (x *Data) GetAuthor() []string
- func (x *Data) GetColumns() []string
- func (x *Data) GetCreateTime() *timestamppb.Timestamp
- func (x *Data) GetId() string
- func (x *Data) GetIndexes() []string
- func (x *Data) GetIssue() []string
- func (x *Data) GetLength() uint32
- func (x *Data) GetOperator() string
- func (x *Data) GetParams() []float32
- func (x *Data) GetUpdateTime() *timestamppb.Timestamp
- func (*Data) ProtoMessage()
- func (x *Data) ProtoReflect() protoreflect.Message
- func (x *Data) Reset()
- func (x *Data) String() string
- type DecideBranchRequest
- func (*DecideBranchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DecideBranchRequest) GetBranchId() string
- func (x *DecideBranchRequest) GetIssueId() string
- func (*DecideBranchRequest) ProtoMessage()
- func (x *DecideBranchRequest) ProtoReflect() protoreflect.Message
- func (x *DecideBranchRequest) Reset()
- func (x *DecideBranchRequest) String() string
- type DecideBranchResponse
- func (*DecideBranchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DecideBranchResponse) GetStatus() *status.Status
- func (*DecideBranchResponse) ProtoMessage()
- func (x *DecideBranchResponse) ProtoReflect() protoreflect.Message
- func (x *DecideBranchResponse) Reset()
- func (x *DecideBranchResponse) String() string
- type DeleteDataRequest
- type DeleteDataResponse
- func (*DeleteDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDataResponse) GetStatus() *status.Status
- func (*DeleteDataResponse) ProtoMessage()
- func (x *DeleteDataResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteDataResponse) Reset()
- func (x *DeleteDataResponse) String() string
- type DeleteIssueInternalRequest
- func (*DeleteIssueInternalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteIssueInternalRequest) GetChildId() string
- func (x *DeleteIssueInternalRequest) GetChildType() string
- func (x *DeleteIssueInternalRequest) GetIssueId() string
- func (*DeleteIssueInternalRequest) ProtoMessage()
- func (x *DeleteIssueInternalRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteIssueInternalRequest) Reset()
- func (x *DeleteIssueInternalRequest) String() string
- type DeleteIssueInternalResponse
- func (*DeleteIssueInternalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteIssueInternalResponse) GetIssueId() string
- func (x *DeleteIssueInternalResponse) GetStatus() *status.Status
- func (*DeleteIssueInternalResponse) ProtoMessage()
- func (x *DeleteIssueInternalResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteIssueInternalResponse) Reset()
- func (x *DeleteIssueInternalResponse) String() string
- type DeleteIssueRequest
- func (*DeleteIssueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteIssueRequest) GetIssueId() string
- func (*DeleteIssueRequest) ProtoMessage()
- func (x *DeleteIssueRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteIssueRequest) Reset()
- func (x *DeleteIssueRequest) String() string
- type DeleteIssueResponse
- func (*DeleteIssueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteIssueResponse) GetStatus() *status.Status
- func (*DeleteIssueResponse) ProtoMessage()
- func (x *DeleteIssueResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteIssueResponse) Reset()
- func (x *DeleteIssueResponse) String() string
- type DeleteMetaRequest
- type DeleteMetaResponse
- func (*DeleteMetaResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteMetaResponse) GetDeleteTime() *timestamppb.Timestamp
- func (m *DeleteMetaResponse) GetResponse() isDeleteMetaResponse_Response
- func (x *DeleteMetaResponse) GetStatus() *status.Status
- func (*DeleteMetaResponse) ProtoMessage()
- func (x *DeleteMetaResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteMetaResponse) Reset()
- func (x *DeleteMetaResponse) String() string
- type DeleteMetaResponse_DeleteTime
- type DeleteMetaResponse_Status
- type DeleteUserRequest
- type DeleteUserResponse
- func (*DeleteUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUserResponse) GetStatus() *status.Status
- func (*DeleteUserResponse) ProtoMessage()
- func (x *DeleteUserResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteUserResponse) Reset()
- func (x *DeleteUserResponse) String() string
- type ExportIssueRequest
- func (*ExportIssueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExportIssueRequest) GetUserId() string
- func (*ExportIssueRequest) ProtoMessage()
- func (x *ExportIssueRequest) ProtoReflect() protoreflect.Message
- func (x *ExportIssueRequest) Reset()
- func (x *ExportIssueRequest) String() string
- type ExportIssueResponse
- func (*ExportIssueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExportIssueResponse) GetIssues() []*Issue
- func (x *ExportIssueResponse) GetStatus() *status.Status
- func (*ExportIssueResponse) ProtoMessage()
- func (x *ExportIssueResponse) ProtoReflect() protoreflect.Message
- func (x *ExportIssueResponse) Reset()
- func (x *ExportIssueResponse) String() string
- type GDeanServiceClient
- type GDeanServiceServer
- type GetDataRequest
- type GetDataResponse
- func (*GetDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataResponse) GetData() *Data
- func (x *GetDataResponse) GetStatus() *status.Status
- func (*GetDataResponse) ProtoMessage()
- func (x *GetDataResponse) ProtoReflect() protoreflect.Message
- func (x *GetDataResponse) Reset()
- func (x *GetDataResponse) String() string
- type GetIssueRequest
- type GetIssueResponse
- func (*GetIssueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetIssueResponse) GetIssue() *Issue
- func (x *GetIssueResponse) GetStatus() *status.Status
- func (*GetIssueResponse) ProtoMessage()
- func (x *GetIssueResponse) ProtoReflect() protoreflect.Message
- func (x *GetIssueResponse) Reset()
- func (x *GetIssueResponse) String() string
- type GetMetaListIds
- type GetMetaListRequest
- func (*GetMetaListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMetaListRequest) GetIsAvailable() bool
- func (x *GetMetaListRequest) GetStartId() uint32
- func (*GetMetaListRequest) ProtoMessage()
- func (x *GetMetaListRequest) ProtoReflect() protoreflect.Message
- func (x *GetMetaListRequest) Reset()
- func (x *GetMetaListRequest) String() string
- type GetMetaListResponse
- func (*GetMetaListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMetaListResponse) GetIds() *GetMetaListIds
- func (m *GetMetaListResponse) GetResponse() isGetMetaListResponse_Response
- func (x *GetMetaListResponse) GetStatus() *status.Status
- func (*GetMetaListResponse) ProtoMessage()
- func (x *GetMetaListResponse) ProtoReflect() protoreflect.Message
- func (x *GetMetaListResponse) Reset()
- func (x *GetMetaListResponse) String() string
- type GetMetaListResponse_Ids
- type GetMetaListResponse_Status
- type GetMetaRequest
- type GetMetaResponse
- func (*GetMetaResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMetaResponse) GetMeta() *Meta
- func (m *GetMetaResponse) GetResponse() isGetMetaResponse_Response
- func (x *GetMetaResponse) GetStatus() *status.Status
- func (*GetMetaResponse) ProtoMessage()
- func (x *GetMetaResponse) ProtoReflect() protoreflect.Message
- func (x *GetMetaResponse) Reset()
- func (x *GetMetaResponse) String() string
- type GetMetaResponse_Meta
- type GetMetaResponse_Status
- type GetMetricsRequest
- type GetMetricsResponse
- func (*GetMetricsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMetricsResponse) GetMetrics() map[uint32]*Metrics
- func (*GetMetricsResponse) ProtoMessage()
- func (x *GetMetricsResponse) ProtoReflect() protoreflect.Message
- func (x *GetMetricsResponse) Reset()
- func (x *GetMetricsResponse) String() string
- type GetUserRequest
- type GetUserResponse
- func (*GetUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserResponse) GetStatus() *status.Status
- func (x *GetUserResponse) GetUser() *User
- func (*GetUserResponse) ProtoMessage()
- func (x *GetUserResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserResponse) Reset()
- func (x *GetUserResponse) String() string
- type Issue
- func (*Issue) Descriptor() ([]byte, []int)deprecated
- func (x *Issue) GetAuthor() *User
- func (x *Issue) GetBranches() []*Branch
- func (x *Issue) GetComments() []*Comment
- func (x *Issue) GetContributers() []string
- func (x *Issue) GetCreateTime() *timestamppb.Timestamp
- func (x *Issue) GetData() []*Data
- func (x *Issue) GetDecided() string
- func (x *Issue) GetDesc() string
- func (x *Issue) GetId() string
- func (x *Issue) GetOperator() string
- func (x *Issue) GetResults() []*AnalyzedResult
- func (x *Issue) GetTitle() string
- func (*Issue) ProtoMessage()
- func (x *Issue) ProtoReflect() protoreflect.Message
- func (x *Issue) Reset()
- func (x *Issue) String() string
- type IssueServiceClient
- type IssueServiceServer
- type ListDataRequest
- func (*ListDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataRequest) GetFilter() string
- func (x *ListDataRequest) GetUserId() string
- func (*ListDataRequest) ProtoMessage()
- func (x *ListDataRequest) ProtoReflect() protoreflect.Message
- func (x *ListDataRequest) Reset()
- func (x *ListDataRequest) String() string
- type ListDataResponse
- func (*ListDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataResponse) GetData() []*Data
- func (x *ListDataResponse) GetStatus() *status.Status
- func (*ListDataResponse) ProtoMessage()
- func (x *ListDataResponse) ProtoReflect() protoreflect.Message
- func (x *ListDataResponse) Reset()
- func (x *ListDataResponse) String() string
- type ListIssuesRequest
- func (*ListIssuesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListIssuesRequest) GetFilter() string
- func (x *ListIssuesRequest) GetUserId() string
- func (*ListIssuesRequest) ProtoMessage()
- func (x *ListIssuesRequest) ProtoReflect() protoreflect.Message
- func (x *ListIssuesRequest) Reset()
- func (x *ListIssuesRequest) String() string
- type ListIssuesResponse
- func (*ListIssuesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListIssuesResponse) GetIssues() []*Issue
- func (x *ListIssuesResponse) GetStatus() *status.Status
- func (*ListIssuesResponse) ProtoMessage()
- func (x *ListIssuesResponse) ProtoReflect() protoreflect.Message
- func (x *ListIssuesResponse) Reset()
- func (x *ListIssuesResponse) String() string
- type ListUsersRequest
- type ListUsersResponse
- func (*ListUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersResponse) GetStatus() *status.Status
- func (x *ListUsersResponse) GetUser() []*User
- func (*ListUsersResponse) ProtoMessage()
- func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
- func (x *ListUsersResponse) Reset()
- func (x *ListUsersResponse) String() string
- type MaxEmvRequest
- type MaxEmvResponse
- func (*MaxEmvResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MaxEmvResponse) GetCreateTime() *timestamppb.Timestamp
- func (x *MaxEmvResponse) GetMaxEmv() int32
- func (*MaxEmvResponse) ProtoMessage()
- func (x *MaxEmvResponse) ProtoReflect() protoreflect.Message
- func (x *MaxEmvResponse) Reset()
- func (x *MaxEmvResponse) String() string
- type Meta
- func (*Meta) Descriptor() ([]byte, []int)deprecated
- func (x *Meta) GetCreateTime() *timestamppb.Timestamp
- func (x *Meta) GetId() uint32
- func (x *Meta) GetMetaBody() *MetaBody
- func (x *Meta) GetUpdateTime() *timestamppb.Timestamp
- func (*Meta) ProtoMessage()
- func (x *Meta) ProtoReflect() protoreflect.Message
- func (x *Meta) Reset()
- func (x *Meta) String() string
- type MetaBody
- func (*MetaBody) Descriptor() ([]byte, []int)deprecated
- func (x *MetaBody) GetDesc() string
- func (x *MetaBody) GetIsAvailable() bool
- func (x *MetaBody) GetName() string
- func (x *MetaBody) GetParamDef() map[string]string
- func (*MetaBody) ProtoMessage()
- func (x *MetaBody) ProtoReflect() protoreflect.Message
- func (x *MetaBody) Reset()
- func (x *MetaBody) String() string
- type Metrics
- func (*Metrics) Descriptor() ([]byte, []int)deprecated
- func (x *Metrics) GetErrorRate() float32
- func (x *Metrics) GetId() uint32
- func (x *Metrics) GetMeanOfDuring() int32
- func (x *Metrics) GetSumOfUse() int32
- func (*Metrics) ProtoMessage()
- func (x *Metrics) ProtoReflect() protoreflect.Message
- func (x *Metrics) Reset()
- func (x *Metrics) String() string
- type PutMetaRequest
- func (*PutMetaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutMetaRequest) GetId() uint32
- func (x *PutMetaRequest) GetMetaBody() *MetaBody
- func (*PutMetaRequest) ProtoMessage()
- func (x *PutMetaRequest) ProtoReflect() protoreflect.Message
- func (x *PutMetaRequest) Reset()
- func (x *PutMetaRequest) String() string
- type PutMetaResponse
- func (*PutMetaResponse) Descriptor() ([]byte, []int)deprecated
- func (m *PutMetaResponse) GetResponse() isPutMetaResponse_Response
- func (x *PutMetaResponse) GetStatus() *status.Status
- func (x *PutMetaResponse) GetUpdateTime() *timestamppb.Timestamp
- func (*PutMetaResponse) ProtoMessage()
- func (x *PutMetaResponse) ProtoReflect() protoreflect.Message
- func (x *PutMetaResponse) Reset()
- func (x *PutMetaResponse) String() string
- type PutMetaResponse_Status
- type PutMetaResponse_UpdateTime
- type Report
- type ReportRequest
- type ReportResponse
- type ResourceOption
- func (*ResourceOption) Descriptor() ([]byte, []int)deprecated
- func (x *ResourceOption) GetBody() string
- func (x *ResourceOption) GetChildType() string
- func (x *ResourceOption) GetParent() string
- func (x *ResourceOption) GetPattern() string
- func (x *ResourceOption) GetType() string
- func (*ResourceOption) ProtoMessage()
- func (x *ResourceOption) ProtoReflect() protoreflect.Message
- func (x *ResourceOption) Reset()
- func (x *ResourceOption) String() string
- type Result
- type TowPData
- func (*TowPData) Descriptor() ([]byte, []int)deprecated
- func (x *TowPData) GetDataP1() []int32
- func (x *TowPData) GetDataP2() []int32
- func (x *TowPData) GetP1() float32
- func (*TowPData) ProtoMessage()
- func (x *TowPData) ProtoReflect() protoreflect.Message
- func (x *TowPData) Reset()
- func (x *TowPData) String() string
- type UnDeleteDataRequest
- func (*UnDeleteDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnDeleteDataRequest) GetDataId() string
- func (*UnDeleteDataRequest) ProtoMessage()
- func (x *UnDeleteDataRequest) ProtoReflect() protoreflect.Message
- func (x *UnDeleteDataRequest) Reset()
- func (x *UnDeleteDataRequest) String() string
- type UnDeleteDataResponse
- func (*UnDeleteDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UnDeleteDataResponse) GetStatus() *status.Status
- func (*UnDeleteDataResponse) ProtoMessage()
- func (x *UnDeleteDataResponse) ProtoReflect() protoreflect.Message
- func (x *UnDeleteDataResponse) Reset()
- func (x *UnDeleteDataResponse) String() string
- type UnDeleteIssueInternalRequest
- func (*UnDeleteIssueInternalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnDeleteIssueInternalRequest) GetChildId() string
- func (x *UnDeleteIssueInternalRequest) GetChildType() string
- func (x *UnDeleteIssueInternalRequest) GetIssueId() string
- func (*UnDeleteIssueInternalRequest) ProtoMessage()
- func (x *UnDeleteIssueInternalRequest) ProtoReflect() protoreflect.Message
- func (x *UnDeleteIssueInternalRequest) Reset()
- func (x *UnDeleteIssueInternalRequest) String() string
- type UnDeleteIssueInternalResponse
- func (*UnDeleteIssueInternalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UnDeleteIssueInternalResponse) GetIssueId() string
- func (x *UnDeleteIssueInternalResponse) GetStatus() *status.Status
- func (*UnDeleteIssueInternalResponse) ProtoMessage()
- func (x *UnDeleteIssueInternalResponse) ProtoReflect() protoreflect.Message
- func (x *UnDeleteIssueInternalResponse) Reset()
- func (x *UnDeleteIssueInternalResponse) String() string
- type UnDeleteIssueRequest
- func (*UnDeleteIssueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnDeleteIssueRequest) GetIssueId() string
- func (*UnDeleteIssueRequest) ProtoMessage()
- func (x *UnDeleteIssueRequest) ProtoReflect() protoreflect.Message
- func (x *UnDeleteIssueRequest) Reset()
- func (x *UnDeleteIssueRequest) String() string
- type UnDeleteIssueResponse
- func (*UnDeleteIssueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UnDeleteIssueResponse) GetIssue() *Issue
- func (x *UnDeleteIssueResponse) GetIssueId() string
- func (x *UnDeleteIssueResponse) GetStatus() *status.Status
- func (*UnDeleteIssueResponse) ProtoMessage()
- func (x *UnDeleteIssueResponse) ProtoReflect() protoreflect.Message
- func (x *UnDeleteIssueResponse) Reset()
- func (x *UnDeleteIssueResponse) String() string
- type UnDeleteUserRequest
- func (*UnDeleteUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnDeleteUserRequest) GetUserId() string
- func (*UnDeleteUserRequest) ProtoMessage()
- func (x *UnDeleteUserRequest) ProtoReflect() protoreflect.Message
- func (x *UnDeleteUserRequest) Reset()
- func (x *UnDeleteUserRequest) String() string
- type UnDeleteUserResponse
- func (*UnDeleteUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UnDeleteUserResponse) GetStatus() *status.Status
- func (*UnDeleteUserResponse) ProtoMessage()
- func (x *UnDeleteUserResponse) ProtoReflect() protoreflect.Message
- func (x *UnDeleteUserResponse) Reset()
- func (x *UnDeleteUserResponse) String() string
- type UnimplementedAnalyzeServiceServer
- func (UnimplementedAnalyzeServiceServer) CreateMeta(context.Context, *CreateMetaRequest) (*CreateMetaResponse, error)
- func (UnimplementedAnalyzeServiceServer) DeleteMeta(context.Context, *DeleteMetaRequest) (*DeleteMetaResponse, error)
- func (UnimplementedAnalyzeServiceServer) GetMeta(context.Context, *GetMetaRequest) (*GetMetaResponse, error)
- func (UnimplementedAnalyzeServiceServer) GetMetaList(context.Context, *GetMetaListRequest) (*GetMetaListResponse, error)
- func (UnimplementedAnalyzeServiceServer) GetMetrics(context.Context, *GetMetricsRequest) (*GetMetricsResponse, error)
- func (UnimplementedAnalyzeServiceServer) MaxEmv(context.Context, *MaxEmvRequest) (*MaxEmvResponse, error)
- func (UnimplementedAnalyzeServiceServer) PutMeta(context.Context, *PutMetaRequest) (*PutMetaResponse, error)
- type UnimplementedGDeanServiceServer
- type UnimplementedIssueServiceServer
- func (UnimplementedIssueServiceServer) AddAnalyzedResult(context.Context, *AddAnalyzedResultRequest) (*AddAnalyzedResultResponse, error)
- func (UnimplementedIssueServiceServer) CreateData(context.Context, *CreateDataRequest) (*CreateDataResponse, error)
- func (UnimplementedIssueServiceServer) CreateIssue(context.Context, *CreateIssueRequest) (*CreateIssueResponse, error)
- func (UnimplementedIssueServiceServer) DecideBranch(context.Context, *DecideBranchRequest) (*DecideBranchResponse, error)
- func (UnimplementedIssueServiceServer) DeleteData(context.Context, *DeleteDataRequest) (*DeleteDataResponse, error)
- func (UnimplementedIssueServiceServer) DeleteIssue(context.Context, *DeleteIssueRequest) (*DeleteIssueResponse, error)
- func (UnimplementedIssueServiceServer) DeleteIssueInternal(context.Context, *DeleteIssueInternalRequest) (*DeleteIssueInternalResponse, error)
- func (UnimplementedIssueServiceServer) ExportIssue(context.Context, *ExportIssueRequest) (*ExportIssueResponse, error)
- func (UnimplementedIssueServiceServer) GetData(context.Context, *GetDataRequest) (*GetDataResponse, error)
- func (UnimplementedIssueServiceServer) GetIssue(context.Context, *GetIssueRequest) (*GetIssueResponse, error)
- func (UnimplementedIssueServiceServer) ListData(context.Context, *ListDataRequest) (*ListDataResponse, error)
- func (UnimplementedIssueServiceServer) ListIssues(context.Context, *ListIssuesRequest) (*ListIssuesResponse, error)
- func (UnimplementedIssueServiceServer) UnDeleteData(context.Context, *UnDeleteDataRequest) (*UnDeleteDataResponse, error)
- func (UnimplementedIssueServiceServer) UnDeleteIssue(context.Context, *UnDeleteIssueRequest) (*UnDeleteIssueResponse, error)
- func (UnimplementedIssueServiceServer) UnDeleteIssueInternal(context.Context, *UnDeleteIssueInternalRequest) (*UnDeleteIssueInternalResponse, error)
- func (UnimplementedIssueServiceServer) UpdateData(context.Context, *UpdateDataRequest) (*UpdateDataResponse, error)
- func (UnimplementedIssueServiceServer) UpdateIssue(context.Context, *UpdateIssueRequest) (*UpdateIssueResponse, error)
- type UnimplementedUserServiceServer
- func (UnimplementedUserServiceServer) CreateUser(context.Context, *CreateUserRequest) (*CreateUserResponse, error)
- func (UnimplementedUserServiceServer) DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error)
- func (UnimplementedUserServiceServer) GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
- func (UnimplementedUserServiceServer) ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
- func (UnimplementedUserServiceServer) UnDeleteUser(context.Context, *UnDeleteUserRequest) (*UnDeleteUserResponse, error)
- func (UnimplementedUserServiceServer) UpdateUser(context.Context, *UpdateUserRequest) (*UpdateUserResponse, error)
- type UnsafeAnalyzeServiceServer
- type UnsafeGDeanServiceServer
- type UnsafeIssueServiceServer
- type UnsafeUserServiceServer
- type UpdateDataRequest
- func (*UpdateDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDataRequest) GetAllowMissing() bool
- func (x *UpdateDataRequest) GetData() *Data
- func (x *UpdateDataRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*UpdateDataRequest) ProtoMessage()
- func (x *UpdateDataRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDataRequest) Reset()
- func (x *UpdateDataRequest) String() string
- type UpdateDataResponse
- func (*UpdateDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDataResponse) GetData() *Data
- func (x *UpdateDataResponse) GetDataId() string
- func (x *UpdateDataResponse) GetStatus() *status.Status
- func (*UpdateDataResponse) ProtoMessage()
- func (x *UpdateDataResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateDataResponse) Reset()
- func (x *UpdateDataResponse) String() string
- type UpdateIssueRequest
- func (*UpdateIssueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateIssueRequest) GetAllowMissing() bool
- func (x *UpdateIssueRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *UpdateIssueRequest) GetIssue() *Issue
- func (*UpdateIssueRequest) ProtoMessage()
- func (x *UpdateIssueRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateIssueRequest) Reset()
- func (x *UpdateIssueRequest) String() string
- type UpdateIssueResponse
- func (*UpdateIssueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateIssueResponse) GetIssue() *Issue
- func (x *UpdateIssueResponse) GetIssueId() string
- func (x *UpdateIssueResponse) GetStatus() *status.Status
- func (*UpdateIssueResponse) ProtoMessage()
- func (x *UpdateIssueResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateIssueResponse) Reset()
- func (x *UpdateIssueResponse) String() string
- type UpdateUserRequest
- func (*UpdateUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserRequest) GetAllowMissing() bool
- func (x *UpdateUserRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *UpdateUserRequest) GetUser() *User
- func (*UpdateUserRequest) ProtoMessage()
- func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserRequest) Reset()
- func (x *UpdateUserRequest) String() string
- type UpdateUserResponse
- func (*UpdateUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserResponse) GetStatus() *status.Status
- func (x *UpdateUserResponse) GetUser() *User
- func (*UpdateUserResponse) ProtoMessage()
- func (x *UpdateUserResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserResponse) Reset()
- func (x *UpdateUserResponse) String() string
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetCreateTime() *timestamppb.Timestamp
- func (x *User) GetId() string
- func (x *User) GetName() string
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- type UserServiceClient
- type UserServiceServer
Constants ¶
This section is empty.
Variables ¶
var AnalyzeService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "gdean.AnalyzeService", HandlerType: (*AnalyzeServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetMeta", Handler: _AnalyzeService_GetMeta_Handler, }, { MethodName: "CreateMeta", Handler: _AnalyzeService_CreateMeta_Handler, }, { MethodName: "PutMeta", Handler: _AnalyzeService_PutMeta_Handler, }, { MethodName: "DeleteMeta", Handler: _AnalyzeService_DeleteMeta_Handler, }, { MethodName: "GetMetaList", Handler: _AnalyzeService_GetMetaList_Handler, }, { MethodName: "GetMetrics", Handler: _AnalyzeService_GetMetrics_Handler, }, { MethodName: "MaxEmv", Handler: _AnalyzeService_MaxEmv_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "gdeananalyze.proto", }
AnalyzeService_ServiceDesc is the grpc.ServiceDesc for AnalyzeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var (
// repeated string method_signature = 50000;
E_MethodSignature = &file_gdeanutil_proto_extTypes[2]
)
Extension fields to descriptorpb.MethodOptions.
var (
// optional gdean.util.ResourceOption resource = 50000;
E_Resource = &file_gdeanutil_proto_extTypes[0]
)
Extension fields to descriptorpb.MessageOptions.
var (
// optional gdean.util.ResourceOption resource_reference = 50001;
E_ResourceReference = &file_gdeanutil_proto_extTypes[1]
)
Extension fields to descriptorpb.FieldOptions.
var File_gdean_proto protoreflect.FileDescriptor
var File_gdeananalyze_proto protoreflect.FileDescriptor
var File_gdeanissue_proto protoreflect.FileDescriptor
var File_gdeanutil_proto protoreflect.FileDescriptor
var GDeanService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "gdean.GDeanService", HandlerType: (*GDeanServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ReportMaxEmvResults", Handler: _GDeanService_ReportMaxEmvResults_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "gdean.proto", }
GDeanService_ServiceDesc is the grpc.ServiceDesc for GDeanService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var IssueService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "gdean.IssueService", HandlerType: (*IssueServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateIssue", Handler: _IssueService_CreateIssue_Handler, }, { MethodName: "GetIssue", Handler: _IssueService_GetIssue_Handler, }, { MethodName: "ListIssues", Handler: _IssueService_ListIssues_Handler, }, { MethodName: "UpdateIssue", Handler: _IssueService_UpdateIssue_Handler, }, { MethodName: "DeleteIssue", Handler: _IssueService_DeleteIssue_Handler, }, { MethodName: "ExportIssue", Handler: _IssueService_ExportIssue_Handler, }, { MethodName: "UnDeleteIssue", Handler: _IssueService_UnDeleteIssue_Handler, }, { MethodName: "DeleteIssueInternal", Handler: _IssueService_DeleteIssueInternal_Handler, }, { MethodName: "UnDeleteIssueInternal", Handler: _IssueService_UnDeleteIssueInternal_Handler, }, { MethodName: "CreateData", Handler: _IssueService_CreateData_Handler, }, { MethodName: "GetData", Handler: _IssueService_GetData_Handler, }, { MethodName: "ListData", Handler: _IssueService_ListData_Handler, }, { MethodName: "UpdateData", Handler: _IssueService_UpdateData_Handler, }, { MethodName: "DeleteData", Handler: _IssueService_DeleteData_Handler, }, { MethodName: "UnDeleteData", Handler: _IssueService_UnDeleteData_Handler, }, { MethodName: "DecideBranch", Handler: _IssueService_DecideBranch_Handler, }, { MethodName: "AddAnalyzedResult", Handler: _IssueService_AddAnalyzedResult_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "gdeanissue.proto", }
IssueService_ServiceDesc is the grpc.ServiceDesc for IssueService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var UserService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "gdean.UserService", HandlerType: (*UserServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateUser", Handler: _UserService_CreateUser_Handler, }, { MethodName: "GetUser", Handler: _UserService_GetUser_Handler, }, { MethodName: "ListUsers", Handler: _UserService_ListUsers_Handler, }, { MethodName: "UpdateUser", Handler: _UserService_UpdateUser_Handler, }, { MethodName: "DeleteUser", Handler: _UserService_DeleteUser_Handler, }, { MethodName: "UnDeleteUser", Handler: _UserService_UnDeleteUser_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "gdeanissue.proto", }
UserService_ServiceDesc is the grpc.ServiceDesc for UserService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterAnalyzeServiceServer ¶
func RegisterAnalyzeServiceServer(s grpc.ServiceRegistrar, srv AnalyzeServiceServer)
func RegisterGDeanServiceServer ¶
func RegisterGDeanServiceServer(s grpc.ServiceRegistrar, srv GDeanServiceServer)
func RegisterIssueServiceServer ¶
func RegisterIssueServiceServer(s grpc.ServiceRegistrar, srv IssueServiceServer)
func RegisterUserServiceServer ¶
func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceServer)
Types ¶
type AddAnalyzedResultRequest ¶
type AddAnalyzedResultRequest struct { IssueId string `protobuf:"bytes,1,opt,name=issue_id,json=issueId,proto3" json:"issue_id,omitempty"` AnalyzedResult *AnalyzedResult `protobuf:"bytes,2,opt,name=analyzed_result,json=analyzedResult,proto3" json:"analyzed_result,omitempty"` // contains filtered or unexported fields }
func (*AddAnalyzedResultRequest) Descriptor
deprecated
func (*AddAnalyzedResultRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddAnalyzedResultRequest.ProtoReflect.Descriptor instead.
func (*AddAnalyzedResultRequest) GetAnalyzedResult ¶
func (x *AddAnalyzedResultRequest) GetAnalyzedResult() *AnalyzedResult
func (*AddAnalyzedResultRequest) GetIssueId ¶
func (x *AddAnalyzedResultRequest) GetIssueId() string
func (*AddAnalyzedResultRequest) ProtoMessage ¶
func (*AddAnalyzedResultRequest) ProtoMessage()
func (*AddAnalyzedResultRequest) ProtoReflect ¶
func (x *AddAnalyzedResultRequest) ProtoReflect() protoreflect.Message
func (*AddAnalyzedResultRequest) Reset ¶
func (x *AddAnalyzedResultRequest) Reset()
func (*AddAnalyzedResultRequest) String ¶
func (x *AddAnalyzedResultRequest) String() string
type AddAnalyzedResultResponse ¶
type AddAnalyzedResultResponse struct { AnalzyedResultId string `protobuf:"bytes,1,opt,name=analzyed_result_id,json=analzyedResultId,proto3" json:"analzyed_result_id,omitempty"` Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*AddAnalyzedResultResponse) Descriptor
deprecated
func (*AddAnalyzedResultResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddAnalyzedResultResponse.ProtoReflect.Descriptor instead.
func (*AddAnalyzedResultResponse) GetAnalzyedResultId ¶
func (x *AddAnalyzedResultResponse) GetAnalzyedResultId() string
func (*AddAnalyzedResultResponse) GetStatus ¶
func (x *AddAnalyzedResultResponse) GetStatus() *status.Status
func (*AddAnalyzedResultResponse) ProtoMessage ¶
func (*AddAnalyzedResultResponse) ProtoMessage()
func (*AddAnalyzedResultResponse) ProtoReflect ¶
func (x *AddAnalyzedResultResponse) ProtoReflect() protoreflect.Message
func (*AddAnalyzedResultResponse) Reset ¶
func (x *AddAnalyzedResultResponse) Reset()
func (*AddAnalyzedResultResponse) String ¶
func (x *AddAnalyzedResultResponse) String() string
type AnalyzeServiceClient ¶
type AnalyzeServiceClient interface { GetMeta(ctx context.Context, in *GetMetaRequest, opts ...grpc.CallOption) (*GetMetaResponse, error) CreateMeta(ctx context.Context, in *CreateMetaRequest, opts ...grpc.CallOption) (*CreateMetaResponse, error) PutMeta(ctx context.Context, in *PutMetaRequest, opts ...grpc.CallOption) (*PutMetaResponse, error) DeleteMeta(ctx context.Context, in *DeleteMetaRequest, opts ...grpc.CallOption) (*DeleteMetaResponse, error) GetMetaList(ctx context.Context, in *GetMetaListRequest, opts ...grpc.CallOption) (*GetMetaListResponse, error) GetMetrics(ctx context.Context, in *GetMetricsRequest, opts ...grpc.CallOption) (*GetMetricsResponse, error) MaxEmv(ctx context.Context, in *MaxEmvRequest, opts ...grpc.CallOption) (*MaxEmvResponse, error) }
AnalyzeServiceClient is the client API for AnalyzeService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewAnalyzeServiceClient ¶
func NewAnalyzeServiceClient(cc grpc.ClientConnInterface) AnalyzeServiceClient
type AnalyzeServiceServer ¶
type AnalyzeServiceServer interface { GetMeta(context.Context, *GetMetaRequest) (*GetMetaResponse, error) CreateMeta(context.Context, *CreateMetaRequest) (*CreateMetaResponse, error) PutMeta(context.Context, *PutMetaRequest) (*PutMetaResponse, error) DeleteMeta(context.Context, *DeleteMetaRequest) (*DeleteMetaResponse, error) GetMetaList(context.Context, *GetMetaListRequest) (*GetMetaListResponse, error) GetMetrics(context.Context, *GetMetricsRequest) (*GetMetricsResponse, error) MaxEmv(context.Context, *MaxEmvRequest) (*MaxEmvResponse, error) // contains filtered or unexported methods }
AnalyzeServiceServer is the server API for AnalyzeService service. All implementations must embed UnimplementedAnalyzeServiceServer for forward compatibility
type AnalyzedResult ¶
type AnalyzedResult struct { Id *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"` Issuse string `protobuf:"bytes,2,opt,name=issuse,proto3" json:"issuse,omitempty"` Desc string `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty"` // inlined branches Branches []*Branch `protobuf:"bytes,4,rep,name=branches,proto3" json:"branches,omitempty"` // evaluated for each branches Points []float32 `protobuf:"fixed32,5,rep,packed,name=points,proto3" json:"points,omitempty"` // evaluated desctiption for each branches Evaluates []string `protobuf:"bytes,6,rep,name=evaluates,proto3" json:"evaluates,omitempty"` Comments []*Comment `protobuf:"bytes,7,rep,name=comments,proto3" json:"comments,omitempty"` Decided string `protobuf:"bytes,8,opt,name=decided,proto3" json:"decided,omitempty"` Reason string `protobuf:"bytes,9,opt,name=reason,proto3" json:"reason,omitempty"` Operator string `protobuf:"bytes,10,opt,name=operator,proto3" json:"operator,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // contains filtered or unexported fields }
func (*AnalyzedResult) Descriptor
deprecated
func (*AnalyzedResult) Descriptor() ([]byte, []int)
Deprecated: Use AnalyzedResult.ProtoReflect.Descriptor instead.
func (*AnalyzedResult) GetBranches ¶
func (x *AnalyzedResult) GetBranches() []*Branch
func (*AnalyzedResult) GetComments ¶
func (x *AnalyzedResult) GetComments() []*Comment
func (*AnalyzedResult) GetCreateTime ¶
func (x *AnalyzedResult) GetCreateTime() *timestamppb.Timestamp
func (*AnalyzedResult) GetDecided ¶
func (x *AnalyzedResult) GetDecided() string
func (*AnalyzedResult) GetDesc ¶
func (x *AnalyzedResult) GetDesc() string
func (*AnalyzedResult) GetEvaluates ¶
func (x *AnalyzedResult) GetEvaluates() []string
func (*AnalyzedResult) GetId ¶
func (x *AnalyzedResult) GetId() string
func (*AnalyzedResult) GetIssuse ¶
func (x *AnalyzedResult) GetIssuse() string
func (*AnalyzedResult) GetOperator ¶
func (x *AnalyzedResult) GetOperator() string
func (*AnalyzedResult) GetPoints ¶
func (x *AnalyzedResult) GetPoints() []float32
func (*AnalyzedResult) GetReason ¶
func (x *AnalyzedResult) GetReason() string
func (*AnalyzedResult) GetUpdateTime ¶
func (x *AnalyzedResult) GetUpdateTime() *timestamppb.Timestamp
func (*AnalyzedResult) ProtoMessage ¶
func (*AnalyzedResult) ProtoMessage()
func (*AnalyzedResult) ProtoReflect ¶
func (x *AnalyzedResult) ProtoReflect() protoreflect.Message
func (*AnalyzedResult) Reset ¶
func (x *AnalyzedResult) Reset()
func (*AnalyzedResult) String ¶
func (x *AnalyzedResult) String() string
type Branch ¶
type Branch struct { Id *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"` Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` Descs []string `protobuf:"bytes,3,rep,name=descs,proto3" json:"descs,omitempty"` Params []float32 `protobuf:"fixed32,4,rep,packed,name=params,proto3" json:"params,omitempty"` Operator string `protobuf:"bytes,5,opt,name=operator,proto3" json:"operator,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // contains filtered or unexported fields }
func (*Branch) Descriptor
deprecated
func (*Branch) GetContent ¶
func (*Branch) GetCreateTime ¶
func (x *Branch) GetCreateTime() *timestamppb.Timestamp
func (*Branch) GetOperator ¶
func (*Branch) GetUpdateTime ¶
func (x *Branch) GetUpdateTime() *timestamppb.Timestamp
func (*Branch) ProtoMessage ¶
func (*Branch) ProtoMessage()
func (*Branch) ProtoReflect ¶
func (x *Branch) ProtoReflect() protoreflect.Message
type Comment ¶
type Comment struct { // TODO: consider add parent prop to include in any object. Id *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"` Author string `protobuf:"bytes,2,opt,name=author,proto3" json:"author,omitempty"` Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"` Key string `protobuf:"bytes,4,opt,name=key,proto3" json:"key,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // contains filtered or unexported fields }
func (*Comment) Descriptor
deprecated
func (*Comment) GetContent ¶
func (*Comment) GetCreateTime ¶
func (x *Comment) GetCreateTime() *timestamppb.Timestamp
func (*Comment) GetUpdateTime ¶
func (x *Comment) GetUpdateTime() *timestamppb.Timestamp
func (*Comment) ProtoMessage ¶
func (*Comment) ProtoMessage()
func (*Comment) ProtoReflect ¶
func (x *Comment) ProtoReflect() protoreflect.Message
type CreateDataRequest ¶
type CreateDataRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Data *Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` DataId *string `protobuf:"bytes,3,opt,name=data_id,json=dataId,proto3,oneof" json:"data_id,omitempty"` // contains filtered or unexported fields }
func (*CreateDataRequest) Descriptor
deprecated
func (*CreateDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDataRequest.ProtoReflect.Descriptor instead.
func (*CreateDataRequest) GetData ¶
func (x *CreateDataRequest) GetData() *Data
func (*CreateDataRequest) GetDataId ¶
func (x *CreateDataRequest) GetDataId() string
func (*CreateDataRequest) GetUserId ¶
func (x *CreateDataRequest) GetUserId() string
func (*CreateDataRequest) ProtoMessage ¶
func (*CreateDataRequest) ProtoMessage()
func (*CreateDataRequest) ProtoReflect ¶
func (x *CreateDataRequest) ProtoReflect() protoreflect.Message
func (*CreateDataRequest) Reset ¶
func (x *CreateDataRequest) Reset()
func (*CreateDataRequest) String ¶
func (x *CreateDataRequest) String() string
type CreateDataResponse ¶
type CreateDataResponse struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Data *Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` Status *status.Status `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*CreateDataResponse) Descriptor
deprecated
func (*CreateDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateDataResponse.ProtoReflect.Descriptor instead.
func (*CreateDataResponse) GetData ¶
func (x *CreateDataResponse) GetData() *Data
func (*CreateDataResponse) GetStatus ¶
func (x *CreateDataResponse) GetStatus() *status.Status
func (*CreateDataResponse) GetUserId ¶
func (x *CreateDataResponse) GetUserId() string
func (*CreateDataResponse) ProtoMessage ¶
func (*CreateDataResponse) ProtoMessage()
func (*CreateDataResponse) ProtoReflect ¶
func (x *CreateDataResponse) ProtoReflect() protoreflect.Message
func (*CreateDataResponse) Reset ¶
func (x *CreateDataResponse) Reset()
func (*CreateDataResponse) String ¶
func (x *CreateDataResponse) String() string
type CreateIssueRequest ¶
type CreateIssueRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Issue *Issue `protobuf:"bytes,2,opt,name=issue,proto3" json:"issue,omitempty"` // The ID to use for the new issue use specified. IssueId *string `protobuf:"bytes,3,opt,name=issue_id,json=issueId,proto3,oneof" json:"issue_id,omitempty"` // contains filtered or unexported fields }
func (*CreateIssueRequest) Descriptor
deprecated
func (*CreateIssueRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateIssueRequest.ProtoReflect.Descriptor instead.
func (*CreateIssueRequest) GetIssue ¶
func (x *CreateIssueRequest) GetIssue() *Issue
func (*CreateIssueRequest) GetIssueId ¶
func (x *CreateIssueRequest) GetIssueId() string
func (*CreateIssueRequest) GetUserId ¶
func (x *CreateIssueRequest) GetUserId() string
func (*CreateIssueRequest) ProtoMessage ¶
func (*CreateIssueRequest) ProtoMessage()
func (*CreateIssueRequest) ProtoReflect ¶
func (x *CreateIssueRequest) ProtoReflect() protoreflect.Message
func (*CreateIssueRequest) Reset ¶
func (x *CreateIssueRequest) Reset()
func (*CreateIssueRequest) String ¶
func (x *CreateIssueRequest) String() string
type CreateIssueResponse ¶
type CreateIssueResponse struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Issue *Issue `protobuf:"bytes,2,opt,name=issue,proto3" json:"issue,omitempty"` Status *status.Status `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*CreateIssueResponse) Descriptor
deprecated
func (*CreateIssueResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateIssueResponse.ProtoReflect.Descriptor instead.
func (*CreateIssueResponse) GetIssue ¶
func (x *CreateIssueResponse) GetIssue() *Issue
func (*CreateIssueResponse) GetStatus ¶
func (x *CreateIssueResponse) GetStatus() *status.Status
func (*CreateIssueResponse) GetUserId ¶
func (x *CreateIssueResponse) GetUserId() string
func (*CreateIssueResponse) ProtoMessage ¶
func (*CreateIssueResponse) ProtoMessage()
func (*CreateIssueResponse) ProtoReflect ¶
func (x *CreateIssueResponse) ProtoReflect() protoreflect.Message
func (*CreateIssueResponse) Reset ¶
func (x *CreateIssueResponse) Reset()
func (*CreateIssueResponse) String ¶
func (x *CreateIssueResponse) String() string
type CreateMetaRequest ¶
type CreateMetaRequest struct { MetaBody *MetaBody `protobuf:"bytes,1,opt,name=metaBody,proto3" json:"metaBody,omitempty"` // contains filtered or unexported fields }
func (*CreateMetaRequest) Descriptor
deprecated
func (*CreateMetaRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateMetaRequest.ProtoReflect.Descriptor instead.
func (*CreateMetaRequest) GetMetaBody ¶
func (x *CreateMetaRequest) GetMetaBody() *MetaBody
func (*CreateMetaRequest) ProtoMessage ¶
func (*CreateMetaRequest) ProtoMessage()
func (*CreateMetaRequest) ProtoReflect ¶
func (x *CreateMetaRequest) ProtoReflect() protoreflect.Message
func (*CreateMetaRequest) Reset ¶
func (x *CreateMetaRequest) Reset()
func (*CreateMetaRequest) String ¶
func (x *CreateMetaRequest) String() string
type CreateMetaResponse ¶
type CreateMetaResponse struct { // Types that are assignable to Response: // *CreateMetaResponse_Meta // *CreateMetaResponse_Status Response isCreateMetaResponse_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
func (*CreateMetaResponse) Descriptor
deprecated
func (*CreateMetaResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateMetaResponse.ProtoReflect.Descriptor instead.
func (*CreateMetaResponse) GetMeta ¶
func (x *CreateMetaResponse) GetMeta() *Meta
func (*CreateMetaResponse) GetResponse ¶
func (m *CreateMetaResponse) GetResponse() isCreateMetaResponse_Response
func (*CreateMetaResponse) GetStatus ¶
func (x *CreateMetaResponse) GetStatus() *status.Status
func (*CreateMetaResponse) ProtoMessage ¶
func (*CreateMetaResponse) ProtoMessage()
func (*CreateMetaResponse) ProtoReflect ¶
func (x *CreateMetaResponse) ProtoReflect() protoreflect.Message
func (*CreateMetaResponse) Reset ¶
func (x *CreateMetaResponse) Reset()
func (*CreateMetaResponse) String ¶
func (x *CreateMetaResponse) String() string
type CreateMetaResponse_Meta ¶
type CreateMetaResponse_Meta struct {
Meta *Meta `protobuf:"bytes,1,opt,name=meta,proto3,oneof"`
}
type CreateUserRequest ¶
type CreateUserRequest struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // The ID to use for the new issue use specified. UserId *string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3,oneof" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*CreateUserRequest) Descriptor
deprecated
func (*CreateUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.
func (*CreateUserRequest) GetUser ¶
func (x *CreateUserRequest) GetUser() *User
func (*CreateUserRequest) GetUserId ¶
func (x *CreateUserRequest) GetUserId() string
func (*CreateUserRequest) ProtoMessage ¶
func (*CreateUserRequest) ProtoMessage()
func (*CreateUserRequest) ProtoReflect ¶
func (x *CreateUserRequest) ProtoReflect() protoreflect.Message
func (*CreateUserRequest) Reset ¶
func (x *CreateUserRequest) Reset()
func (*CreateUserRequest) String ¶
func (x *CreateUserRequest) String() string
type CreateUserResponse ¶
type CreateUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*CreateUserResponse) Descriptor
deprecated
func (*CreateUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserResponse.ProtoReflect.Descriptor instead.
func (*CreateUserResponse) GetStatus ¶
func (x *CreateUserResponse) GetStatus() *status.Status
func (*CreateUserResponse) GetUser ¶
func (x *CreateUserResponse) GetUser() *User
func (*CreateUserResponse) ProtoMessage ¶
func (*CreateUserResponse) ProtoMessage()
func (*CreateUserResponse) ProtoReflect ¶
func (x *CreateUserResponse) ProtoReflect() protoreflect.Message
func (*CreateUserResponse) Reset ¶
func (x *CreateUserResponse) Reset()
func (*CreateUserResponse) String ¶
func (x *CreateUserResponse) String() string
type Data ¶
type Data struct { Id *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"` Issue []string `protobuf:"bytes,2,rep,name=issue,proto3" json:"issue,omitempty"` Author []string `protobuf:"bytes,10,rep,name=author,proto3" json:"author,omitempty"` Columns []string `protobuf:"bytes,3,rep,name=columns,proto3" json:"columns,omitempty"` Indexes []string `protobuf:"bytes,4,rep,name=indexes,proto3" json:"indexes,omitempty"` Params []float32 `protobuf:"fixed32,5,rep,packed,name=params,proto3" json:"params,omitempty"` Length uint32 `protobuf:"varint,6,opt,name=length,proto3" json:"length,omitempty"` Operator string `protobuf:"bytes,7,opt,name=operator,proto3" json:"operator,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // contains filtered or unexported fields }
func (*Data) Descriptor
deprecated
func (*Data) GetColumns ¶
func (*Data) GetCreateTime ¶
func (x *Data) GetCreateTime() *timestamppb.Timestamp
func (*Data) GetIndexes ¶
func (*Data) GetOperator ¶
func (*Data) GetUpdateTime ¶
func (x *Data) GetUpdateTime() *timestamppb.Timestamp
func (*Data) ProtoMessage ¶
func (*Data) ProtoMessage()
func (*Data) ProtoReflect ¶
func (x *Data) ProtoReflect() protoreflect.Message
type DecideBranchRequest ¶
type DecideBranchRequest struct { IssueId string `protobuf:"bytes,1,opt,name=issue_id,json=issueId,proto3" json:"issue_id,omitempty"` BranchId string `protobuf:"bytes,2,opt,name=branch_id,json=branchId,proto3" json:"branch_id,omitempty"` // contains filtered or unexported fields }
func (*DecideBranchRequest) Descriptor
deprecated
func (*DecideBranchRequest) Descriptor() ([]byte, []int)
Deprecated: Use DecideBranchRequest.ProtoReflect.Descriptor instead.
func (*DecideBranchRequest) GetBranchId ¶
func (x *DecideBranchRequest) GetBranchId() string
func (*DecideBranchRequest) GetIssueId ¶
func (x *DecideBranchRequest) GetIssueId() string
func (*DecideBranchRequest) ProtoMessage ¶
func (*DecideBranchRequest) ProtoMessage()
func (*DecideBranchRequest) ProtoReflect ¶
func (x *DecideBranchRequest) ProtoReflect() protoreflect.Message
func (*DecideBranchRequest) Reset ¶
func (x *DecideBranchRequest) Reset()
func (*DecideBranchRequest) String ¶
func (x *DecideBranchRequest) String() string
type DecideBranchResponse ¶
type DecideBranchResponse struct { Status *status.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*DecideBranchResponse) Descriptor
deprecated
func (*DecideBranchResponse) Descriptor() ([]byte, []int)
Deprecated: Use DecideBranchResponse.ProtoReflect.Descriptor instead.
func (*DecideBranchResponse) GetStatus ¶
func (x *DecideBranchResponse) GetStatus() *status.Status
func (*DecideBranchResponse) ProtoMessage ¶
func (*DecideBranchResponse) ProtoMessage()
func (*DecideBranchResponse) ProtoReflect ¶
func (x *DecideBranchResponse) ProtoReflect() protoreflect.Message
func (*DecideBranchResponse) Reset ¶
func (x *DecideBranchResponse) Reset()
func (*DecideBranchResponse) String ¶
func (x *DecideBranchResponse) String() string
type DeleteDataRequest ¶
type DeleteDataRequest struct { DataId string `protobuf:"bytes,1,opt,name=data_id,json=dataId,proto3" json:"data_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteDataRequest) Descriptor
deprecated
func (*DeleteDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDataRequest.ProtoReflect.Descriptor instead.
func (*DeleteDataRequest) GetDataId ¶
func (x *DeleteDataRequest) GetDataId() string
func (*DeleteDataRequest) ProtoMessage ¶
func (*DeleteDataRequest) ProtoMessage()
func (*DeleteDataRequest) ProtoReflect ¶
func (x *DeleteDataRequest) ProtoReflect() protoreflect.Message
func (*DeleteDataRequest) Reset ¶
func (x *DeleteDataRequest) Reset()
func (*DeleteDataRequest) String ¶
func (x *DeleteDataRequest) String() string
type DeleteDataResponse ¶
type DeleteDataResponse struct { Status *status.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*DeleteDataResponse) Descriptor
deprecated
func (*DeleteDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDataResponse.ProtoReflect.Descriptor instead.
func (*DeleteDataResponse) GetStatus ¶
func (x *DeleteDataResponse) GetStatus() *status.Status
func (*DeleteDataResponse) ProtoMessage ¶
func (*DeleteDataResponse) ProtoMessage()
func (*DeleteDataResponse) ProtoReflect ¶
func (x *DeleteDataResponse) ProtoReflect() protoreflect.Message
func (*DeleteDataResponse) Reset ¶
func (x *DeleteDataResponse) Reset()
func (*DeleteDataResponse) String ¶
func (x *DeleteDataResponse) String() string
type DeleteIssueInternalRequest ¶
type DeleteIssueInternalRequest struct { IssueId string `protobuf:"bytes,1,opt,name=issue_id,json=issueId,proto3" json:"issue_id,omitempty"` ChildId string `protobuf:"bytes,2,opt,name=child_id,json=childId,proto3" json:"child_id,omitempty"` ChildType string `protobuf:"bytes,3,opt,name=child_type,json=childType,proto3" json:"child_type,omitempty"` // contains filtered or unexported fields }
func (*DeleteIssueInternalRequest) Descriptor
deprecated
func (*DeleteIssueInternalRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteIssueInternalRequest.ProtoReflect.Descriptor instead.
func (*DeleteIssueInternalRequest) GetChildId ¶
func (x *DeleteIssueInternalRequest) GetChildId() string
func (*DeleteIssueInternalRequest) GetChildType ¶
func (x *DeleteIssueInternalRequest) GetChildType() string
func (*DeleteIssueInternalRequest) GetIssueId ¶
func (x *DeleteIssueInternalRequest) GetIssueId() string
func (*DeleteIssueInternalRequest) ProtoMessage ¶
func (*DeleteIssueInternalRequest) ProtoMessage()
func (*DeleteIssueInternalRequest) ProtoReflect ¶
func (x *DeleteIssueInternalRequest) ProtoReflect() protoreflect.Message
func (*DeleteIssueInternalRequest) Reset ¶
func (x *DeleteIssueInternalRequest) Reset()
func (*DeleteIssueInternalRequest) String ¶
func (x *DeleteIssueInternalRequest) String() string
type DeleteIssueInternalResponse ¶
type DeleteIssueInternalResponse struct { IssueId string `protobuf:"bytes,1,opt,name=issue_id,json=issueId,proto3" json:"issue_id,omitempty"` Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*DeleteIssueInternalResponse) Descriptor
deprecated
func (*DeleteIssueInternalResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteIssueInternalResponse.ProtoReflect.Descriptor instead.
func (*DeleteIssueInternalResponse) GetIssueId ¶
func (x *DeleteIssueInternalResponse) GetIssueId() string
func (*DeleteIssueInternalResponse) GetStatus ¶
func (x *DeleteIssueInternalResponse) GetStatus() *status.Status
func (*DeleteIssueInternalResponse) ProtoMessage ¶
func (*DeleteIssueInternalResponse) ProtoMessage()
func (*DeleteIssueInternalResponse) ProtoReflect ¶
func (x *DeleteIssueInternalResponse) ProtoReflect() protoreflect.Message
func (*DeleteIssueInternalResponse) Reset ¶
func (x *DeleteIssueInternalResponse) Reset()
func (*DeleteIssueInternalResponse) String ¶
func (x *DeleteIssueInternalResponse) String() string
type DeleteIssueRequest ¶
type DeleteIssueRequest struct { IssueId string `protobuf:"bytes,1,opt,name=issue_id,json=issueId,proto3" json:"issue_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteIssueRequest) Descriptor
deprecated
func (*DeleteIssueRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteIssueRequest.ProtoReflect.Descriptor instead.
func (*DeleteIssueRequest) GetIssueId ¶
func (x *DeleteIssueRequest) GetIssueId() string
func (*DeleteIssueRequest) ProtoMessage ¶
func (*DeleteIssueRequest) ProtoMessage()
func (*DeleteIssueRequest) ProtoReflect ¶
func (x *DeleteIssueRequest) ProtoReflect() protoreflect.Message
func (*DeleteIssueRequest) Reset ¶
func (x *DeleteIssueRequest) Reset()
func (*DeleteIssueRequest) String ¶
func (x *DeleteIssueRequest) String() string
type DeleteIssueResponse ¶
type DeleteIssueResponse struct { Status *status.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*DeleteIssueResponse) Descriptor
deprecated
func (*DeleteIssueResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteIssueResponse.ProtoReflect.Descriptor instead.
func (*DeleteIssueResponse) GetStatus ¶
func (x *DeleteIssueResponse) GetStatus() *status.Status
func (*DeleteIssueResponse) ProtoMessage ¶
func (*DeleteIssueResponse) ProtoMessage()
func (*DeleteIssueResponse) ProtoReflect ¶
func (x *DeleteIssueResponse) ProtoReflect() protoreflect.Message
func (*DeleteIssueResponse) Reset ¶
func (x *DeleteIssueResponse) Reset()
func (*DeleteIssueResponse) String ¶
func (x *DeleteIssueResponse) String() string
type DeleteMetaRequest ¶
type DeleteMetaRequest struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteMetaRequest) Descriptor
deprecated
func (*DeleteMetaRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteMetaRequest.ProtoReflect.Descriptor instead.
func (*DeleteMetaRequest) GetId ¶
func (x *DeleteMetaRequest) GetId() uint32
func (*DeleteMetaRequest) ProtoMessage ¶
func (*DeleteMetaRequest) ProtoMessage()
func (*DeleteMetaRequest) ProtoReflect ¶
func (x *DeleteMetaRequest) ProtoReflect() protoreflect.Message
func (*DeleteMetaRequest) Reset ¶
func (x *DeleteMetaRequest) Reset()
func (*DeleteMetaRequest) String ¶
func (x *DeleteMetaRequest) String() string
type DeleteMetaResponse ¶
type DeleteMetaResponse struct { // Types that are assignable to Response: // *DeleteMetaResponse_DeleteTime // *DeleteMetaResponse_Status Response isDeleteMetaResponse_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
func (*DeleteMetaResponse) Descriptor
deprecated
func (*DeleteMetaResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteMetaResponse.ProtoReflect.Descriptor instead.
func (*DeleteMetaResponse) GetDeleteTime ¶
func (x *DeleteMetaResponse) GetDeleteTime() *timestamppb.Timestamp
func (*DeleteMetaResponse) GetResponse ¶
func (m *DeleteMetaResponse) GetResponse() isDeleteMetaResponse_Response
func (*DeleteMetaResponse) GetStatus ¶
func (x *DeleteMetaResponse) GetStatus() *status.Status
func (*DeleteMetaResponse) ProtoMessage ¶
func (*DeleteMetaResponse) ProtoMessage()
func (*DeleteMetaResponse) ProtoReflect ¶
func (x *DeleteMetaResponse) ProtoReflect() protoreflect.Message
func (*DeleteMetaResponse) Reset ¶
func (x *DeleteMetaResponse) Reset()
func (*DeleteMetaResponse) String ¶
func (x *DeleteMetaResponse) String() string
type DeleteMetaResponse_DeleteTime ¶
type DeleteMetaResponse_DeleteTime struct {
DeleteTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=delete_time,json=deleteTime,proto3,oneof"`
}
type DeleteUserRequest ¶
type DeleteUserRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteUserRequest) Descriptor
deprecated
func (*DeleteUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.
func (*DeleteUserRequest) GetUserId ¶
func (x *DeleteUserRequest) GetUserId() string
func (*DeleteUserRequest) ProtoMessage ¶
func (*DeleteUserRequest) ProtoMessage()
func (*DeleteUserRequest) ProtoReflect ¶
func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserRequest) Reset ¶
func (x *DeleteUserRequest) Reset()
func (*DeleteUserRequest) String ¶
func (x *DeleteUserRequest) String() string
type DeleteUserResponse ¶
type DeleteUserResponse struct { Status *status.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*DeleteUserResponse) Descriptor
deprecated
func (*DeleteUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.
func (*DeleteUserResponse) GetStatus ¶
func (x *DeleteUserResponse) GetStatus() *status.Status
func (*DeleteUserResponse) ProtoMessage ¶
func (*DeleteUserResponse) ProtoMessage()
func (*DeleteUserResponse) ProtoReflect ¶
func (x *DeleteUserResponse) ProtoReflect() protoreflect.Message
func (*DeleteUserResponse) Reset ¶
func (x *DeleteUserResponse) Reset()
func (*DeleteUserResponse) String ¶
func (x *DeleteUserResponse) String() string
type ExportIssueRequest ¶
type ExportIssueRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*ExportIssueRequest) Descriptor
deprecated
func (*ExportIssueRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExportIssueRequest.ProtoReflect.Descriptor instead.
func (*ExportIssueRequest) GetUserId ¶
func (x *ExportIssueRequest) GetUserId() string
func (*ExportIssueRequest) ProtoMessage ¶
func (*ExportIssueRequest) ProtoMessage()
func (*ExportIssueRequest) ProtoReflect ¶
func (x *ExportIssueRequest) ProtoReflect() protoreflect.Message
func (*ExportIssueRequest) Reset ¶
func (x *ExportIssueRequest) Reset()
func (*ExportIssueRequest) String ¶
func (x *ExportIssueRequest) String() string
type ExportIssueResponse ¶
type ExportIssueResponse struct { Issues []*Issue `protobuf:"bytes,1,rep,name=issues,proto3" json:"issues,omitempty"` Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*ExportIssueResponse) Descriptor
deprecated
func (*ExportIssueResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExportIssueResponse.ProtoReflect.Descriptor instead.
func (*ExportIssueResponse) GetIssues ¶
func (x *ExportIssueResponse) GetIssues() []*Issue
func (*ExportIssueResponse) GetStatus ¶
func (x *ExportIssueResponse) GetStatus() *status.Status
func (*ExportIssueResponse) ProtoMessage ¶
func (*ExportIssueResponse) ProtoMessage()
func (*ExportIssueResponse) ProtoReflect ¶
func (x *ExportIssueResponse) ProtoReflect() protoreflect.Message
func (*ExportIssueResponse) Reset ¶
func (x *ExportIssueResponse) Reset()
func (*ExportIssueResponse) String ¶
func (x *ExportIssueResponse) String() string
type GDeanServiceClient ¶
type GDeanServiceClient interface {
ReportMaxEmvResults(ctx context.Context, in *ReportRequest, opts ...grpc.CallOption) (*ReportResponse, error)
}
GDeanServiceClient is the client API for GDeanService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewGDeanServiceClient ¶
func NewGDeanServiceClient(cc grpc.ClientConnInterface) GDeanServiceClient
type GDeanServiceServer ¶
type GDeanServiceServer interface { ReportMaxEmvResults(context.Context, *ReportRequest) (*ReportResponse, error) // contains filtered or unexported methods }
GDeanServiceServer is the server API for GDeanService service. All implementations must embed UnimplementedGDeanServiceServer for forward compatibility
type GetDataRequest ¶
type GetDataRequest struct { DataId string `protobuf:"bytes,1,opt,name=data_id,json=dataId,proto3" json:"data_id,omitempty"` // contains filtered or unexported fields }
func (*GetDataRequest) Descriptor
deprecated
func (*GetDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDataRequest.ProtoReflect.Descriptor instead.
func (*GetDataRequest) GetDataId ¶
func (x *GetDataRequest) GetDataId() string
func (*GetDataRequest) ProtoMessage ¶
func (*GetDataRequest) ProtoMessage()
func (*GetDataRequest) ProtoReflect ¶
func (x *GetDataRequest) ProtoReflect() protoreflect.Message
func (*GetDataRequest) Reset ¶
func (x *GetDataRequest) Reset()
func (*GetDataRequest) String ¶
func (x *GetDataRequest) String() string
type GetDataResponse ¶
type GetDataResponse struct { Data *Data `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*GetDataResponse) Descriptor
deprecated
func (*GetDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDataResponse.ProtoReflect.Descriptor instead.
func (*GetDataResponse) GetData ¶
func (x *GetDataResponse) GetData() *Data
func (*GetDataResponse) GetStatus ¶
func (x *GetDataResponse) GetStatus() *status.Status
func (*GetDataResponse) ProtoMessage ¶
func (*GetDataResponse) ProtoMessage()
func (*GetDataResponse) ProtoReflect ¶
func (x *GetDataResponse) ProtoReflect() protoreflect.Message
func (*GetDataResponse) Reset ¶
func (x *GetDataResponse) Reset()
func (*GetDataResponse) String ¶
func (x *GetDataResponse) String() string
type GetIssueRequest ¶
type GetIssueRequest struct { IssueId string `protobuf:"bytes,1,opt,name=issue_id,json=issueId,proto3" json:"issue_id,omitempty"` // contains filtered or unexported fields }
func (*GetIssueRequest) Descriptor
deprecated
func (*GetIssueRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetIssueRequest.ProtoReflect.Descriptor instead.
func (*GetIssueRequest) GetIssueId ¶
func (x *GetIssueRequest) GetIssueId() string
func (*GetIssueRequest) ProtoMessage ¶
func (*GetIssueRequest) ProtoMessage()
func (*GetIssueRequest) ProtoReflect ¶
func (x *GetIssueRequest) ProtoReflect() protoreflect.Message
func (*GetIssueRequest) Reset ¶
func (x *GetIssueRequest) Reset()
func (*GetIssueRequest) String ¶
func (x *GetIssueRequest) String() string
type GetIssueResponse ¶
type GetIssueResponse struct { Issue *Issue `protobuf:"bytes,1,opt,name=issue,proto3" json:"issue,omitempty"` Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*GetIssueResponse) Descriptor
deprecated
func (*GetIssueResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetIssueResponse.ProtoReflect.Descriptor instead.
func (*GetIssueResponse) GetIssue ¶
func (x *GetIssueResponse) GetIssue() *Issue
func (*GetIssueResponse) GetStatus ¶
func (x *GetIssueResponse) GetStatus() *status.Status
func (*GetIssueResponse) ProtoMessage ¶
func (*GetIssueResponse) ProtoMessage()
func (*GetIssueResponse) ProtoReflect ¶
func (x *GetIssueResponse) ProtoReflect() protoreflect.Message
func (*GetIssueResponse) Reset ¶
func (x *GetIssueResponse) Reset()
func (*GetIssueResponse) String ¶
func (x *GetIssueResponse) String() string
type GetMetaListIds ¶
type GetMetaListIds struct { Ids []uint32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*GetMetaListIds) Descriptor
deprecated
func (*GetMetaListIds) Descriptor() ([]byte, []int)
Deprecated: Use GetMetaListIds.ProtoReflect.Descriptor instead.
func (*GetMetaListIds) GetIds ¶
func (x *GetMetaListIds) GetIds() []uint32
func (*GetMetaListIds) ProtoMessage ¶
func (*GetMetaListIds) ProtoMessage()
func (*GetMetaListIds) ProtoReflect ¶
func (x *GetMetaListIds) ProtoReflect() protoreflect.Message
func (*GetMetaListIds) Reset ¶
func (x *GetMetaListIds) Reset()
func (*GetMetaListIds) String ¶
func (x *GetMetaListIds) String() string
type GetMetaListRequest ¶
type GetMetaListRequest struct { StartId uint32 `protobuf:"varint,1,opt,name=start_id,json=startId,proto3" json:"start_id,omitempty"` IsAvailable bool `protobuf:"varint,2,opt,name=is_available,json=isAvailable,proto3" json:"is_available,omitempty"` // contains filtered or unexported fields }
func (*GetMetaListRequest) Descriptor
deprecated
func (*GetMetaListRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMetaListRequest.ProtoReflect.Descriptor instead.
func (*GetMetaListRequest) GetIsAvailable ¶
func (x *GetMetaListRequest) GetIsAvailable() bool
func (*GetMetaListRequest) GetStartId ¶
func (x *GetMetaListRequest) GetStartId() uint32
func (*GetMetaListRequest) ProtoMessage ¶
func (*GetMetaListRequest) ProtoMessage()
func (*GetMetaListRequest) ProtoReflect ¶
func (x *GetMetaListRequest) ProtoReflect() protoreflect.Message
func (*GetMetaListRequest) Reset ¶
func (x *GetMetaListRequest) Reset()
func (*GetMetaListRequest) String ¶
func (x *GetMetaListRequest) String() string
type GetMetaListResponse ¶
type GetMetaListResponse struct { // Types that are assignable to Response: // *GetMetaListResponse_Ids // *GetMetaListResponse_Status Response isGetMetaListResponse_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
func (*GetMetaListResponse) Descriptor
deprecated
func (*GetMetaListResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMetaListResponse.ProtoReflect.Descriptor instead.
func (*GetMetaListResponse) GetIds ¶
func (x *GetMetaListResponse) GetIds() *GetMetaListIds
func (*GetMetaListResponse) GetResponse ¶
func (m *GetMetaListResponse) GetResponse() isGetMetaListResponse_Response
func (*GetMetaListResponse) GetStatus ¶
func (x *GetMetaListResponse) GetStatus() *status.Status
func (*GetMetaListResponse) ProtoMessage ¶
func (*GetMetaListResponse) ProtoMessage()
func (*GetMetaListResponse) ProtoReflect ¶
func (x *GetMetaListResponse) ProtoReflect() protoreflect.Message
func (*GetMetaListResponse) Reset ¶
func (x *GetMetaListResponse) Reset()
func (*GetMetaListResponse) String ¶
func (x *GetMetaListResponse) String() string
type GetMetaListResponse_Ids ¶
type GetMetaListResponse_Ids struct {
Ids *GetMetaListIds `protobuf:"bytes,1,opt,name=ids,proto3,oneof"`
}
type GetMetaRequest ¶
type GetMetaRequest struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetMetaRequest) Descriptor
deprecated
func (*GetMetaRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMetaRequest.ProtoReflect.Descriptor instead.
func (*GetMetaRequest) GetId ¶
func (x *GetMetaRequest) GetId() uint32
func (*GetMetaRequest) ProtoMessage ¶
func (*GetMetaRequest) ProtoMessage()
func (*GetMetaRequest) ProtoReflect ¶
func (x *GetMetaRequest) ProtoReflect() protoreflect.Message
func (*GetMetaRequest) Reset ¶
func (x *GetMetaRequest) Reset()
func (*GetMetaRequest) String ¶
func (x *GetMetaRequest) String() string
type GetMetaResponse ¶
type GetMetaResponse struct { // Types that are assignable to Response: // *GetMetaResponse_Meta // *GetMetaResponse_Status Response isGetMetaResponse_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
func (*GetMetaResponse) Descriptor
deprecated
func (*GetMetaResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMetaResponse.ProtoReflect.Descriptor instead.
func (*GetMetaResponse) GetMeta ¶
func (x *GetMetaResponse) GetMeta() *Meta
func (*GetMetaResponse) GetResponse ¶
func (m *GetMetaResponse) GetResponse() isGetMetaResponse_Response
func (*GetMetaResponse) GetStatus ¶
func (x *GetMetaResponse) GetStatus() *status.Status
func (*GetMetaResponse) ProtoMessage ¶
func (*GetMetaResponse) ProtoMessage()
func (*GetMetaResponse) ProtoReflect ¶
func (x *GetMetaResponse) ProtoReflect() protoreflect.Message
func (*GetMetaResponse) Reset ¶
func (x *GetMetaResponse) Reset()
func (*GetMetaResponse) String ¶
func (x *GetMetaResponse) String() string
type GetMetaResponse_Meta ¶
type GetMetaResponse_Meta struct {
Meta *Meta `protobuf:"bytes,1,opt,name=meta,proto3,oneof"`
}
type GetMetaResponse_Status ¶
type GetMetricsRequest ¶
type GetMetricsRequest struct { Ids []uint32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*GetMetricsRequest) Descriptor
deprecated
func (*GetMetricsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMetricsRequest.ProtoReflect.Descriptor instead.
func (*GetMetricsRequest) GetIds ¶
func (x *GetMetricsRequest) GetIds() []uint32
func (*GetMetricsRequest) ProtoMessage ¶
func (*GetMetricsRequest) ProtoMessage()
func (*GetMetricsRequest) ProtoReflect ¶
func (x *GetMetricsRequest) ProtoReflect() protoreflect.Message
func (*GetMetricsRequest) Reset ¶
func (x *GetMetricsRequest) Reset()
func (*GetMetricsRequest) String ¶
func (x *GetMetricsRequest) String() string
type GetMetricsResponse ¶
type GetMetricsResponse struct { Metrics map[uint32]*Metrics `` /* 156-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetMetricsResponse) Descriptor
deprecated
func (*GetMetricsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMetricsResponse.ProtoReflect.Descriptor instead.
func (*GetMetricsResponse) GetMetrics ¶
func (x *GetMetricsResponse) GetMetrics() map[uint32]*Metrics
func (*GetMetricsResponse) ProtoMessage ¶
func (*GetMetricsResponse) ProtoMessage()
func (*GetMetricsResponse) ProtoReflect ¶
func (x *GetMetricsResponse) ProtoReflect() protoreflect.Message
func (*GetMetricsResponse) Reset ¶
func (x *GetMetricsResponse) Reset()
func (*GetMetricsResponse) String ¶
func (x *GetMetricsResponse) String() string
type GetUserRequest ¶
type GetUserRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*GetUserRequest) Descriptor
deprecated
func (*GetUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.
func (*GetUserRequest) GetUserId ¶
func (x *GetUserRequest) GetUserId() string
func (*GetUserRequest) ProtoMessage ¶
func (*GetUserRequest) ProtoMessage()
func (*GetUserRequest) ProtoReflect ¶
func (x *GetUserRequest) ProtoReflect() protoreflect.Message
func (*GetUserRequest) Reset ¶
func (x *GetUserRequest) Reset()
func (*GetUserRequest) String ¶
func (x *GetUserRequest) String() string
type GetUserResponse ¶
type GetUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*GetUserResponse) Descriptor
deprecated
func (*GetUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.
func (*GetUserResponse) GetStatus ¶
func (x *GetUserResponse) GetStatus() *status.Status
func (*GetUserResponse) GetUser ¶
func (x *GetUserResponse) GetUser() *User
func (*GetUserResponse) ProtoMessage ¶
func (*GetUserResponse) ProtoMessage()
func (*GetUserResponse) ProtoReflect ¶
func (x *GetUserResponse) ProtoReflect() protoreflect.Message
func (*GetUserResponse) Reset ¶
func (x *GetUserResponse) Reset()
func (*GetUserResponse) String ¶
func (x *GetUserResponse) String() string
type Issue ¶
type Issue struct { Id *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` Desc string `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty"` Author *User `protobuf:"bytes,4,opt,name=author,proto3" json:"author,omitempty"` Contributers []string `protobuf:"bytes,5,rep,name=contributers,proto3" json:"contributers,omitempty"` Branches []*Branch `protobuf:"bytes,6,rep,name=branches,proto3" json:"branches,omitempty"` Comments []*Comment `protobuf:"bytes,7,rep,name=comments,proto3" json:"comments,omitempty"` Data []*Data `protobuf:"bytes,8,rep,name=data,proto3" json:"data,omitempty"` Results []*AnalyzedResult `protobuf:"bytes,9,rep,name=results,proto3" json:"results,omitempty"` Decided string `protobuf:"bytes,10,opt,name=decided,proto3" json:"decided,omitempty"` Operator string `protobuf:"bytes,11,opt,name=operator,proto3" json:"operator,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // contains filtered or unexported fields }
func (*Issue) Descriptor
deprecated
func (*Issue) GetBranches ¶
func (*Issue) GetComments ¶
func (*Issue) GetContributers ¶
func (*Issue) GetCreateTime ¶
func (x *Issue) GetCreateTime() *timestamppb.Timestamp
func (*Issue) GetDecided ¶
func (*Issue) GetOperator ¶
func (*Issue) GetResults ¶
func (x *Issue) GetResults() []*AnalyzedResult
func (*Issue) ProtoMessage ¶
func (*Issue) ProtoMessage()
func (*Issue) ProtoReflect ¶
func (x *Issue) ProtoReflect() protoreflect.Message
type IssueServiceClient ¶
type IssueServiceClient interface { // standard resource apis for issue // issue has branches, data list and comments. // branches and comments are inlined(internal data type for issue) object // because it has strongly related with issue even if they have id. // consider custom api to get user and create or get comment for convinience, // now use update or get CreateIssue(ctx context.Context, in *CreateIssueRequest, opts ...grpc.CallOption) (*CreateIssueResponse, error) GetIssue(ctx context.Context, in *GetIssueRequest, opts ...grpc.CallOption) (*GetIssueResponse, error) ListIssues(ctx context.Context, in *ListIssuesRequest, opts ...grpc.CallOption) (*ListIssuesResponse, error) // update operator expect in context auth data. UpdateIssue(ctx context.Context, in *UpdateIssueRequest, opts ...grpc.CallOption) (*UpdateIssueResponse, error) DeleteIssue(ctx context.Context, in *DeleteIssueRequest, opts ...grpc.CallOption) (*DeleteIssueResponse, error) // util custom apis for issue ExportIssue(ctx context.Context, in *ExportIssueRequest, opts ...grpc.CallOption) (*ExportIssueResponse, error) UnDeleteIssue(ctx context.Context, in *UnDeleteIssueRequest, opts ...grpc.CallOption) (*UnDeleteIssueResponse, error) DeleteIssueInternal(ctx context.Context, in *DeleteIssueInternalRequest, opts ...grpc.CallOption) (*DeleteIssueInternalResponse, error) UnDeleteIssueInternal(ctx context.Context, in *UnDeleteIssueInternalRequest, opts ...grpc.CallOption) (*UnDeleteIssueInternalResponse, error) // standard resource apis for data, children of issue(TODO: consider to // separate domain) CreateData(ctx context.Context, in *CreateDataRequest, opts ...grpc.CallOption) (*CreateDataResponse, error) GetData(ctx context.Context, in *GetDataRequest, opts ...grpc.CallOption) (*GetDataResponse, error) ListData(ctx context.Context, in *ListDataRequest, opts ...grpc.CallOption) (*ListDataResponse, error) UpdateData(ctx context.Context, in *UpdateDataRequest, opts ...grpc.CallOption) (*UpdateDataResponse, error) DeleteData(ctx context.Context, in *DeleteDataRequest, opts ...grpc.CallOption) (*DeleteDataResponse, error) // util custom apis for data UnDeleteData(ctx context.Context, in *UnDeleteDataRequest, opts ...grpc.CallOption) (*UnDeleteDataResponse, error) // custom apis DecideBranch(ctx context.Context, in *DecideBranchRequest, opts ...grpc.CallOption) (*DecideBranchResponse, error) AddAnalyzedResult(ctx context.Context, in *AddAnalyzedResultRequest, opts ...grpc.CallOption) (*AddAnalyzedResultResponse, error) }
IssueServiceClient is the client API for IssueService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewIssueServiceClient ¶
func NewIssueServiceClient(cc grpc.ClientConnInterface) IssueServiceClient
type IssueServiceServer ¶
type IssueServiceServer interface { // standard resource apis for issue // issue has branches, data list and comments. // branches and comments are inlined(internal data type for issue) object // because it has strongly related with issue even if they have id. // consider custom api to get user and create or get comment for convinience, // now use update or get CreateIssue(context.Context, *CreateIssueRequest) (*CreateIssueResponse, error) GetIssue(context.Context, *GetIssueRequest) (*GetIssueResponse, error) ListIssues(context.Context, *ListIssuesRequest) (*ListIssuesResponse, error) // update operator expect in context auth data. UpdateIssue(context.Context, *UpdateIssueRequest) (*UpdateIssueResponse, error) DeleteIssue(context.Context, *DeleteIssueRequest) (*DeleteIssueResponse, error) // util custom apis for issue ExportIssue(context.Context, *ExportIssueRequest) (*ExportIssueResponse, error) UnDeleteIssue(context.Context, *UnDeleteIssueRequest) (*UnDeleteIssueResponse, error) DeleteIssueInternal(context.Context, *DeleteIssueInternalRequest) (*DeleteIssueInternalResponse, error) UnDeleteIssueInternal(context.Context, *UnDeleteIssueInternalRequest) (*UnDeleteIssueInternalResponse, error) // standard resource apis for data, children of issue(TODO: consider to // separate domain) CreateData(context.Context, *CreateDataRequest) (*CreateDataResponse, error) GetData(context.Context, *GetDataRequest) (*GetDataResponse, error) ListData(context.Context, *ListDataRequest) (*ListDataResponse, error) UpdateData(context.Context, *UpdateDataRequest) (*UpdateDataResponse, error) DeleteData(context.Context, *DeleteDataRequest) (*DeleteDataResponse, error) // util custom apis for data UnDeleteData(context.Context, *UnDeleteDataRequest) (*UnDeleteDataResponse, error) // custom apis DecideBranch(context.Context, *DecideBranchRequest) (*DecideBranchResponse, error) AddAnalyzedResult(context.Context, *AddAnalyzedResultRequest) (*AddAnalyzedResultResponse, error) // contains filtered or unexported methods }
IssueServiceServer is the server API for IssueService service. All implementations must embed UnimplementedIssueServiceServer for forward compatibility
type ListDataRequest ¶
type ListDataRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Filter *string `protobuf:"bytes,2,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // contains filtered or unexported fields }
func (*ListDataRequest) Descriptor
deprecated
func (*ListDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDataRequest.ProtoReflect.Descriptor instead.
func (*ListDataRequest) GetFilter ¶
func (x *ListDataRequest) GetFilter() string
func (*ListDataRequest) GetUserId ¶
func (x *ListDataRequest) GetUserId() string
func (*ListDataRequest) ProtoMessage ¶
func (*ListDataRequest) ProtoMessage()
func (*ListDataRequest) ProtoReflect ¶
func (x *ListDataRequest) ProtoReflect() protoreflect.Message
func (*ListDataRequest) Reset ¶
func (x *ListDataRequest) Reset()
func (*ListDataRequest) String ¶
func (x *ListDataRequest) String() string
type ListDataResponse ¶
type ListDataResponse struct { Data []*Data `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*ListDataResponse) Descriptor
deprecated
func (*ListDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDataResponse.ProtoReflect.Descriptor instead.
func (*ListDataResponse) GetData ¶
func (x *ListDataResponse) GetData() []*Data
func (*ListDataResponse) GetStatus ¶
func (x *ListDataResponse) GetStatus() *status.Status
func (*ListDataResponse) ProtoMessage ¶
func (*ListDataResponse) ProtoMessage()
func (*ListDataResponse) ProtoReflect ¶
func (x *ListDataResponse) ProtoReflect() protoreflect.Message
func (*ListDataResponse) Reset ¶
func (x *ListDataResponse) Reset()
func (*ListDataResponse) String ¶
func (x *ListDataResponse) String() string
type ListIssuesRequest ¶
type ListIssuesRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Filter *string `protobuf:"bytes,2,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // contains filtered or unexported fields }
func (*ListIssuesRequest) Descriptor
deprecated
func (*ListIssuesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListIssuesRequest.ProtoReflect.Descriptor instead.
func (*ListIssuesRequest) GetFilter ¶
func (x *ListIssuesRequest) GetFilter() string
func (*ListIssuesRequest) GetUserId ¶
func (x *ListIssuesRequest) GetUserId() string
func (*ListIssuesRequest) ProtoMessage ¶
func (*ListIssuesRequest) ProtoMessage()
func (*ListIssuesRequest) ProtoReflect ¶
func (x *ListIssuesRequest) ProtoReflect() protoreflect.Message
func (*ListIssuesRequest) Reset ¶
func (x *ListIssuesRequest) Reset()
func (*ListIssuesRequest) String ¶
func (x *ListIssuesRequest) String() string
type ListIssuesResponse ¶
type ListIssuesResponse struct { Issues []*Issue `protobuf:"bytes,1,rep,name=issues,proto3" json:"issues,omitempty"` Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*ListIssuesResponse) Descriptor
deprecated
func (*ListIssuesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListIssuesResponse.ProtoReflect.Descriptor instead.
func (*ListIssuesResponse) GetIssues ¶
func (x *ListIssuesResponse) GetIssues() []*Issue
func (*ListIssuesResponse) GetStatus ¶
func (x *ListIssuesResponse) GetStatus() *status.Status
func (*ListIssuesResponse) ProtoMessage ¶
func (*ListIssuesResponse) ProtoMessage()
func (*ListIssuesResponse) ProtoReflect ¶
func (x *ListIssuesResponse) ProtoReflect() protoreflect.Message
func (*ListIssuesResponse) Reset ¶
func (x *ListIssuesResponse) Reset()
func (*ListIssuesResponse) String ¶
func (x *ListIssuesResponse) String() string
type ListUsersRequest ¶
type ListUsersRequest struct { Filter *string `protobuf:"bytes,1,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // contains filtered or unexported fields }
func (*ListUsersRequest) Descriptor
deprecated
func (*ListUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersRequest.ProtoReflect.Descriptor instead.
func (*ListUsersRequest) GetFilter ¶
func (x *ListUsersRequest) GetFilter() string
func (*ListUsersRequest) ProtoMessage ¶
func (*ListUsersRequest) ProtoMessage()
func (*ListUsersRequest) ProtoReflect ¶
func (x *ListUsersRequest) ProtoReflect() protoreflect.Message
func (*ListUsersRequest) Reset ¶
func (x *ListUsersRequest) Reset()
func (*ListUsersRequest) String ¶
func (x *ListUsersRequest) String() string
type ListUsersResponse ¶
type ListUsersResponse struct { User []*User `protobuf:"bytes,1,rep,name=user,proto3" json:"user,omitempty"` Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*ListUsersResponse) Descriptor
deprecated
func (*ListUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersResponse.ProtoReflect.Descriptor instead.
func (*ListUsersResponse) GetStatus ¶
func (x *ListUsersResponse) GetStatus() *status.Status
func (*ListUsersResponse) GetUser ¶
func (x *ListUsersResponse) GetUser() []*User
func (*ListUsersResponse) ProtoMessage ¶
func (*ListUsersResponse) ProtoMessage()
func (*ListUsersResponse) ProtoReflect ¶
func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
func (*ListUsersResponse) Reset ¶
func (x *ListUsersResponse) Reset()
func (*ListUsersResponse) String ¶
func (x *ListUsersResponse) String() string
type MaxEmvRequest ¶
type MaxEmvRequest struct { TowPData *TowPData `protobuf:"bytes,1,opt,name=towPData,proto3" json:"towPData,omitempty"` // contains filtered or unexported fields }
func (*MaxEmvRequest) Descriptor
deprecated
func (*MaxEmvRequest) Descriptor() ([]byte, []int)
Deprecated: Use MaxEmvRequest.ProtoReflect.Descriptor instead.
func (*MaxEmvRequest) GetTowPData ¶
func (x *MaxEmvRequest) GetTowPData() *TowPData
func (*MaxEmvRequest) ProtoMessage ¶
func (*MaxEmvRequest) ProtoMessage()
func (*MaxEmvRequest) ProtoReflect ¶
func (x *MaxEmvRequest) ProtoReflect() protoreflect.Message
func (*MaxEmvRequest) Reset ¶
func (x *MaxEmvRequest) Reset()
func (*MaxEmvRequest) String ¶
func (x *MaxEmvRequest) String() string
type MaxEmvResponse ¶
type MaxEmvResponse struct { MaxEmv int32 `protobuf:"varint,1,opt,name=maxEmv,proto3" json:"maxEmv,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // contains filtered or unexported fields }
func (*MaxEmvResponse) Descriptor
deprecated
func (*MaxEmvResponse) Descriptor() ([]byte, []int)
Deprecated: Use MaxEmvResponse.ProtoReflect.Descriptor instead.
func (*MaxEmvResponse) GetCreateTime ¶
func (x *MaxEmvResponse) GetCreateTime() *timestamppb.Timestamp
func (*MaxEmvResponse) GetMaxEmv ¶
func (x *MaxEmvResponse) GetMaxEmv() int32
func (*MaxEmvResponse) ProtoMessage ¶
func (*MaxEmvResponse) ProtoMessage()
func (*MaxEmvResponse) ProtoReflect ¶
func (x *MaxEmvResponse) ProtoReflect() protoreflect.Message
func (*MaxEmvResponse) Reset ¶
func (x *MaxEmvResponse) Reset()
func (*MaxEmvResponse) String ¶
func (x *MaxEmvResponse) String() string
type Meta ¶
type Meta struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` MetaBody *MetaBody `protobuf:"bytes,2,opt,name=metaBody,proto3" json:"metaBody,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // contains filtered or unexported fields }
func (*Meta) Descriptor
deprecated
func (*Meta) GetCreateTime ¶
func (x *Meta) GetCreateTime() *timestamppb.Timestamp
func (*Meta) GetMetaBody ¶
func (*Meta) GetUpdateTime ¶
func (x *Meta) GetUpdateTime() *timestamppb.Timestamp
func (*Meta) ProtoMessage ¶
func (*Meta) ProtoMessage()
func (*Meta) ProtoReflect ¶
func (x *Meta) ProtoReflect() protoreflect.Message
type MetaBody ¶
type MetaBody struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"` ParamDef map[string]string `` /* 173-byte string literal not displayed */ IsAvailable bool `protobuf:"varint,4,opt,name=is_available,json=isAvailable,proto3" json:"is_available,omitempty"` // contains filtered or unexported fields }
func (*MetaBody) Descriptor
deprecated
func (*MetaBody) GetIsAvailable ¶
func (*MetaBody) GetParamDef ¶
func (*MetaBody) ProtoMessage ¶
func (*MetaBody) ProtoMessage()
func (*MetaBody) ProtoReflect ¶
func (x *MetaBody) ProtoReflect() protoreflect.Message
type Metrics ¶
type Metrics struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` SumOfUse int32 `protobuf:"varint,2,opt,name=sum_of_use,json=sumOfUse,proto3" json:"sum_of_use,omitempty"` MeanOfDuring int32 `protobuf:"varint,3,opt,name=mean_of_during,json=meanOfDuring,proto3" json:"mean_of_during,omitempty"` ErrorRate float32 `protobuf:"fixed32,4,opt,name=error_rate,json=errorRate,proto3" json:"error_rate,omitempty"` // contains filtered or unexported fields }
func (*Metrics) Descriptor
deprecated
func (*Metrics) GetErrorRate ¶
func (*Metrics) GetMeanOfDuring ¶
func (*Metrics) GetSumOfUse ¶
func (*Metrics) ProtoMessage ¶
func (*Metrics) ProtoMessage()
func (*Metrics) ProtoReflect ¶
func (x *Metrics) ProtoReflect() protoreflect.Message
type PutMetaRequest ¶
type PutMetaRequest struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` MetaBody *MetaBody `protobuf:"bytes,2,opt,name=metaBody,proto3" json:"metaBody,omitempty"` // contains filtered or unexported fields }
func (*PutMetaRequest) Descriptor
deprecated
func (*PutMetaRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutMetaRequest.ProtoReflect.Descriptor instead.
func (*PutMetaRequest) GetId ¶
func (x *PutMetaRequest) GetId() uint32
func (*PutMetaRequest) GetMetaBody ¶
func (x *PutMetaRequest) GetMetaBody() *MetaBody
func (*PutMetaRequest) ProtoMessage ¶
func (*PutMetaRequest) ProtoMessage()
func (*PutMetaRequest) ProtoReflect ¶
func (x *PutMetaRequest) ProtoReflect() protoreflect.Message
func (*PutMetaRequest) Reset ¶
func (x *PutMetaRequest) Reset()
func (*PutMetaRequest) String ¶
func (x *PutMetaRequest) String() string
type PutMetaResponse ¶
type PutMetaResponse struct { // Types that are assignable to Response: // *PutMetaResponse_UpdateTime // *PutMetaResponse_Status Response isPutMetaResponse_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
func (*PutMetaResponse) Descriptor
deprecated
func (*PutMetaResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutMetaResponse.ProtoReflect.Descriptor instead.
func (*PutMetaResponse) GetResponse ¶
func (m *PutMetaResponse) GetResponse() isPutMetaResponse_Response
func (*PutMetaResponse) GetStatus ¶
func (x *PutMetaResponse) GetStatus() *status.Status
func (*PutMetaResponse) GetUpdateTime ¶
func (x *PutMetaResponse) GetUpdateTime() *timestamppb.Timestamp
func (*PutMetaResponse) ProtoMessage ¶
func (*PutMetaResponse) ProtoMessage()
func (*PutMetaResponse) ProtoReflect ¶
func (x *PutMetaResponse) ProtoReflect() protoreflect.Message
func (*PutMetaResponse) Reset ¶
func (x *PutMetaResponse) Reset()
func (*PutMetaResponse) String ¶
func (x *PutMetaResponse) String() string
type PutMetaResponse_Status ¶
type PutMetaResponse_UpdateTime ¶
type PutMetaResponse_UpdateTime struct {
UpdateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=update_time,json=updateTime,proto3,oneof"`
}
type Report ¶
type Report struct { NumberOfCalc int32 `protobuf:"varint,1,opt,name=numberOfCalc,proto3" json:"numberOfCalc,omitempty"` Result []*Result `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*Report) Descriptor
deprecated
func (*Report) GetNumberOfCalc ¶
func (*Report) ProtoMessage ¶
func (*Report) ProtoMessage()
func (*Report) ProtoReflect ¶
func (x *Report) ProtoReflect() protoreflect.Message
type ReportRequest ¶
type ReportRequest struct {
// contains filtered or unexported fields
}
func (*ReportRequest) Descriptor
deprecated
func (*ReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReportRequest.ProtoReflect.Descriptor instead.
func (*ReportRequest) ProtoMessage ¶
func (*ReportRequest) ProtoMessage()
func (*ReportRequest) ProtoReflect ¶
func (x *ReportRequest) ProtoReflect() protoreflect.Message
func (*ReportRequest) Reset ¶
func (x *ReportRequest) Reset()
func (*ReportRequest) String ¶
func (x *ReportRequest) String() string
type ReportResponse ¶
type ReportResponse struct { Report *Report `protobuf:"bytes,1,opt,name=report,proto3" json:"report,omitempty"` // contains filtered or unexported fields }
func (*ReportResponse) Descriptor
deprecated
func (*ReportResponse) Descriptor() ([]byte, []int)
Deprecated: Use ReportResponse.ProtoReflect.Descriptor instead.
func (*ReportResponse) GetReport ¶
func (x *ReportResponse) GetReport() *Report
func (*ReportResponse) ProtoMessage ¶
func (*ReportResponse) ProtoMessage()
func (*ReportResponse) ProtoReflect ¶
func (x *ReportResponse) ProtoReflect() protoreflect.Message
func (*ReportResponse) Reset ¶
func (x *ReportResponse) Reset()
func (*ReportResponse) String ¶
func (x *ReportResponse) String() string
type ResourceOption ¶
type ResourceOption struct { Pattern string `protobuf:"bytes,1,opt,name=pattern,proto3" json:"pattern,omitempty"` Body string `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"` Parent string `protobuf:"bytes,3,opt,name=parent,proto3" json:"parent,omitempty"` Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` ChildType string `protobuf:"bytes,5,opt,name=child_type,json=childType,proto3" json:"child_type,omitempty"` // contains filtered or unexported fields }
func (*ResourceOption) Descriptor
deprecated
func (*ResourceOption) Descriptor() ([]byte, []int)
Deprecated: Use ResourceOption.ProtoReflect.Descriptor instead.
func (*ResourceOption) GetBody ¶
func (x *ResourceOption) GetBody() string
func (*ResourceOption) GetChildType ¶
func (x *ResourceOption) GetChildType() string
func (*ResourceOption) GetParent ¶
func (x *ResourceOption) GetParent() string
func (*ResourceOption) GetPattern ¶
func (x *ResourceOption) GetPattern() string
func (*ResourceOption) GetType ¶
func (x *ResourceOption) GetType() string
func (*ResourceOption) ProtoMessage ¶
func (*ResourceOption) ProtoMessage()
func (*ResourceOption) ProtoReflect ¶
func (x *ResourceOption) ProtoReflect() protoreflect.Message
func (*ResourceOption) Reset ¶
func (x *ResourceOption) Reset()
func (*ResourceOption) String ¶
func (x *ResourceOption) String() string
type Result ¶
type Result struct { MaxEmv int32 `protobuf:"varint,1,opt,name=maxEmv,proto3" json:"maxEmv,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // contains filtered or unexported fields }
func (*Result) Descriptor
deprecated
func (*Result) GetCreateTime ¶
func (x *Result) GetCreateTime() *timestamppb.Timestamp
func (*Result) ProtoMessage ¶
func (*Result) ProtoMessage()
func (*Result) ProtoReflect ¶
func (x *Result) ProtoReflect() protoreflect.Message
type TowPData ¶
type TowPData struct { P1 float32 `protobuf:"fixed32,1,opt,name=p1,proto3" json:"p1,omitempty"` // p2 = 1 - p1 DataP1 []int32 `protobuf:"varint,2,rep,packed,name=dataP1,proto3" json:"dataP1,omitempty"` DataP2 []int32 `protobuf:"varint,3,rep,packed,name=dataP2,proto3" json:"dataP2,omitempty"` // contains filtered or unexported fields }
func (*TowPData) Descriptor
deprecated
func (*TowPData) ProtoMessage ¶
func (*TowPData) ProtoMessage()
func (*TowPData) ProtoReflect ¶
func (x *TowPData) ProtoReflect() protoreflect.Message
type UnDeleteDataRequest ¶
type UnDeleteDataRequest struct { DataId string `protobuf:"bytes,1,opt,name=data_id,json=dataId,proto3" json:"data_id,omitempty"` // contains filtered or unexported fields }
func (*UnDeleteDataRequest) Descriptor
deprecated
func (*UnDeleteDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnDeleteDataRequest.ProtoReflect.Descriptor instead.
func (*UnDeleteDataRequest) GetDataId ¶
func (x *UnDeleteDataRequest) GetDataId() string
func (*UnDeleteDataRequest) ProtoMessage ¶
func (*UnDeleteDataRequest) ProtoMessage()
func (*UnDeleteDataRequest) ProtoReflect ¶
func (x *UnDeleteDataRequest) ProtoReflect() protoreflect.Message
func (*UnDeleteDataRequest) Reset ¶
func (x *UnDeleteDataRequest) Reset()
func (*UnDeleteDataRequest) String ¶
func (x *UnDeleteDataRequest) String() string
type UnDeleteDataResponse ¶
type UnDeleteDataResponse struct { Status *status.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*UnDeleteDataResponse) Descriptor
deprecated
func (*UnDeleteDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnDeleteDataResponse.ProtoReflect.Descriptor instead.
func (*UnDeleteDataResponse) GetStatus ¶
func (x *UnDeleteDataResponse) GetStatus() *status.Status
func (*UnDeleteDataResponse) ProtoMessage ¶
func (*UnDeleteDataResponse) ProtoMessage()
func (*UnDeleteDataResponse) ProtoReflect ¶
func (x *UnDeleteDataResponse) ProtoReflect() protoreflect.Message
func (*UnDeleteDataResponse) Reset ¶
func (x *UnDeleteDataResponse) Reset()
func (*UnDeleteDataResponse) String ¶
func (x *UnDeleteDataResponse) String() string
type UnDeleteIssueInternalRequest ¶
type UnDeleteIssueInternalRequest struct { IssueId string `protobuf:"bytes,1,opt,name=issue_id,json=issueId,proto3" json:"issue_id,omitempty"` ChildId string `protobuf:"bytes,2,opt,name=child_id,json=childId,proto3" json:"child_id,omitempty"` ChildType string `protobuf:"bytes,3,opt,name=child_type,json=childType,proto3" json:"child_type,omitempty"` // contains filtered or unexported fields }
func (*UnDeleteIssueInternalRequest) Descriptor
deprecated
func (*UnDeleteIssueInternalRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnDeleteIssueInternalRequest.ProtoReflect.Descriptor instead.
func (*UnDeleteIssueInternalRequest) GetChildId ¶
func (x *UnDeleteIssueInternalRequest) GetChildId() string
func (*UnDeleteIssueInternalRequest) GetChildType ¶
func (x *UnDeleteIssueInternalRequest) GetChildType() string
func (*UnDeleteIssueInternalRequest) GetIssueId ¶
func (x *UnDeleteIssueInternalRequest) GetIssueId() string
func (*UnDeleteIssueInternalRequest) ProtoMessage ¶
func (*UnDeleteIssueInternalRequest) ProtoMessage()
func (*UnDeleteIssueInternalRequest) ProtoReflect ¶
func (x *UnDeleteIssueInternalRequest) ProtoReflect() protoreflect.Message
func (*UnDeleteIssueInternalRequest) Reset ¶
func (x *UnDeleteIssueInternalRequest) Reset()
func (*UnDeleteIssueInternalRequest) String ¶
func (x *UnDeleteIssueInternalRequest) String() string
type UnDeleteIssueInternalResponse ¶
type UnDeleteIssueInternalResponse struct { IssueId string `protobuf:"bytes,1,opt,name=issue_id,json=issueId,proto3" json:"issue_id,omitempty"` Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*UnDeleteIssueInternalResponse) Descriptor
deprecated
func (*UnDeleteIssueInternalResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnDeleteIssueInternalResponse.ProtoReflect.Descriptor instead.
func (*UnDeleteIssueInternalResponse) GetIssueId ¶
func (x *UnDeleteIssueInternalResponse) GetIssueId() string
func (*UnDeleteIssueInternalResponse) GetStatus ¶
func (x *UnDeleteIssueInternalResponse) GetStatus() *status.Status
func (*UnDeleteIssueInternalResponse) ProtoMessage ¶
func (*UnDeleteIssueInternalResponse) ProtoMessage()
func (*UnDeleteIssueInternalResponse) ProtoReflect ¶
func (x *UnDeleteIssueInternalResponse) ProtoReflect() protoreflect.Message
func (*UnDeleteIssueInternalResponse) Reset ¶
func (x *UnDeleteIssueInternalResponse) Reset()
func (*UnDeleteIssueInternalResponse) String ¶
func (x *UnDeleteIssueInternalResponse) String() string
type UnDeleteIssueRequest ¶
type UnDeleteIssueRequest struct { IssueId string `protobuf:"bytes,1,opt,name=issue_id,json=issueId,proto3" json:"issue_id,omitempty"` // contains filtered or unexported fields }
func (*UnDeleteIssueRequest) Descriptor
deprecated
func (*UnDeleteIssueRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnDeleteIssueRequest.ProtoReflect.Descriptor instead.
func (*UnDeleteIssueRequest) GetIssueId ¶
func (x *UnDeleteIssueRequest) GetIssueId() string
func (*UnDeleteIssueRequest) ProtoMessage ¶
func (*UnDeleteIssueRequest) ProtoMessage()
func (*UnDeleteIssueRequest) ProtoReflect ¶
func (x *UnDeleteIssueRequest) ProtoReflect() protoreflect.Message
func (*UnDeleteIssueRequest) Reset ¶
func (x *UnDeleteIssueRequest) Reset()
func (*UnDeleteIssueRequest) String ¶
func (x *UnDeleteIssueRequest) String() string
type UnDeleteIssueResponse ¶
type UnDeleteIssueResponse struct { IssueId string `protobuf:"bytes,1,opt,name=issue_id,json=issueId,proto3" json:"issue_id,omitempty"` Issue *Issue `protobuf:"bytes,2,opt,name=issue,proto3" json:"issue,omitempty"` Status *status.Status `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*UnDeleteIssueResponse) Descriptor
deprecated
func (*UnDeleteIssueResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnDeleteIssueResponse.ProtoReflect.Descriptor instead.
func (*UnDeleteIssueResponse) GetIssue ¶
func (x *UnDeleteIssueResponse) GetIssue() *Issue
func (*UnDeleteIssueResponse) GetIssueId ¶
func (x *UnDeleteIssueResponse) GetIssueId() string
func (*UnDeleteIssueResponse) GetStatus ¶
func (x *UnDeleteIssueResponse) GetStatus() *status.Status
func (*UnDeleteIssueResponse) ProtoMessage ¶
func (*UnDeleteIssueResponse) ProtoMessage()
func (*UnDeleteIssueResponse) ProtoReflect ¶
func (x *UnDeleteIssueResponse) ProtoReflect() protoreflect.Message
func (*UnDeleteIssueResponse) Reset ¶
func (x *UnDeleteIssueResponse) Reset()
func (*UnDeleteIssueResponse) String ¶
func (x *UnDeleteIssueResponse) String() string
type UnDeleteUserRequest ¶
type UnDeleteUserRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*UnDeleteUserRequest) Descriptor
deprecated
func (*UnDeleteUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnDeleteUserRequest.ProtoReflect.Descriptor instead.
func (*UnDeleteUserRequest) GetUserId ¶
func (x *UnDeleteUserRequest) GetUserId() string
func (*UnDeleteUserRequest) ProtoMessage ¶
func (*UnDeleteUserRequest) ProtoMessage()
func (*UnDeleteUserRequest) ProtoReflect ¶
func (x *UnDeleteUserRequest) ProtoReflect() protoreflect.Message
func (*UnDeleteUserRequest) Reset ¶
func (x *UnDeleteUserRequest) Reset()
func (*UnDeleteUserRequest) String ¶
func (x *UnDeleteUserRequest) String() string
type UnDeleteUserResponse ¶
type UnDeleteUserResponse struct { Status *status.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*UnDeleteUserResponse) Descriptor
deprecated
func (*UnDeleteUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnDeleteUserResponse.ProtoReflect.Descriptor instead.
func (*UnDeleteUserResponse) GetStatus ¶
func (x *UnDeleteUserResponse) GetStatus() *status.Status
func (*UnDeleteUserResponse) ProtoMessage ¶
func (*UnDeleteUserResponse) ProtoMessage()
func (*UnDeleteUserResponse) ProtoReflect ¶
func (x *UnDeleteUserResponse) ProtoReflect() protoreflect.Message
func (*UnDeleteUserResponse) Reset ¶
func (x *UnDeleteUserResponse) Reset()
func (*UnDeleteUserResponse) String ¶
func (x *UnDeleteUserResponse) String() string
type UnimplementedAnalyzeServiceServer ¶
type UnimplementedAnalyzeServiceServer struct { }
UnimplementedAnalyzeServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedAnalyzeServiceServer) CreateMeta ¶
func (UnimplementedAnalyzeServiceServer) CreateMeta(context.Context, *CreateMetaRequest) (*CreateMetaResponse, error)
func (UnimplementedAnalyzeServiceServer) DeleteMeta ¶
func (UnimplementedAnalyzeServiceServer) DeleteMeta(context.Context, *DeleteMetaRequest) (*DeleteMetaResponse, error)
func (UnimplementedAnalyzeServiceServer) GetMeta ¶
func (UnimplementedAnalyzeServiceServer) GetMeta(context.Context, *GetMetaRequest) (*GetMetaResponse, error)
func (UnimplementedAnalyzeServiceServer) GetMetaList ¶
func (UnimplementedAnalyzeServiceServer) GetMetaList(context.Context, *GetMetaListRequest) (*GetMetaListResponse, error)
func (UnimplementedAnalyzeServiceServer) GetMetrics ¶
func (UnimplementedAnalyzeServiceServer) GetMetrics(context.Context, *GetMetricsRequest) (*GetMetricsResponse, error)
func (UnimplementedAnalyzeServiceServer) MaxEmv ¶
func (UnimplementedAnalyzeServiceServer) MaxEmv(context.Context, *MaxEmvRequest) (*MaxEmvResponse, error)
func (UnimplementedAnalyzeServiceServer) PutMeta ¶
func (UnimplementedAnalyzeServiceServer) PutMeta(context.Context, *PutMetaRequest) (*PutMetaResponse, error)
type UnimplementedGDeanServiceServer ¶
type UnimplementedGDeanServiceServer struct { }
UnimplementedGDeanServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedGDeanServiceServer) ReportMaxEmvResults ¶
func (UnimplementedGDeanServiceServer) ReportMaxEmvResults(context.Context, *ReportRequest) (*ReportResponse, error)
type UnimplementedIssueServiceServer ¶
type UnimplementedIssueServiceServer struct { }
UnimplementedIssueServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedIssueServiceServer) AddAnalyzedResult ¶
func (UnimplementedIssueServiceServer) AddAnalyzedResult(context.Context, *AddAnalyzedResultRequest) (*AddAnalyzedResultResponse, error)
func (UnimplementedIssueServiceServer) CreateData ¶
func (UnimplementedIssueServiceServer) CreateData(context.Context, *CreateDataRequest) (*CreateDataResponse, error)
func (UnimplementedIssueServiceServer) CreateIssue ¶
func (UnimplementedIssueServiceServer) CreateIssue(context.Context, *CreateIssueRequest) (*CreateIssueResponse, error)
func (UnimplementedIssueServiceServer) DecideBranch ¶
func (UnimplementedIssueServiceServer) DecideBranch(context.Context, *DecideBranchRequest) (*DecideBranchResponse, error)
func (UnimplementedIssueServiceServer) DeleteData ¶
func (UnimplementedIssueServiceServer) DeleteData(context.Context, *DeleteDataRequest) (*DeleteDataResponse, error)
func (UnimplementedIssueServiceServer) DeleteIssue ¶
func (UnimplementedIssueServiceServer) DeleteIssue(context.Context, *DeleteIssueRequest) (*DeleteIssueResponse, error)
func (UnimplementedIssueServiceServer) DeleteIssueInternal ¶
func (UnimplementedIssueServiceServer) DeleteIssueInternal(context.Context, *DeleteIssueInternalRequest) (*DeleteIssueInternalResponse, error)
func (UnimplementedIssueServiceServer) ExportIssue ¶
func (UnimplementedIssueServiceServer) ExportIssue(context.Context, *ExportIssueRequest) (*ExportIssueResponse, error)
func (UnimplementedIssueServiceServer) GetData ¶
func (UnimplementedIssueServiceServer) GetData(context.Context, *GetDataRequest) (*GetDataResponse, error)
func (UnimplementedIssueServiceServer) GetIssue ¶
func (UnimplementedIssueServiceServer) GetIssue(context.Context, *GetIssueRequest) (*GetIssueResponse, error)
func (UnimplementedIssueServiceServer) ListData ¶
func (UnimplementedIssueServiceServer) ListData(context.Context, *ListDataRequest) (*ListDataResponse, error)
func (UnimplementedIssueServiceServer) ListIssues ¶
func (UnimplementedIssueServiceServer) ListIssues(context.Context, *ListIssuesRequest) (*ListIssuesResponse, error)
func (UnimplementedIssueServiceServer) UnDeleteData ¶
func (UnimplementedIssueServiceServer) UnDeleteData(context.Context, *UnDeleteDataRequest) (*UnDeleteDataResponse, error)
func (UnimplementedIssueServiceServer) UnDeleteIssue ¶
func (UnimplementedIssueServiceServer) UnDeleteIssue(context.Context, *UnDeleteIssueRequest) (*UnDeleteIssueResponse, error)
func (UnimplementedIssueServiceServer) UnDeleteIssueInternal ¶
func (UnimplementedIssueServiceServer) UnDeleteIssueInternal(context.Context, *UnDeleteIssueInternalRequest) (*UnDeleteIssueInternalResponse, error)
func (UnimplementedIssueServiceServer) UpdateData ¶
func (UnimplementedIssueServiceServer) UpdateData(context.Context, *UpdateDataRequest) (*UpdateDataResponse, error)
func (UnimplementedIssueServiceServer) UpdateIssue ¶
func (UnimplementedIssueServiceServer) UpdateIssue(context.Context, *UpdateIssueRequest) (*UpdateIssueResponse, error)
type UnimplementedUserServiceServer ¶
type UnimplementedUserServiceServer struct { }
UnimplementedUserServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedUserServiceServer) CreateUser ¶
func (UnimplementedUserServiceServer) CreateUser(context.Context, *CreateUserRequest) (*CreateUserResponse, error)
func (UnimplementedUserServiceServer) DeleteUser ¶
func (UnimplementedUserServiceServer) DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error)
func (UnimplementedUserServiceServer) GetUser ¶
func (UnimplementedUserServiceServer) GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
func (UnimplementedUserServiceServer) ListUsers ¶
func (UnimplementedUserServiceServer) ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
func (UnimplementedUserServiceServer) UnDeleteUser ¶
func (UnimplementedUserServiceServer) UnDeleteUser(context.Context, *UnDeleteUserRequest) (*UnDeleteUserResponse, error)
func (UnimplementedUserServiceServer) UpdateUser ¶
func (UnimplementedUserServiceServer) UpdateUser(context.Context, *UpdateUserRequest) (*UpdateUserResponse, error)
type UnsafeAnalyzeServiceServer ¶
type UnsafeAnalyzeServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAnalyzeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AnalyzeServiceServer will result in compilation errors.
type UnsafeGDeanServiceServer ¶
type UnsafeGDeanServiceServer interface {
// contains filtered or unexported methods
}
UnsafeGDeanServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GDeanServiceServer will result in compilation errors.
type UnsafeIssueServiceServer ¶
type UnsafeIssueServiceServer interface {
// contains filtered or unexported methods
}
UnsafeIssueServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to IssueServiceServer will result in compilation errors.
type UnsafeUserServiceServer ¶
type UnsafeUserServiceServer interface {
// contains filtered or unexported methods
}
UnsafeUserServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UserServiceServer will result in compilation errors.
type UpdateDataRequest ¶
type UpdateDataRequest struct { Data *Data `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` AllowMissing bool `protobuf:"varint,3,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"` // contains filtered or unexported fields }
func (*UpdateDataRequest) Descriptor
deprecated
func (*UpdateDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDataRequest.ProtoReflect.Descriptor instead.
func (*UpdateDataRequest) GetAllowMissing ¶
func (x *UpdateDataRequest) GetAllowMissing() bool
func (*UpdateDataRequest) GetData ¶
func (x *UpdateDataRequest) GetData() *Data
func (*UpdateDataRequest) GetFieldMask ¶
func (x *UpdateDataRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateDataRequest) ProtoMessage ¶
func (*UpdateDataRequest) ProtoMessage()
func (*UpdateDataRequest) ProtoReflect ¶
func (x *UpdateDataRequest) ProtoReflect() protoreflect.Message
func (*UpdateDataRequest) Reset ¶
func (x *UpdateDataRequest) Reset()
func (*UpdateDataRequest) String ¶
func (x *UpdateDataRequest) String() string
type UpdateDataResponse ¶
type UpdateDataResponse struct { DataId string `protobuf:"bytes,1,opt,name=data_id,json=dataId,proto3" json:"data_id,omitempty"` Data *Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` Status *status.Status `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*UpdateDataResponse) Descriptor
deprecated
func (*UpdateDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDataResponse.ProtoReflect.Descriptor instead.
func (*UpdateDataResponse) GetData ¶
func (x *UpdateDataResponse) GetData() *Data
func (*UpdateDataResponse) GetDataId ¶
func (x *UpdateDataResponse) GetDataId() string
func (*UpdateDataResponse) GetStatus ¶
func (x *UpdateDataResponse) GetStatus() *status.Status
func (*UpdateDataResponse) ProtoMessage ¶
func (*UpdateDataResponse) ProtoMessage()
func (*UpdateDataResponse) ProtoReflect ¶
func (x *UpdateDataResponse) ProtoReflect() protoreflect.Message
func (*UpdateDataResponse) Reset ¶
func (x *UpdateDataResponse) Reset()
func (*UpdateDataResponse) String ¶
func (x *UpdateDataResponse) String() string
type UpdateIssueRequest ¶
type UpdateIssueRequest struct { Issue *Issue `protobuf:"bytes,1,opt,name=issue,proto3" json:"issue,omitempty"` FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` AllowMissing bool `protobuf:"varint,3,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"` // contains filtered or unexported fields }
func (*UpdateIssueRequest) Descriptor
deprecated
func (*UpdateIssueRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateIssueRequest.ProtoReflect.Descriptor instead.
func (*UpdateIssueRequest) GetAllowMissing ¶
func (x *UpdateIssueRequest) GetAllowMissing() bool
func (*UpdateIssueRequest) GetFieldMask ¶
func (x *UpdateIssueRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateIssueRequest) GetIssue ¶
func (x *UpdateIssueRequest) GetIssue() *Issue
func (*UpdateIssueRequest) ProtoMessage ¶
func (*UpdateIssueRequest) ProtoMessage()
func (*UpdateIssueRequest) ProtoReflect ¶
func (x *UpdateIssueRequest) ProtoReflect() protoreflect.Message
func (*UpdateIssueRequest) Reset ¶
func (x *UpdateIssueRequest) Reset()
func (*UpdateIssueRequest) String ¶
func (x *UpdateIssueRequest) String() string
type UpdateIssueResponse ¶
type UpdateIssueResponse struct { IssueId string `protobuf:"bytes,1,opt,name=issue_id,json=issueId,proto3" json:"issue_id,omitempty"` Issue *Issue `protobuf:"bytes,2,opt,name=issue,proto3" json:"issue,omitempty"` Status *status.Status `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*UpdateIssueResponse) Descriptor
deprecated
func (*UpdateIssueResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateIssueResponse.ProtoReflect.Descriptor instead.
func (*UpdateIssueResponse) GetIssue ¶
func (x *UpdateIssueResponse) GetIssue() *Issue
func (*UpdateIssueResponse) GetIssueId ¶
func (x *UpdateIssueResponse) GetIssueId() string
func (*UpdateIssueResponse) GetStatus ¶
func (x *UpdateIssueResponse) GetStatus() *status.Status
func (*UpdateIssueResponse) ProtoMessage ¶
func (*UpdateIssueResponse) ProtoMessage()
func (*UpdateIssueResponse) ProtoReflect ¶
func (x *UpdateIssueResponse) ProtoReflect() protoreflect.Message
func (*UpdateIssueResponse) Reset ¶
func (x *UpdateIssueResponse) Reset()
func (*UpdateIssueResponse) String ¶
func (x *UpdateIssueResponse) String() string
type UpdateUserRequest ¶
type UpdateUserRequest struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` AllowMissing bool `protobuf:"varint,3,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"` // contains filtered or unexported fields }
func (*UpdateUserRequest) Descriptor
deprecated
func (*UpdateUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserRequest) GetAllowMissing ¶
func (x *UpdateUserRequest) GetAllowMissing() bool
func (*UpdateUserRequest) GetFieldMask ¶
func (x *UpdateUserRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateUserRequest) GetUser ¶
func (x *UpdateUserRequest) GetUser() *User
func (*UpdateUserRequest) ProtoMessage ¶
func (*UpdateUserRequest) ProtoMessage()
func (*UpdateUserRequest) ProtoReflect ¶
func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserRequest) Reset ¶
func (x *UpdateUserRequest) Reset()
func (*UpdateUserRequest) String ¶
func (x *UpdateUserRequest) String() string
type UpdateUserResponse ¶
type UpdateUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*UpdateUserResponse) Descriptor
deprecated
func (*UpdateUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserResponse) GetStatus ¶
func (x *UpdateUserResponse) GetStatus() *status.Status
func (*UpdateUserResponse) GetUser ¶
func (x *UpdateUserResponse) GetUser() *User
func (*UpdateUserResponse) ProtoMessage ¶
func (*UpdateUserResponse) ProtoMessage()
func (*UpdateUserResponse) ProtoReflect ¶
func (x *UpdateUserResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserResponse) Reset ¶
func (x *UpdateUserResponse) Reset()
func (*UpdateUserResponse) String ¶
func (x *UpdateUserResponse) String() string
type User ¶
type User struct { Id *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetCreateTime ¶
func (x *User) GetCreateTime() *timestamppb.Timestamp
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type UserServiceClient ¶
type UserServiceClient interface { // standard resource apis for user CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*CreateUserResponse, error) GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error) ListUsers(ctx context.Context, in *ListUsersRequest, opts ...grpc.CallOption) (*ListUsersResponse, error) UpdateUser(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*UpdateUserResponse, error) DeleteUser(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*DeleteUserResponse, error) // util custom apis UnDeleteUser(ctx context.Context, in *UnDeleteUserRequest, opts ...grpc.CallOption) (*UnDeleteUserResponse, error) }
UserServiceClient is the client API for UserService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewUserServiceClient ¶
func NewUserServiceClient(cc grpc.ClientConnInterface) UserServiceClient
type UserServiceServer ¶
type UserServiceServer interface { // standard resource apis for user CreateUser(context.Context, *CreateUserRequest) (*CreateUserResponse, error) GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error) ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error) UpdateUser(context.Context, *UpdateUserRequest) (*UpdateUserResponse, error) DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error) // util custom apis UnDeleteUser(context.Context, *UnDeleteUserRequest) (*UnDeleteUserResponse, error) // contains filtered or unexported methods }
UserServiceServer is the server API for UserService service. All implementations must embed UnimplementedUserServiceServer for forward compatibility