v1

package
v0.0.0-...-3e5fd69 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2022 License: GPL-3.0 Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AnalyzeService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gdean.v1.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: "v1/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)

View Source
var (
	// repeated string method_signature = 50010;
	E_MethodSignature = &file_v1_gdeanutil_proto_extTypes[2]
)

Extension fields to descriptorpb.MethodOptions.

View Source
var (
	// optional gdean.v1.util.ResourceOption resource = 50010;
	E_Resource = &file_v1_gdeanutil_proto_extTypes[0]
)

Extension fields to descriptorpb.MessageOptions.

View Source
var (
	// optional gdean.v1.util.ResourceOption resource_reference = 50011;
	E_ResourceReference = &file_v1_gdeanutil_proto_extTypes[1]
)

Extension fields to descriptorpb.FieldOptions.

View Source
var File_v1_gdeananalyze_proto protoreflect.FileDescriptor
View Source
var File_v1_gdeanissue_proto protoreflect.FileDescriptor
View Source
var File_v1_gdeanutil_proto protoreflect.FileDescriptor
View Source
var IssueService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gdean.v1.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: "v1/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)

View Source
var UserService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gdean.v1.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: "v1/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 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 (*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.

type AnalyzeServiceServer

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"`
	IsDeleted  bool                   `protobuf:"varint,8,opt,name=is_deleted,json=isDeleted,proto3" json:"is_deleted,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) Descriptor() ([]byte, []int)

Deprecated: Use Branch.ProtoReflect.Descriptor instead.

func (*Branch) GetContent

func (x *Branch) GetContent() string

func (*Branch) GetCreateTime

func (x *Branch) GetCreateTime() *timestamppb.Timestamp

func (*Branch) GetDescs

func (x *Branch) GetDescs() []string

func (*Branch) GetId

func (x *Branch) GetId() string

func (*Branch) GetIsDeleted

func (x *Branch) GetIsDeleted() bool

func (*Branch) GetOperator

func (x *Branch) GetOperator() string

func (*Branch) GetParams

func (x *Branch) GetParams() []float32

func (*Branch) GetUpdateTime

func (x *Branch) GetUpdateTime() *timestamppb.Timestamp

func (*Branch) ProtoMessage

func (*Branch) ProtoMessage()

func (*Branch) ProtoReflect

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

func (*Branch) Reset

func (x *Branch) Reset()

func (*Branch) String

func (x *Branch) String() string

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"`
	IsDeleted  bool                   `protobuf:"varint,7,opt,name=is_deleted,json=isDeleted,proto3" json:"is_deleted,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) Descriptor() ([]byte, []int)

Deprecated: Use Comment.ProtoReflect.Descriptor instead.

func (*Comment) GetAuthor

func (x *Comment) GetAuthor() string

func (*Comment) GetContent

func (x *Comment) GetContent() string

func (*Comment) GetCreateTime

func (x *Comment) GetCreateTime() *timestamppb.Timestamp

func (*Comment) GetId

func (x *Comment) GetId() string

func (*Comment) GetIsDeleted

func (x *Comment) GetIsDeleted() bool

func (*Comment) GetKey

func (x *Comment) GetKey() string

func (*Comment) GetUpdateTime

func (x *Comment) GetUpdateTime() *timestamppb.Timestamp

func (*Comment) ProtoMessage

func (*Comment) ProtoMessage()

func (*Comment) ProtoReflect

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

func (*Comment) Reset

func (x *Comment) Reset()

func (*Comment) String

func (x *Comment) String() string

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 CreateMetaResponse_Status

type CreateMetaResponse_Status struct {
	Status *status.Status `protobuf:"bytes,2,opt,name=status,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,opt,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) Descriptor() ([]byte, []int)

Deprecated: Use Data.ProtoReflect.Descriptor instead.

func (*Data) GetAuthor

func (x *Data) GetAuthor() string

func (*Data) GetColumns

func (x *Data) GetColumns() []string

func (*Data) GetCreateTime

func (x *Data) GetCreateTime() *timestamppb.Timestamp

func (*Data) GetId

func (x *Data) GetId() string

func (*Data) GetIndexes

func (x *Data) GetIndexes() []string

func (*Data) GetIssue

func (x *Data) GetIssue() []string

func (*Data) GetLength

func (x *Data) GetLength() uint32

func (*Data) GetOperator

func (x *Data) GetOperator() string

func (*Data) GetParams

func (x *Data) GetParams() []float32

func (*Data) GetUpdateTime

func (x *Data) GetUpdateTime() *timestamppb.Timestamp

func (*Data) ProtoMessage

func (*Data) ProtoMessage()

func (*Data) ProtoReflect

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

func (*Data) Reset

func (x *Data) Reset()

func (*Data) String

func (x *Data) String() string

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 (*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 (*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 DeleteMetaResponse_Status

type DeleteMetaResponse_Status struct {
	Status *status.Status `protobuf:"bytes,2,opt,name=status,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 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 GetMetaListResponse_Status

type GetMetaListResponse_Status struct {
	Status *status.Status `protobuf:"bytes,2,opt,name=status,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 GetMetaResponse_Status struct {
	Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3,oneof"`
}

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

Deprecated: Use Issue.ProtoReflect.Descriptor instead.

func (*Issue) GetAuthor

func (x *Issue) GetAuthor() *User

func (*Issue) GetBranches

func (x *Issue) GetBranches() []*Branch

func (*Issue) GetComments

func (x *Issue) GetComments() []*Comment

func (*Issue) GetContributers

func (x *Issue) GetContributers() []string

func (*Issue) GetCreateTime

func (x *Issue) GetCreateTime() *timestamppb.Timestamp

func (*Issue) GetData

func (x *Issue) GetData() []*Data

func (*Issue) GetDecided

func (x *Issue) GetDecided() string

func (*Issue) GetDesc

func (x *Issue) GetDesc() string

func (*Issue) GetId

func (x *Issue) GetId() string

func (*Issue) GetOperator

func (x *Issue) GetOperator() string

func (*Issue) GetResults

func (x *Issue) GetResults() []*AnalyzedResult

func (*Issue) GetTitle

func (x *Issue) GetTitle() string

func (*Issue) ProtoMessage

func (*Issue) ProtoMessage()

func (*Issue) ProtoReflect

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

func (*Issue) Reset

func (x *Issue) Reset()

func (*Issue) String

func (x *Issue) String() string

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.

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

Deprecated: Use Meta.ProtoReflect.Descriptor instead.

func (*Meta) GetCreateTime

func (x *Meta) GetCreateTime() *timestamppb.Timestamp

func (*Meta) GetId

func (x *Meta) GetId() uint32

func (*Meta) GetMetaBody

func (x *Meta) GetMetaBody() *MetaBody

func (*Meta) GetUpdateTime

func (x *Meta) GetUpdateTime() *timestamppb.Timestamp

func (*Meta) ProtoMessage

func (*Meta) ProtoMessage()

func (*Meta) ProtoReflect

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

func (*Meta) Reset

func (x *Meta) Reset()

func (*Meta) String

func (x *Meta) String() string

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

Deprecated: Use MetaBody.ProtoReflect.Descriptor instead.

func (*MetaBody) GetDesc

func (x *MetaBody) GetDesc() string

func (*MetaBody) GetIsAvailable

func (x *MetaBody) GetIsAvailable() bool

func (*MetaBody) GetName

func (x *MetaBody) GetName() string

func (*MetaBody) GetParamDef

func (x *MetaBody) GetParamDef() map[string]string

func (*MetaBody) ProtoMessage

func (*MetaBody) ProtoMessage()

func (*MetaBody) ProtoReflect

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

func (*MetaBody) Reset

func (x *MetaBody) Reset()

func (*MetaBody) String

func (x *MetaBody) String() string

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

Deprecated: Use Metrics.ProtoReflect.Descriptor instead.

func (*Metrics) GetErrorRate

func (x *Metrics) GetErrorRate() float32

func (*Metrics) GetId

func (x *Metrics) GetId() uint32

func (*Metrics) GetMeanOfDuring

func (x *Metrics) GetMeanOfDuring() int32

func (*Metrics) GetSumOfUse

func (x *Metrics) GetSumOfUse() int32

func (*Metrics) ProtoMessage

func (*Metrics) ProtoMessage()

func (*Metrics) ProtoReflect

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

func (*Metrics) Reset

func (x *Metrics) Reset()

func (*Metrics) String

func (x *Metrics) String() string

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_Status struct {
	Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3,oneof"`
}

type PutMetaResponse_UpdateTime

type PutMetaResponse_UpdateTime struct {
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=update_time,json=updateTime,proto3,oneof"`
}

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

Deprecated: Use TowPData.ProtoReflect.Descriptor instead.

func (*TowPData) GetDataP1

func (x *TowPData) GetDataP1() []int32

func (*TowPData) GetDataP2

func (x *TowPData) GetDataP2() []int32

func (*TowPData) GetP1

func (x *TowPData) GetP1() float32

func (*TowPData) ProtoMessage

func (*TowPData) ProtoMessage()

func (*TowPData) ProtoReflect

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

func (*TowPData) Reset

func (x *TowPData) Reset()

func (*TowPData) String

func (x *TowPData) String() string

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 (*UnDeleteIssueInternalRequest) Reset

func (x *UnDeleteIssueInternalRequest) Reset()

func (*UnDeleteIssueInternalRequest) 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 (*UnDeleteIssueInternalResponse) ProtoMessage

func (*UnDeleteIssueInternalResponse) ProtoMessage()

func (*UnDeleteIssueInternalResponse) ProtoReflect

func (*UnDeleteIssueInternalResponse) Reset

func (x *UnDeleteIssueInternalResponse) Reset()

func (*UnDeleteIssueInternalResponse) 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) DeleteMeta

func (UnimplementedAnalyzeServiceServer) GetMeta

func (UnimplementedAnalyzeServiceServer) GetMetaList

func (UnimplementedAnalyzeServiceServer) GetMetrics

func (UnimplementedAnalyzeServiceServer) MaxEmv

func (UnimplementedAnalyzeServiceServer) PutMeta

type UnimplementedIssueServiceServer

type UnimplementedIssueServiceServer struct {
}

UnimplementedIssueServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedIssueServiceServer) AddAnalyzedResult

func (UnimplementedIssueServiceServer) CreateData

func (UnimplementedIssueServiceServer) CreateIssue

func (UnimplementedIssueServiceServer) DecideBranch

func (UnimplementedIssueServiceServer) DeleteData

func (UnimplementedIssueServiceServer) DeleteIssue

func (UnimplementedIssueServiceServer) ExportIssue

func (UnimplementedIssueServiceServer) GetData

func (UnimplementedIssueServiceServer) GetIssue

func (UnimplementedIssueServiceServer) ListData

func (UnimplementedIssueServiceServer) ListIssues

func (UnimplementedIssueServiceServer) UnDeleteData

func (UnimplementedIssueServiceServer) UnDeleteIssue

func (UnimplementedIssueServiceServer) UpdateData

func (UnimplementedIssueServiceServer) UpdateIssue

type UnimplementedUserServiceServer

type UnimplementedUserServiceServer struct {
}

UnimplementedUserServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedUserServiceServer) CreateUser

func (UnimplementedUserServiceServer) DeleteUser

func (UnimplementedUserServiceServer) GetUser

func (UnimplementedUserServiceServer) ListUsers

func (UnimplementedUserServiceServer) UnDeleteUser

func (UnimplementedUserServiceServer) UpdateUser

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetCreateTime

func (x *User) GetCreateTime() *timestamppb.Timestamp

func (*User) GetId

func (x *User) GetId() string

func (*User) GetName

func (x *User) GetName() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

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.

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

Jump to

Keyboard shortcuts

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