Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterChartServiceHTTPServer(s *http.Server, srv ChartServiceHTTPServer)
- func RegisterChartServiceServer(s grpc.ServiceRegistrar, srv ChartServiceServer)
- func RegisterProfileServiceHTTPServer(s *http.Server, srv ProfileServiceHTTPServer)
- func RegisterProfileServiceServer(s grpc.ServiceRegistrar, srv ProfileServiceServer)
- type ChartServiceClient
- type ChartServiceHTTPClient
- type ChartServiceHTTPClientImpl
- func (c *ChartServiceHTTPClientImpl) DeleteChart(ctx context.Context, in *DeleteChartRequest, opts ...http.CallOption) (*DeleteChartResponse, error)
- func (c *ChartServiceHTTPClientImpl) DeleteStudyTemplates(ctx context.Context, in *DeleteStudyTemplatesRequest, opts ...http.CallOption) (*DeleteStudyTemplatesResponse, error)
- func (c *ChartServiceHTTPClientImpl) ListChart(ctx context.Context, in *ListChartRequest, opts ...http.CallOption) (*ListChartResponse, error)
- func (c *ChartServiceHTTPClientImpl) ListStudyTemplate(ctx context.Context, in *ListStudyTemplateRequest, opts ...http.CallOption) (*ListStudyTemplateResponse, error)
- func (c *ChartServiceHTTPClientImpl) LoadChart(ctx context.Context, in *LoadChartRequest, opts ...http.CallOption) (*LoadChartResponse, error)
- func (c *ChartServiceHTTPClientImpl) LoadStudyTemplate(ctx context.Context, in *LoadStudyTemplateRequest, opts ...http.CallOption) (*LoadStudyTemplateResponse, error)
- func (c *ChartServiceHTTPClientImpl) SaveAsChart(ctx context.Context, in *SaveAsChartRequest, opts ...http.CallOption) (*SaveAsChartResponse, error)
- func (c *ChartServiceHTTPClientImpl) SaveChart(ctx context.Context, in *SaveChartRequest, opts ...http.CallOption) (*SaveChartResponse, error)
- func (c *ChartServiceHTTPClientImpl) SaveStudyTemplate(ctx context.Context, in *SaveStudyTemplateRequest, opts ...http.CallOption) (*SaveStudyTemplateResponse, error)
- type ChartServiceHTTPServer
- type ChartServiceServer
- type DeleteChartRequest
- func (*DeleteChartRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteChartRequest) GetChartId() uint32
- func (x *DeleteChartRequest) GetClientId() string
- func (x *DeleteChartRequest) GetUserId() string
- func (*DeleteChartRequest) ProtoMessage()
- func (x *DeleteChartRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteChartRequest) Reset()
- func (x *DeleteChartRequest) String() string
- type DeleteChartResponse
- func (*DeleteChartResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteChartResponse) GetStatus() string
- func (*DeleteChartResponse) ProtoMessage()
- func (x *DeleteChartResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteChartResponse) Reset()
- func (x *DeleteChartResponse) String() string
- type DeleteStudyTemplatesRequest
- func (*DeleteStudyTemplatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteStudyTemplatesRequest) GetClientId() string
- func (x *DeleteStudyTemplatesRequest) GetName() string
- func (x *DeleteStudyTemplatesRequest) GetUserId() string
- func (*DeleteStudyTemplatesRequest) ProtoMessage()
- func (x *DeleteStudyTemplatesRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteStudyTemplatesRequest) Reset()
- func (x *DeleteStudyTemplatesRequest) String() string
- type DeleteStudyTemplatesResponse
- func (*DeleteStudyTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteStudyTemplatesResponse) GetStatus() string
- func (*DeleteStudyTemplatesResponse) ProtoMessage()
- func (x *DeleteStudyTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteStudyTemplatesResponse) Reset()
- func (x *DeleteStudyTemplatesResponse) String() string
- type GetListUserProfileInternalRequest
- func (*GetListUserProfileInternalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetListUserProfileInternalRequest) GetUserIds() []string
- func (*GetListUserProfileInternalRequest) ProtoMessage()
- func (x *GetListUserProfileInternalRequest) ProtoReflect() protoreflect.Message
- func (x *GetListUserProfileInternalRequest) Reset()
- func (x *GetListUserProfileInternalRequest) String() string
- type GetListUserProfileResponse
- func (*GetListUserProfileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetListUserProfileResponse) GetCode() int64
- func (x *GetListUserProfileResponse) GetData() []*UserProfile
- func (x *GetListUserProfileResponse) GetMsg() string
- func (x *GetListUserProfileResponse) GetMsgKey() string
- func (*GetListUserProfileResponse) ProtoMessage()
- func (x *GetListUserProfileResponse) ProtoReflect() protoreflect.Message
- func (x *GetListUserProfileResponse) Reset()
- func (x *GetListUserProfileResponse) String() string
- type GetUserProfileInternalRequest
- func (*GetUserProfileInternalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserProfileInternalRequest) GetEmail() string
- func (x *GetUserProfileInternalRequest) GetUserId() string
- func (*GetUserProfileInternalRequest) ProtoMessage()
- func (x *GetUserProfileInternalRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserProfileInternalRequest) Reset()
- func (x *GetUserProfileInternalRequest) String() string
- type GetUserProfileResponse
- func (*GetUserProfileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserProfileResponse) GetCode() int64
- func (x *GetUserProfileResponse) GetData() *UserProfile
- func (x *GetUserProfileResponse) GetMsg() string
- func (x *GetUserProfileResponse) GetMsgKey() string
- func (*GetUserProfileResponse) ProtoMessage()
- func (x *GetUserProfileResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserProfileResponse) Reset()
- func (x *GetUserProfileResponse) String() string
- type ListChartRequest
- func (*ListChartRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListChartRequest) GetClientId() string
- func (x *ListChartRequest) GetUserId() string
- func (*ListChartRequest) ProtoMessage()
- func (x *ListChartRequest) ProtoReflect() protoreflect.Message
- func (x *ListChartRequest) Reset()
- func (x *ListChartRequest) String() string
- type ListChartResponse
- func (*ListChartResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListChartResponse) GetData() []*ListChartResponse_Data
- func (x *ListChartResponse) GetStatus() string
- func (*ListChartResponse) ProtoMessage()
- func (x *ListChartResponse) ProtoReflect() protoreflect.Message
- func (x *ListChartResponse) Reset()
- func (x *ListChartResponse) String() string
- type ListChartResponse_Data
- func (*ListChartResponse_Data) Descriptor() ([]byte, []int)deprecated
- func (x *ListChartResponse_Data) GetId() uint32
- func (x *ListChartResponse_Data) GetName() string
- func (x *ListChartResponse_Data) GetResolution() string
- func (x *ListChartResponse_Data) GetSymbol() string
- func (x *ListChartResponse_Data) GetTimestamp() uint32
- func (*ListChartResponse_Data) ProtoMessage()
- func (x *ListChartResponse_Data) ProtoReflect() protoreflect.Message
- func (x *ListChartResponse_Data) Reset()
- func (x *ListChartResponse_Data) String() string
- type ListStudyTemplateRequest
- func (*ListStudyTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListStudyTemplateRequest) GetClientId() string
- func (x *ListStudyTemplateRequest) GetUserId() string
- func (*ListStudyTemplateRequest) ProtoMessage()
- func (x *ListStudyTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *ListStudyTemplateRequest) Reset()
- func (x *ListStudyTemplateRequest) String() string
- type ListStudyTemplateResponse
- func (*ListStudyTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListStudyTemplateResponse) GetData() []*ListStudyTemplateResponse_Data
- func (x *ListStudyTemplateResponse) GetStatus() string
- func (*ListStudyTemplateResponse) ProtoMessage()
- func (x *ListStudyTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *ListStudyTemplateResponse) Reset()
- func (x *ListStudyTemplateResponse) String() string
- type ListStudyTemplateResponse_Data
- func (*ListStudyTemplateResponse_Data) Descriptor() ([]byte, []int)deprecated
- func (x *ListStudyTemplateResponse_Data) GetName() string
- func (*ListStudyTemplateResponse_Data) ProtoMessage()
- func (x *ListStudyTemplateResponse_Data) ProtoReflect() protoreflect.Message
- func (x *ListStudyTemplateResponse_Data) Reset()
- func (x *ListStudyTemplateResponse_Data) String() string
- type ListenUserAccountRequest
- func (*ListenUserAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListenUserAccountRequest) GetEvent() string
- func (x *ListenUserAccountRequest) GetInstanceId() string
- func (x *ListenUserAccountRequest) GetReferralCode() string
- func (x *ListenUserAccountRequest) GetUser() *ListenUserAccountRequest_User
- func (*ListenUserAccountRequest) ProtoMessage()
- func (x *ListenUserAccountRequest) ProtoReflect() protoreflect.Message
- func (x *ListenUserAccountRequest) Reset()
- func (x *ListenUserAccountRequest) String() string
- type ListenUserAccountRequest_User
- func (*ListenUserAccountRequest_User) Descriptor() ([]byte, []int)deprecated
- func (x *ListenUserAccountRequest_User) GetEmail() string
- func (x *ListenUserAccountRequest_User) GetEmailConfirmedAt() *timestamppb.Timestamp
- func (x *ListenUserAccountRequest_User) GetId() string
- func (x *ListenUserAccountRequest_User) GetIsSsoUser() bool
- func (x *ListenUserAccountRequest_User) GetPhone() string
- func (x *ListenUserAccountRequest_User) GetPhoneConfirmedAt() *timestamppb.Timestamp
- func (x *ListenUserAccountRequest_User) GetRole() string
- func (x *ListenUserAccountRequest_User) GetUserMetadata() *structpb.Struct
- func (*ListenUserAccountRequest_User) ProtoMessage()
- func (x *ListenUserAccountRequest_User) ProtoReflect() protoreflect.Message
- func (x *ListenUserAccountRequest_User) Reset()
- func (x *ListenUserAccountRequest_User) String() string
- type LoadChartRequest
- func (*LoadChartRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LoadChartRequest) GetChartId() uint32
- func (x *LoadChartRequest) GetClientId() string
- func (x *LoadChartRequest) GetUserId() string
- func (*LoadChartRequest) ProtoMessage()
- func (x *LoadChartRequest) ProtoReflect() protoreflect.Message
- func (x *LoadChartRequest) Reset()
- func (x *LoadChartRequest) String() string
- type LoadChartResponse
- func (*LoadChartResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LoadChartResponse) GetData() *LoadChartResponse_Data
- func (x *LoadChartResponse) GetStatus() string
- func (*LoadChartResponse) ProtoMessage()
- func (x *LoadChartResponse) ProtoReflect() protoreflect.Message
- func (x *LoadChartResponse) Reset()
- func (x *LoadChartResponse) String() string
- type LoadChartResponse_Data
- func (*LoadChartResponse_Data) Descriptor() ([]byte, []int)deprecated
- func (x *LoadChartResponse_Data) GetContent() string
- func (x *LoadChartResponse_Data) GetId() uint32
- func (x *LoadChartResponse_Data) GetName() string
- func (x *LoadChartResponse_Data) GetTimestamp() uint32
- func (*LoadChartResponse_Data) ProtoMessage()
- func (x *LoadChartResponse_Data) ProtoReflect() protoreflect.Message
- func (x *LoadChartResponse_Data) Reset()
- func (x *LoadChartResponse_Data) String() string
- type LoadStudyTemplateRequest
- func (*LoadStudyTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LoadStudyTemplateRequest) GetChartId() uint32
- func (x *LoadStudyTemplateRequest) GetClientId() string
- func (x *LoadStudyTemplateRequest) GetName() string
- func (x *LoadStudyTemplateRequest) GetUserId() string
- func (*LoadStudyTemplateRequest) ProtoMessage()
- func (x *LoadStudyTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *LoadStudyTemplateRequest) Reset()
- func (x *LoadStudyTemplateRequest) String() string
- type LoadStudyTemplateResponse
- func (*LoadStudyTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LoadStudyTemplateResponse) GetData() *LoadStudyTemplateResponse_Data
- func (x *LoadStudyTemplateResponse) GetStatus() string
- func (*LoadStudyTemplateResponse) ProtoMessage()
- func (x *LoadStudyTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *LoadStudyTemplateResponse) Reset()
- func (x *LoadStudyTemplateResponse) String() string
- type LoadStudyTemplateResponse_Data
- func (*LoadStudyTemplateResponse_Data) Descriptor() ([]byte, []int)deprecated
- func (x *LoadStudyTemplateResponse_Data) GetContent() string
- func (x *LoadStudyTemplateResponse_Data) GetName() string
- func (*LoadStudyTemplateResponse_Data) ProtoMessage()
- func (x *LoadStudyTemplateResponse_Data) ProtoReflect() protoreflect.Message
- func (x *LoadStudyTemplateResponse_Data) Reset()
- func (x *LoadStudyTemplateResponse_Data) String() string
- type ProfileServiceClient
- type ProfileServiceHTTPClient
- type ProfileServiceHTTPClientImpl
- func (c *ProfileServiceHTTPClientImpl) GetListUserProfileInternal(ctx context.Context, in *GetListUserProfileInternalRequest, ...) (*GetListUserProfileResponse, error)
- func (c *ProfileServiceHTTPClientImpl) GetUserProfile(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserProfileResponse, error)
- func (c *ProfileServiceHTTPClientImpl) GetUserProfileInternal(ctx context.Context, in *GetUserProfileInternalRequest, ...) (*GetUserProfileResponse, error)
- func (c *ProfileServiceHTTPClientImpl) ListenUserAccount(ctx context.Context, in *ListenUserAccountRequest, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *ProfileServiceHTTPClientImpl) UpdateLanguage(ctx context.Context, in *UpdateLanguageRequest, opts ...http.CallOption) (*UpdateLanguageResponse, error)
- type ProfileServiceHTTPServer
- type ProfileServiceServer
- type SaveAsChartRequest
- func (*SaveAsChartRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SaveAsChartRequest) GetChartId() uint32
- func (x *SaveAsChartRequest) GetClientId() string
- func (x *SaveAsChartRequest) GetContent() string
- func (x *SaveAsChartRequest) GetName() string
- func (x *SaveAsChartRequest) GetResolution() string
- func (x *SaveAsChartRequest) GetSymbol() string
- func (x *SaveAsChartRequest) GetUserId() string
- func (*SaveAsChartRequest) ProtoMessage()
- func (x *SaveAsChartRequest) ProtoReflect() protoreflect.Message
- func (x *SaveAsChartRequest) Reset()
- func (x *SaveAsChartRequest) String() string
- type SaveAsChartResponse
- func (*SaveAsChartResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SaveAsChartResponse) GetStatus() string
- func (*SaveAsChartResponse) ProtoMessage()
- func (x *SaveAsChartResponse) ProtoReflect() protoreflect.Message
- func (x *SaveAsChartResponse) Reset()
- func (x *SaveAsChartResponse) String() string
- type SaveChartRequest
- func (*SaveChartRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SaveChartRequest) GetClientId() string
- func (x *SaveChartRequest) GetContent() string
- func (x *SaveChartRequest) GetName() string
- func (x *SaveChartRequest) GetResolution() string
- func (x *SaveChartRequest) GetSymbol() string
- func (x *SaveChartRequest) GetUserId() string
- func (*SaveChartRequest) ProtoMessage()
- func (x *SaveChartRequest) ProtoReflect() protoreflect.Message
- func (x *SaveChartRequest) Reset()
- func (x *SaveChartRequest) String() string
- type SaveChartResponse
- func (*SaveChartResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SaveChartResponse) GetId() uint32
- func (x *SaveChartResponse) GetStatus() string
- func (*SaveChartResponse) ProtoMessage()
- func (x *SaveChartResponse) ProtoReflect() protoreflect.Message
- func (x *SaveChartResponse) Reset()
- func (x *SaveChartResponse) String() string
- type SaveStudyTemplateRequest
- func (*SaveStudyTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SaveStudyTemplateRequest) GetClientId() string
- func (x *SaveStudyTemplateRequest) GetContent() string
- func (x *SaveStudyTemplateRequest) GetName() string
- func (x *SaveStudyTemplateRequest) GetUserId() string
- func (*SaveStudyTemplateRequest) ProtoMessage()
- func (x *SaveStudyTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *SaveStudyTemplateRequest) Reset()
- func (x *SaveStudyTemplateRequest) String() string
- type SaveStudyTemplateResponse
- func (*SaveStudyTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SaveStudyTemplateResponse) GetStatus() string
- func (*SaveStudyTemplateResponse) ProtoMessage()
- func (x *SaveStudyTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *SaveStudyTemplateResponse) Reset()
- func (x *SaveStudyTemplateResponse) String() string
- type UnimplementedChartServiceServer
- func (UnimplementedChartServiceServer) DeleteChart(context.Context, *DeleteChartRequest) (*DeleteChartResponse, error)
- func (UnimplementedChartServiceServer) DeleteStudyTemplates(context.Context, *DeleteStudyTemplatesRequest) (*DeleteStudyTemplatesResponse, error)
- func (UnimplementedChartServiceServer) ListChart(context.Context, *ListChartRequest) (*ListChartResponse, error)
- func (UnimplementedChartServiceServer) ListStudyTemplate(context.Context, *ListStudyTemplateRequest) (*ListStudyTemplateResponse, error)
- func (UnimplementedChartServiceServer) LoadChart(context.Context, *LoadChartRequest) (*LoadChartResponse, error)
- func (UnimplementedChartServiceServer) LoadStudyTemplate(context.Context, *LoadStudyTemplateRequest) (*LoadStudyTemplateResponse, error)
- func (UnimplementedChartServiceServer) SaveAsChart(context.Context, *SaveAsChartRequest) (*SaveAsChartResponse, error)
- func (UnimplementedChartServiceServer) SaveChart(context.Context, *SaveChartRequest) (*SaveChartResponse, error)
- func (UnimplementedChartServiceServer) SaveStudyTemplate(context.Context, *SaveStudyTemplateRequest) (*SaveStudyTemplateResponse, error)
- type UnimplementedProfileServiceServer
- func (UnimplementedProfileServiceServer) GetListUserProfileInternal(context.Context, *GetListUserProfileInternalRequest) (*GetListUserProfileResponse, error)
- func (UnimplementedProfileServiceServer) GetUserProfile(context.Context, *emptypb.Empty) (*GetUserProfileResponse, error)
- func (UnimplementedProfileServiceServer) GetUserProfileInternal(context.Context, *GetUserProfileInternalRequest) (*GetUserProfileResponse, error)
- func (UnimplementedProfileServiceServer) ListenUserAccount(context.Context, *ListenUserAccountRequest) (*emptypb.Empty, error)
- func (UnimplementedProfileServiceServer) UpdateLanguage(context.Context, *UpdateLanguageRequest) (*UpdateLanguageResponse, error)
- type UnsafeChartServiceServer
- type UnsafeProfileServiceServer
- type UpdateLanguageRequest
- func (*UpdateLanguageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateLanguageRequest) GetLanguage() string
- func (*UpdateLanguageRequest) ProtoMessage()
- func (x *UpdateLanguageRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateLanguageRequest) Reset()
- func (x *UpdateLanguageRequest) String() string
- type UpdateLanguageResponse
- func (*UpdateLanguageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateLanguageResponse) GetCode() int64
- func (x *UpdateLanguageResponse) GetData() *UserProfile
- func (x *UpdateLanguageResponse) GetMsg() string
- func (x *UpdateLanguageResponse) GetMsgKey() string
- func (*UpdateLanguageResponse) ProtoMessage()
- func (x *UpdateLanguageResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateLanguageResponse) Reset()
- func (x *UpdateLanguageResponse) String() string
- type UserProfile
- func (*UserProfile) Descriptor() ([]byte, []int)deprecated
- func (x *UserProfile) GetCreatedAt() *timestamppb.Timestamp
- func (x *UserProfile) GetEmail() string
- func (x *UserProfile) GetEmailConfirmedAt() *timestamppb.Timestamp
- func (x *UserProfile) GetFullName() string
- func (x *UserProfile) GetId() string
- func (x *UserProfile) GetIsSsoUser() bool
- func (x *UserProfile) GetLanguage() string
- func (x *UserProfile) GetPhone() string
- func (x *UserProfile) GetPhoneConfirmedAt() *timestamppb.Timestamp
- func (x *UserProfile) GetRole() string
- func (*UserProfile) ProtoMessage()
- func (x *UserProfile) ProtoReflect() protoreflect.Message
- func (x *UserProfile) Reset()
- func (x *UserProfile) String() string
Constants ¶
const ( ChartService_ListChart_FullMethodName = "/profile.v1.ChartService/ListChart" ChartService_SaveChart_FullMethodName = "/profile.v1.ChartService/SaveChart" ChartService_SaveAsChart_FullMethodName = "/profile.v1.ChartService/SaveAsChart" ChartService_LoadChart_FullMethodName = "/profile.v1.ChartService/LoadChart" ChartService_DeleteChart_FullMethodName = "/profile.v1.ChartService/DeleteChart" ChartService_ListStudyTemplate_FullMethodName = "/profile.v1.ChartService/ListStudyTemplate" ChartService_SaveStudyTemplate_FullMethodName = "/profile.v1.ChartService/SaveStudyTemplate" ChartService_LoadStudyTemplate_FullMethodName = "/profile.v1.ChartService/LoadStudyTemplate" ChartService_DeleteStudyTemplates_FullMethodName = "/profile.v1.ChartService/DeleteStudyTemplates" )
const ( ProfileService_ListenUserAccount_FullMethodName = "/profile.v1.ProfileService/ListenUserAccount" ProfileService_GetUserProfile_FullMethodName = "/profile.v1.ProfileService/GetUserProfile" ProfileService_GetUserProfileInternal_FullMethodName = "/profile.v1.ProfileService/GetUserProfileInternal" ProfileService_UpdateLanguage_FullMethodName = "/profile.v1.ProfileService/UpdateLanguage" ProfileService_GetListUserProfileInternal_FullMethodName = "/profile.v1.ProfileService/GetListUserProfileInternal" )
const OperationChartServiceDeleteChart = "/profile.v1.ChartService/DeleteChart"
const OperationChartServiceDeleteStudyTemplates = "/profile.v1.ChartService/DeleteStudyTemplates"
const OperationChartServiceListChart = "/profile.v1.ChartService/ListChart"
const OperationChartServiceListStudyTemplate = "/profile.v1.ChartService/ListStudyTemplate"
const OperationChartServiceLoadChart = "/profile.v1.ChartService/LoadChart"
const OperationChartServiceLoadStudyTemplate = "/profile.v1.ChartService/LoadStudyTemplate"
const OperationChartServiceSaveAsChart = "/profile.v1.ChartService/SaveAsChart"
const OperationChartServiceSaveChart = "/profile.v1.ChartService/SaveChart"
const OperationChartServiceSaveStudyTemplate = "/profile.v1.ChartService/SaveStudyTemplate"
const OperationProfileServiceGetListUserProfileInternal = "/profile.v1.ProfileService/GetListUserProfileInternal"
const OperationProfileServiceGetUserProfile = "/profile.v1.ProfileService/GetUserProfile"
const OperationProfileServiceGetUserProfileInternal = "/profile.v1.ProfileService/GetUserProfileInternal"
const OperationProfileServiceListenUserAccount = "/profile.v1.ProfileService/ListenUserAccount"
const OperationProfileServiceUpdateLanguage = "/profile.v1.ProfileService/UpdateLanguage"
Variables ¶
var ChartService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "profile.v1.ChartService", HandlerType: (*ChartServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListChart", Handler: _ChartService_ListChart_Handler, }, { MethodName: "SaveChart", Handler: _ChartService_SaveChart_Handler, }, { MethodName: "SaveAsChart", Handler: _ChartService_SaveAsChart_Handler, }, { MethodName: "LoadChart", Handler: _ChartService_LoadChart_Handler, }, { MethodName: "DeleteChart", Handler: _ChartService_DeleteChart_Handler, }, { MethodName: "ListStudyTemplate", Handler: _ChartService_ListStudyTemplate_Handler, }, { MethodName: "SaveStudyTemplate", Handler: _ChartService_SaveStudyTemplate_Handler, }, { MethodName: "LoadStudyTemplate", Handler: _ChartService_LoadStudyTemplate_Handler, }, { MethodName: "DeleteStudyTemplates", Handler: _ChartService_DeleteStudyTemplates_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "profile/v1/chart.proto", }
ChartService_ServiceDesc is the grpc.ServiceDesc for ChartService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_profile_v1_chart_data_proto protoreflect.FileDescriptor
var File_profile_v1_chart_proto protoreflect.FileDescriptor
var File_profile_v1_profile_proto protoreflect.FileDescriptor
var ProfileService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "profile.v1.ProfileService", HandlerType: (*ProfileServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListenUserAccount", Handler: _ProfileService_ListenUserAccount_Handler, }, { MethodName: "GetUserProfile", Handler: _ProfileService_GetUserProfile_Handler, }, { MethodName: "GetUserProfileInternal", Handler: _ProfileService_GetUserProfileInternal_Handler, }, { MethodName: "UpdateLanguage", Handler: _ProfileService_UpdateLanguage_Handler, }, { MethodName: "GetListUserProfileInternal", Handler: _ProfileService_GetListUserProfileInternal_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "profile/v1/profile.proto", }
ProfileService_ServiceDesc is the grpc.ServiceDesc for ProfileService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterChartServiceHTTPServer ¶
func RegisterChartServiceHTTPServer(s *http.Server, srv ChartServiceHTTPServer)
func RegisterChartServiceServer ¶
func RegisterChartServiceServer(s grpc.ServiceRegistrar, srv ChartServiceServer)
func RegisterProfileServiceHTTPServer ¶
func RegisterProfileServiceHTTPServer(s *http.Server, srv ProfileServiceHTTPServer)
func RegisterProfileServiceServer ¶
func RegisterProfileServiceServer(s grpc.ServiceRegistrar, srv ProfileServiceServer)
Types ¶
type ChartServiceClient ¶
type ChartServiceClient interface { ListChart(ctx context.Context, in *ListChartRequest, opts ...grpc.CallOption) (*ListChartResponse, error) SaveChart(ctx context.Context, in *SaveChartRequest, opts ...grpc.CallOption) (*SaveChartResponse, error) SaveAsChart(ctx context.Context, in *SaveAsChartRequest, opts ...grpc.CallOption) (*SaveAsChartResponse, error) LoadChart(ctx context.Context, in *LoadChartRequest, opts ...grpc.CallOption) (*LoadChartResponse, error) DeleteChart(ctx context.Context, in *DeleteChartRequest, opts ...grpc.CallOption) (*DeleteChartResponse, error) ListStudyTemplate(ctx context.Context, in *ListStudyTemplateRequest, opts ...grpc.CallOption) (*ListStudyTemplateResponse, error) SaveStudyTemplate(ctx context.Context, in *SaveStudyTemplateRequest, opts ...grpc.CallOption) (*SaveStudyTemplateResponse, error) LoadStudyTemplate(ctx context.Context, in *LoadStudyTemplateRequest, opts ...grpc.CallOption) (*LoadStudyTemplateResponse, error) DeleteStudyTemplates(ctx context.Context, in *DeleteStudyTemplatesRequest, opts ...grpc.CallOption) (*DeleteStudyTemplatesResponse, error) }
ChartServiceClient is the client API for ChartService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewChartServiceClient ¶
func NewChartServiceClient(cc grpc.ClientConnInterface) ChartServiceClient
type ChartServiceHTTPClient ¶
type ChartServiceHTTPClient interface { DeleteChart(ctx context.Context, req *DeleteChartRequest, opts ...http.CallOption) (rsp *DeleteChartResponse, err error) DeleteStudyTemplates(ctx context.Context, req *DeleteStudyTemplatesRequest, opts ...http.CallOption) (rsp *DeleteStudyTemplatesResponse, err error) ListChart(ctx context.Context, req *ListChartRequest, opts ...http.CallOption) (rsp *ListChartResponse, err error) ListStudyTemplate(ctx context.Context, req *ListStudyTemplateRequest, opts ...http.CallOption) (rsp *ListStudyTemplateResponse, err error) LoadChart(ctx context.Context, req *LoadChartRequest, opts ...http.CallOption) (rsp *LoadChartResponse, err error) LoadStudyTemplate(ctx context.Context, req *LoadStudyTemplateRequest, opts ...http.CallOption) (rsp *LoadStudyTemplateResponse, err error) SaveAsChart(ctx context.Context, req *SaveAsChartRequest, opts ...http.CallOption) (rsp *SaveAsChartResponse, err error) SaveChart(ctx context.Context, req *SaveChartRequest, opts ...http.CallOption) (rsp *SaveChartResponse, err error) SaveStudyTemplate(ctx context.Context, req *SaveStudyTemplateRequest, opts ...http.CallOption) (rsp *SaveStudyTemplateResponse, err error) }
func NewChartServiceHTTPClient ¶
func NewChartServiceHTTPClient(client *http.Client) ChartServiceHTTPClient
type ChartServiceHTTPClientImpl ¶
type ChartServiceHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*ChartServiceHTTPClientImpl) DeleteChart ¶
func (c *ChartServiceHTTPClientImpl) DeleteChart(ctx context.Context, in *DeleteChartRequest, opts ...http.CallOption) (*DeleteChartResponse, error)
func (*ChartServiceHTTPClientImpl) DeleteStudyTemplates ¶
func (c *ChartServiceHTTPClientImpl) DeleteStudyTemplates(ctx context.Context, in *DeleteStudyTemplatesRequest, opts ...http.CallOption) (*DeleteStudyTemplatesResponse, error)
func (*ChartServiceHTTPClientImpl) ListChart ¶
func (c *ChartServiceHTTPClientImpl) ListChart(ctx context.Context, in *ListChartRequest, opts ...http.CallOption) (*ListChartResponse, error)
func (*ChartServiceHTTPClientImpl) ListStudyTemplate ¶
func (c *ChartServiceHTTPClientImpl) ListStudyTemplate(ctx context.Context, in *ListStudyTemplateRequest, opts ...http.CallOption) (*ListStudyTemplateResponse, error)
func (*ChartServiceHTTPClientImpl) LoadChart ¶
func (c *ChartServiceHTTPClientImpl) LoadChart(ctx context.Context, in *LoadChartRequest, opts ...http.CallOption) (*LoadChartResponse, error)
func (*ChartServiceHTTPClientImpl) LoadStudyTemplate ¶
func (c *ChartServiceHTTPClientImpl) LoadStudyTemplate(ctx context.Context, in *LoadStudyTemplateRequest, opts ...http.CallOption) (*LoadStudyTemplateResponse, error)
func (*ChartServiceHTTPClientImpl) SaveAsChart ¶
func (c *ChartServiceHTTPClientImpl) SaveAsChart(ctx context.Context, in *SaveAsChartRequest, opts ...http.CallOption) (*SaveAsChartResponse, error)
func (*ChartServiceHTTPClientImpl) SaveChart ¶
func (c *ChartServiceHTTPClientImpl) SaveChart(ctx context.Context, in *SaveChartRequest, opts ...http.CallOption) (*SaveChartResponse, error)
func (*ChartServiceHTTPClientImpl) SaveStudyTemplate ¶
func (c *ChartServiceHTTPClientImpl) SaveStudyTemplate(ctx context.Context, in *SaveStudyTemplateRequest, opts ...http.CallOption) (*SaveStudyTemplateResponse, error)
type ChartServiceHTTPServer ¶
type ChartServiceHTTPServer interface { DeleteChart(context.Context, *DeleteChartRequest) (*DeleteChartResponse, error) DeleteStudyTemplates(context.Context, *DeleteStudyTemplatesRequest) (*DeleteStudyTemplatesResponse, error) ListChart(context.Context, *ListChartRequest) (*ListChartResponse, error) ListStudyTemplate(context.Context, *ListStudyTemplateRequest) (*ListStudyTemplateResponse, error) LoadChart(context.Context, *LoadChartRequest) (*LoadChartResponse, error) LoadStudyTemplate(context.Context, *LoadStudyTemplateRequest) (*LoadStudyTemplateResponse, error) SaveAsChart(context.Context, *SaveAsChartRequest) (*SaveAsChartResponse, error) SaveChart(context.Context, *SaveChartRequest) (*SaveChartResponse, error) SaveStudyTemplate(context.Context, *SaveStudyTemplateRequest) (*SaveStudyTemplateResponse, error) }
type ChartServiceServer ¶
type ChartServiceServer interface { ListChart(context.Context, *ListChartRequest) (*ListChartResponse, error) SaveChart(context.Context, *SaveChartRequest) (*SaveChartResponse, error) SaveAsChart(context.Context, *SaveAsChartRequest) (*SaveAsChartResponse, error) LoadChart(context.Context, *LoadChartRequest) (*LoadChartResponse, error) DeleteChart(context.Context, *DeleteChartRequest) (*DeleteChartResponse, error) ListStudyTemplate(context.Context, *ListStudyTemplateRequest) (*ListStudyTemplateResponse, error) SaveStudyTemplate(context.Context, *SaveStudyTemplateRequest) (*SaveStudyTemplateResponse, error) LoadStudyTemplate(context.Context, *LoadStudyTemplateRequest) (*LoadStudyTemplateResponse, error) DeleteStudyTemplates(context.Context, *DeleteStudyTemplatesRequest) (*DeleteStudyTemplatesResponse, error) // contains filtered or unexported methods }
ChartServiceServer is the server API for ChartService service. All implementations must embed UnimplementedChartServiceServer for forward compatibility
type DeleteChartRequest ¶
type DeleteChartRequest struct { ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` ChartId uint32 `protobuf:"varint,3,opt,name=chart_id,json=chartId,proto3" json:"chart_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteChartRequest) Descriptor
deprecated
func (*DeleteChartRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteChartRequest.ProtoReflect.Descriptor instead.
func (*DeleteChartRequest) GetChartId ¶
func (x *DeleteChartRequest) GetChartId() uint32
func (*DeleteChartRequest) GetClientId ¶
func (x *DeleteChartRequest) GetClientId() string
func (*DeleteChartRequest) GetUserId ¶
func (x *DeleteChartRequest) GetUserId() string
func (*DeleteChartRequest) ProtoMessage ¶
func (*DeleteChartRequest) ProtoMessage()
func (*DeleteChartRequest) ProtoReflect ¶
func (x *DeleteChartRequest) ProtoReflect() protoreflect.Message
func (*DeleteChartRequest) Reset ¶
func (x *DeleteChartRequest) Reset()
func (*DeleteChartRequest) String ¶
func (x *DeleteChartRequest) String() string
type DeleteChartResponse ¶
type DeleteChartResponse struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*DeleteChartResponse) Descriptor
deprecated
func (*DeleteChartResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteChartResponse.ProtoReflect.Descriptor instead.
func (*DeleteChartResponse) GetStatus ¶
func (x *DeleteChartResponse) GetStatus() string
func (*DeleteChartResponse) ProtoMessage ¶
func (*DeleteChartResponse) ProtoMessage()
func (*DeleteChartResponse) ProtoReflect ¶
func (x *DeleteChartResponse) ProtoReflect() protoreflect.Message
func (*DeleteChartResponse) Reset ¶
func (x *DeleteChartResponse) Reset()
func (*DeleteChartResponse) String ¶
func (x *DeleteChartResponse) String() string
type DeleteStudyTemplatesRequest ¶
type DeleteStudyTemplatesRequest struct { ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DeleteStudyTemplatesRequest) Descriptor
deprecated
func (*DeleteStudyTemplatesRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteStudyTemplatesRequest.ProtoReflect.Descriptor instead.
func (*DeleteStudyTemplatesRequest) GetClientId ¶
func (x *DeleteStudyTemplatesRequest) GetClientId() string
func (*DeleteStudyTemplatesRequest) GetName ¶
func (x *DeleteStudyTemplatesRequest) GetName() string
func (*DeleteStudyTemplatesRequest) GetUserId ¶
func (x *DeleteStudyTemplatesRequest) GetUserId() string
func (*DeleteStudyTemplatesRequest) ProtoMessage ¶
func (*DeleteStudyTemplatesRequest) ProtoMessage()
func (*DeleteStudyTemplatesRequest) ProtoReflect ¶
func (x *DeleteStudyTemplatesRequest) ProtoReflect() protoreflect.Message
func (*DeleteStudyTemplatesRequest) Reset ¶
func (x *DeleteStudyTemplatesRequest) Reset()
func (*DeleteStudyTemplatesRequest) String ¶
func (x *DeleteStudyTemplatesRequest) String() string
type DeleteStudyTemplatesResponse ¶
type DeleteStudyTemplatesResponse struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*DeleteStudyTemplatesResponse) Descriptor
deprecated
func (*DeleteStudyTemplatesResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteStudyTemplatesResponse.ProtoReflect.Descriptor instead.
func (*DeleteStudyTemplatesResponse) GetStatus ¶
func (x *DeleteStudyTemplatesResponse) GetStatus() string
func (*DeleteStudyTemplatesResponse) ProtoMessage ¶
func (*DeleteStudyTemplatesResponse) ProtoMessage()
func (*DeleteStudyTemplatesResponse) ProtoReflect ¶
func (x *DeleteStudyTemplatesResponse) ProtoReflect() protoreflect.Message
func (*DeleteStudyTemplatesResponse) Reset ¶
func (x *DeleteStudyTemplatesResponse) Reset()
func (*DeleteStudyTemplatesResponse) String ¶
func (x *DeleteStudyTemplatesResponse) String() string
type GetListUserProfileInternalRequest ¶
type GetListUserProfileInternalRequest struct { UserIds []string `protobuf:"bytes,1,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"` // contains filtered or unexported fields }
func (*GetListUserProfileInternalRequest) Descriptor
deprecated
func (*GetListUserProfileInternalRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetListUserProfileInternalRequest.ProtoReflect.Descriptor instead.
func (*GetListUserProfileInternalRequest) GetUserIds ¶
func (x *GetListUserProfileInternalRequest) GetUserIds() []string
func (*GetListUserProfileInternalRequest) ProtoMessage ¶
func (*GetListUserProfileInternalRequest) ProtoMessage()
func (*GetListUserProfileInternalRequest) ProtoReflect ¶
func (x *GetListUserProfileInternalRequest) ProtoReflect() protoreflect.Message
func (*GetListUserProfileInternalRequest) Reset ¶
func (x *GetListUserProfileInternalRequest) Reset()
func (*GetListUserProfileInternalRequest) String ¶
func (x *GetListUserProfileInternalRequest) String() string
type GetListUserProfileResponse ¶
type GetListUserProfileResponse struct { Code int64 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"` MsgKey string `protobuf:"bytes,3,opt,name=msg_key,json=msgKey,proto3" json:"msg_key,omitempty"` Data []*UserProfile `protobuf:"bytes,4,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetListUserProfileResponse) Descriptor
deprecated
func (*GetListUserProfileResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetListUserProfileResponse.ProtoReflect.Descriptor instead.
func (*GetListUserProfileResponse) GetCode ¶
func (x *GetListUserProfileResponse) GetCode() int64
func (*GetListUserProfileResponse) GetData ¶
func (x *GetListUserProfileResponse) GetData() []*UserProfile
func (*GetListUserProfileResponse) GetMsg ¶
func (x *GetListUserProfileResponse) GetMsg() string
func (*GetListUserProfileResponse) GetMsgKey ¶
func (x *GetListUserProfileResponse) GetMsgKey() string
func (*GetListUserProfileResponse) ProtoMessage ¶
func (*GetListUserProfileResponse) ProtoMessage()
func (*GetListUserProfileResponse) ProtoReflect ¶
func (x *GetListUserProfileResponse) ProtoReflect() protoreflect.Message
func (*GetListUserProfileResponse) Reset ¶
func (x *GetListUserProfileResponse) Reset()
func (*GetListUserProfileResponse) String ¶
func (x *GetListUserProfileResponse) String() string
type GetUserProfileInternalRequest ¶
type GetUserProfileInternalRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` // contains filtered or unexported fields }
func (*GetUserProfileInternalRequest) Descriptor
deprecated
func (*GetUserProfileInternalRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserProfileInternalRequest.ProtoReflect.Descriptor instead.
func (*GetUserProfileInternalRequest) GetEmail ¶
func (x *GetUserProfileInternalRequest) GetEmail() string
func (*GetUserProfileInternalRequest) GetUserId ¶
func (x *GetUserProfileInternalRequest) GetUserId() string
func (*GetUserProfileInternalRequest) ProtoMessage ¶
func (*GetUserProfileInternalRequest) ProtoMessage()
func (*GetUserProfileInternalRequest) ProtoReflect ¶
func (x *GetUserProfileInternalRequest) ProtoReflect() protoreflect.Message
func (*GetUserProfileInternalRequest) Reset ¶
func (x *GetUserProfileInternalRequest) Reset()
func (*GetUserProfileInternalRequest) String ¶
func (x *GetUserProfileInternalRequest) String() string
type GetUserProfileResponse ¶
type GetUserProfileResponse struct { Code int64 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"` MsgKey string `protobuf:"bytes,3,opt,name=msg_key,json=msgKey,proto3" json:"msg_key,omitempty"` Data *UserProfile `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetUserProfileResponse) Descriptor
deprecated
func (*GetUserProfileResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserProfileResponse.ProtoReflect.Descriptor instead.
func (*GetUserProfileResponse) GetCode ¶
func (x *GetUserProfileResponse) GetCode() int64
func (*GetUserProfileResponse) GetData ¶
func (x *GetUserProfileResponse) GetData() *UserProfile
func (*GetUserProfileResponse) GetMsg ¶
func (x *GetUserProfileResponse) GetMsg() string
func (*GetUserProfileResponse) GetMsgKey ¶
func (x *GetUserProfileResponse) GetMsgKey() string
func (*GetUserProfileResponse) ProtoMessage ¶
func (*GetUserProfileResponse) ProtoMessage()
func (*GetUserProfileResponse) ProtoReflect ¶
func (x *GetUserProfileResponse) ProtoReflect() protoreflect.Message
func (*GetUserProfileResponse) Reset ¶
func (x *GetUserProfileResponse) Reset()
func (*GetUserProfileResponse) String ¶
func (x *GetUserProfileResponse) String() string
type ListChartRequest ¶
type ListChartRequest struct { ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*ListChartRequest) Descriptor
deprecated
func (*ListChartRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListChartRequest.ProtoReflect.Descriptor instead.
func (*ListChartRequest) GetClientId ¶
func (x *ListChartRequest) GetClientId() string
func (*ListChartRequest) GetUserId ¶
func (x *ListChartRequest) GetUserId() string
func (*ListChartRequest) ProtoMessage ¶
func (*ListChartRequest) ProtoMessage()
func (*ListChartRequest) ProtoReflect ¶
func (x *ListChartRequest) ProtoReflect() protoreflect.Message
func (*ListChartRequest) Reset ¶
func (x *ListChartRequest) Reset()
func (*ListChartRequest) String ¶
func (x *ListChartRequest) String() string
type ListChartResponse ¶
type ListChartResponse struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Data []*ListChartResponse_Data `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ListChartResponse) Descriptor
deprecated
func (*ListChartResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListChartResponse.ProtoReflect.Descriptor instead.
func (*ListChartResponse) GetData ¶
func (x *ListChartResponse) GetData() []*ListChartResponse_Data
func (*ListChartResponse) GetStatus ¶
func (x *ListChartResponse) GetStatus() string
func (*ListChartResponse) ProtoMessage ¶
func (*ListChartResponse) ProtoMessage()
func (*ListChartResponse) ProtoReflect ¶
func (x *ListChartResponse) ProtoReflect() protoreflect.Message
func (*ListChartResponse) Reset ¶
func (x *ListChartResponse) Reset()
func (*ListChartResponse) String ¶
func (x *ListChartResponse) String() string
type ListChartResponse_Data ¶
type ListChartResponse_Data struct { Timestamp uint32 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"` Resolution string `protobuf:"bytes,3,opt,name=resolution,proto3" json:"resolution,omitempty"` Id uint32 `protobuf:"varint,4,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ListChartResponse_Data) Descriptor
deprecated
func (*ListChartResponse_Data) Descriptor() ([]byte, []int)
Deprecated: Use ListChartResponse_Data.ProtoReflect.Descriptor instead.
func (*ListChartResponse_Data) GetId ¶
func (x *ListChartResponse_Data) GetId() uint32
func (*ListChartResponse_Data) GetName ¶
func (x *ListChartResponse_Data) GetName() string
func (*ListChartResponse_Data) GetResolution ¶
func (x *ListChartResponse_Data) GetResolution() string
func (*ListChartResponse_Data) GetSymbol ¶
func (x *ListChartResponse_Data) GetSymbol() string
func (*ListChartResponse_Data) GetTimestamp ¶
func (x *ListChartResponse_Data) GetTimestamp() uint32
func (*ListChartResponse_Data) ProtoMessage ¶
func (*ListChartResponse_Data) ProtoMessage()
func (*ListChartResponse_Data) ProtoReflect ¶
func (x *ListChartResponse_Data) ProtoReflect() protoreflect.Message
func (*ListChartResponse_Data) Reset ¶
func (x *ListChartResponse_Data) Reset()
func (*ListChartResponse_Data) String ¶
func (x *ListChartResponse_Data) String() string
type ListStudyTemplateRequest ¶
type ListStudyTemplateRequest struct { ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*ListStudyTemplateRequest) Descriptor
deprecated
func (*ListStudyTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListStudyTemplateRequest.ProtoReflect.Descriptor instead.
func (*ListStudyTemplateRequest) GetClientId ¶
func (x *ListStudyTemplateRequest) GetClientId() string
func (*ListStudyTemplateRequest) GetUserId ¶
func (x *ListStudyTemplateRequest) GetUserId() string
func (*ListStudyTemplateRequest) ProtoMessage ¶
func (*ListStudyTemplateRequest) ProtoMessage()
func (*ListStudyTemplateRequest) ProtoReflect ¶
func (x *ListStudyTemplateRequest) ProtoReflect() protoreflect.Message
func (*ListStudyTemplateRequest) Reset ¶
func (x *ListStudyTemplateRequest) Reset()
func (*ListStudyTemplateRequest) String ¶
func (x *ListStudyTemplateRequest) String() string
type ListStudyTemplateResponse ¶
type ListStudyTemplateResponse struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Data []*ListStudyTemplateResponse_Data `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ListStudyTemplateResponse) Descriptor
deprecated
func (*ListStudyTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListStudyTemplateResponse.ProtoReflect.Descriptor instead.
func (*ListStudyTemplateResponse) GetData ¶
func (x *ListStudyTemplateResponse) GetData() []*ListStudyTemplateResponse_Data
func (*ListStudyTemplateResponse) GetStatus ¶
func (x *ListStudyTemplateResponse) GetStatus() string
func (*ListStudyTemplateResponse) ProtoMessage ¶
func (*ListStudyTemplateResponse) ProtoMessage()
func (*ListStudyTemplateResponse) ProtoReflect ¶
func (x *ListStudyTemplateResponse) ProtoReflect() protoreflect.Message
func (*ListStudyTemplateResponse) Reset ¶
func (x *ListStudyTemplateResponse) Reset()
func (*ListStudyTemplateResponse) String ¶
func (x *ListStudyTemplateResponse) String() string
type ListStudyTemplateResponse_Data ¶
type ListStudyTemplateResponse_Data struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ListStudyTemplateResponse_Data) Descriptor
deprecated
func (*ListStudyTemplateResponse_Data) Descriptor() ([]byte, []int)
Deprecated: Use ListStudyTemplateResponse_Data.ProtoReflect.Descriptor instead.
func (*ListStudyTemplateResponse_Data) GetName ¶
func (x *ListStudyTemplateResponse_Data) GetName() string
func (*ListStudyTemplateResponse_Data) ProtoMessage ¶
func (*ListStudyTemplateResponse_Data) ProtoMessage()
func (*ListStudyTemplateResponse_Data) ProtoReflect ¶
func (x *ListStudyTemplateResponse_Data) ProtoReflect() protoreflect.Message
func (*ListStudyTemplateResponse_Data) Reset ¶
func (x *ListStudyTemplateResponse_Data) Reset()
func (*ListStudyTemplateResponse_Data) String ¶
func (x *ListStudyTemplateResponse_Data) String() string
type ListenUserAccountRequest ¶
type ListenUserAccountRequest struct { Event string `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"` InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` User *ListenUserAccountRequest_User `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` ReferralCode string `protobuf:"bytes,4,opt,name=referral_code,json=referralCode,proto3" json:"referral_code,omitempty"` // contains filtered or unexported fields }
func (*ListenUserAccountRequest) Descriptor
deprecated
func (*ListenUserAccountRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListenUserAccountRequest.ProtoReflect.Descriptor instead.
func (*ListenUserAccountRequest) GetEvent ¶
func (x *ListenUserAccountRequest) GetEvent() string
func (*ListenUserAccountRequest) GetInstanceId ¶
func (x *ListenUserAccountRequest) GetInstanceId() string
func (*ListenUserAccountRequest) GetReferralCode ¶
func (x *ListenUserAccountRequest) GetReferralCode() string
func (*ListenUserAccountRequest) GetUser ¶
func (x *ListenUserAccountRequest) GetUser() *ListenUserAccountRequest_User
func (*ListenUserAccountRequest) ProtoMessage ¶
func (*ListenUserAccountRequest) ProtoMessage()
func (*ListenUserAccountRequest) ProtoReflect ¶
func (x *ListenUserAccountRequest) ProtoReflect() protoreflect.Message
func (*ListenUserAccountRequest) Reset ¶
func (x *ListenUserAccountRequest) Reset()
func (*ListenUserAccountRequest) String ¶
func (x *ListenUserAccountRequest) String() string
type ListenUserAccountRequest_User ¶
type ListenUserAccountRequest_User struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` Role string `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"` IsSsoUser bool `protobuf:"varint,4,opt,name=is_sso_user,json=isSsoUser,proto3" json:"is_sso_user,omitempty"` EmailConfirmedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=email_confirmed_at,json=emailConfirmedAt,proto3" json:"email_confirmed_at,omitempty"` Phone string `protobuf:"bytes,6,opt,name=phone,proto3" json:"phone,omitempty"` PhoneConfirmedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=phone_confirmed_at,json=phoneConfirmedAt,proto3" json:"phone_confirmed_at,omitempty"` UserMetadata *structpb.Struct `protobuf:"bytes,8,opt,name=user_metadata,json=userMetadata,proto3" json:"user_metadata,omitempty"` // contains filtered or unexported fields }
func (*ListenUserAccountRequest_User) Descriptor
deprecated
func (*ListenUserAccountRequest_User) Descriptor() ([]byte, []int)
Deprecated: Use ListenUserAccountRequest_User.ProtoReflect.Descriptor instead.
func (*ListenUserAccountRequest_User) GetEmail ¶
func (x *ListenUserAccountRequest_User) GetEmail() string
func (*ListenUserAccountRequest_User) GetEmailConfirmedAt ¶
func (x *ListenUserAccountRequest_User) GetEmailConfirmedAt() *timestamppb.Timestamp
func (*ListenUserAccountRequest_User) GetId ¶
func (x *ListenUserAccountRequest_User) GetId() string
func (*ListenUserAccountRequest_User) GetIsSsoUser ¶
func (x *ListenUserAccountRequest_User) GetIsSsoUser() bool
func (*ListenUserAccountRequest_User) GetPhone ¶
func (x *ListenUserAccountRequest_User) GetPhone() string
func (*ListenUserAccountRequest_User) GetPhoneConfirmedAt ¶
func (x *ListenUserAccountRequest_User) GetPhoneConfirmedAt() *timestamppb.Timestamp
func (*ListenUserAccountRequest_User) GetRole ¶
func (x *ListenUserAccountRequest_User) GetRole() string
func (*ListenUserAccountRequest_User) GetUserMetadata ¶
func (x *ListenUserAccountRequest_User) GetUserMetadata() *structpb.Struct
func (*ListenUserAccountRequest_User) ProtoMessage ¶
func (*ListenUserAccountRequest_User) ProtoMessage()
func (*ListenUserAccountRequest_User) ProtoReflect ¶
func (x *ListenUserAccountRequest_User) ProtoReflect() protoreflect.Message
func (*ListenUserAccountRequest_User) Reset ¶
func (x *ListenUserAccountRequest_User) Reset()
func (*ListenUserAccountRequest_User) String ¶
func (x *ListenUserAccountRequest_User) String() string
type LoadChartRequest ¶
type LoadChartRequest struct { ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` ChartId uint32 `protobuf:"varint,3,opt,name=chart_id,json=chartId,proto3" json:"chart_id,omitempty"` // contains filtered or unexported fields }
func (*LoadChartRequest) Descriptor
deprecated
func (*LoadChartRequest) Descriptor() ([]byte, []int)
Deprecated: Use LoadChartRequest.ProtoReflect.Descriptor instead.
func (*LoadChartRequest) GetChartId ¶
func (x *LoadChartRequest) GetChartId() uint32
func (*LoadChartRequest) GetClientId ¶
func (x *LoadChartRequest) GetClientId() string
func (*LoadChartRequest) GetUserId ¶
func (x *LoadChartRequest) GetUserId() string
func (*LoadChartRequest) ProtoMessage ¶
func (*LoadChartRequest) ProtoMessage()
func (*LoadChartRequest) ProtoReflect ¶
func (x *LoadChartRequest) ProtoReflect() protoreflect.Message
func (*LoadChartRequest) Reset ¶
func (x *LoadChartRequest) Reset()
func (*LoadChartRequest) String ¶
func (x *LoadChartRequest) String() string
type LoadChartResponse ¶
type LoadChartResponse struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Data *LoadChartResponse_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*LoadChartResponse) Descriptor
deprecated
func (*LoadChartResponse) Descriptor() ([]byte, []int)
Deprecated: Use LoadChartResponse.ProtoReflect.Descriptor instead.
func (*LoadChartResponse) GetData ¶
func (x *LoadChartResponse) GetData() *LoadChartResponse_Data
func (*LoadChartResponse) GetStatus ¶
func (x *LoadChartResponse) GetStatus() string
func (*LoadChartResponse) ProtoMessage ¶
func (*LoadChartResponse) ProtoMessage()
func (*LoadChartResponse) ProtoReflect ¶
func (x *LoadChartResponse) ProtoReflect() protoreflect.Message
func (*LoadChartResponse) Reset ¶
func (x *LoadChartResponse) Reset()
func (*LoadChartResponse) String ¶
func (x *LoadChartResponse) String() string
type LoadChartResponse_Data ¶
type LoadChartResponse_Data struct { Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` Timestamp uint32 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Id uint32 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*LoadChartResponse_Data) Descriptor
deprecated
func (*LoadChartResponse_Data) Descriptor() ([]byte, []int)
Deprecated: Use LoadChartResponse_Data.ProtoReflect.Descriptor instead.
func (*LoadChartResponse_Data) GetContent ¶
func (x *LoadChartResponse_Data) GetContent() string
func (*LoadChartResponse_Data) GetId ¶
func (x *LoadChartResponse_Data) GetId() uint32
func (*LoadChartResponse_Data) GetName ¶
func (x *LoadChartResponse_Data) GetName() string
func (*LoadChartResponse_Data) GetTimestamp ¶
func (x *LoadChartResponse_Data) GetTimestamp() uint32
func (*LoadChartResponse_Data) ProtoMessage ¶
func (*LoadChartResponse_Data) ProtoMessage()
func (*LoadChartResponse_Data) ProtoReflect ¶
func (x *LoadChartResponse_Data) ProtoReflect() protoreflect.Message
func (*LoadChartResponse_Data) Reset ¶
func (x *LoadChartResponse_Data) Reset()
func (*LoadChartResponse_Data) String ¶
func (x *LoadChartResponse_Data) String() string
type LoadStudyTemplateRequest ¶
type LoadStudyTemplateRequest struct { ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` ChartId uint32 `protobuf:"varint,3,opt,name=chart_id,json=chartId,proto3" json:"chart_id,omitempty"` Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*LoadStudyTemplateRequest) Descriptor
deprecated
func (*LoadStudyTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use LoadStudyTemplateRequest.ProtoReflect.Descriptor instead.
func (*LoadStudyTemplateRequest) GetChartId ¶
func (x *LoadStudyTemplateRequest) GetChartId() uint32
func (*LoadStudyTemplateRequest) GetClientId ¶
func (x *LoadStudyTemplateRequest) GetClientId() string
func (*LoadStudyTemplateRequest) GetName ¶
func (x *LoadStudyTemplateRequest) GetName() string
func (*LoadStudyTemplateRequest) GetUserId ¶
func (x *LoadStudyTemplateRequest) GetUserId() string
func (*LoadStudyTemplateRequest) ProtoMessage ¶
func (*LoadStudyTemplateRequest) ProtoMessage()
func (*LoadStudyTemplateRequest) ProtoReflect ¶
func (x *LoadStudyTemplateRequest) ProtoReflect() protoreflect.Message
func (*LoadStudyTemplateRequest) Reset ¶
func (x *LoadStudyTemplateRequest) Reset()
func (*LoadStudyTemplateRequest) String ¶
func (x *LoadStudyTemplateRequest) String() string
type LoadStudyTemplateResponse ¶
type LoadStudyTemplateResponse struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Data *LoadStudyTemplateResponse_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*LoadStudyTemplateResponse) Descriptor
deprecated
func (*LoadStudyTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use LoadStudyTemplateResponse.ProtoReflect.Descriptor instead.
func (*LoadStudyTemplateResponse) GetData ¶
func (x *LoadStudyTemplateResponse) GetData() *LoadStudyTemplateResponse_Data
func (*LoadStudyTemplateResponse) GetStatus ¶
func (x *LoadStudyTemplateResponse) GetStatus() string
func (*LoadStudyTemplateResponse) ProtoMessage ¶
func (*LoadStudyTemplateResponse) ProtoMessage()
func (*LoadStudyTemplateResponse) ProtoReflect ¶
func (x *LoadStudyTemplateResponse) ProtoReflect() protoreflect.Message
func (*LoadStudyTemplateResponse) Reset ¶
func (x *LoadStudyTemplateResponse) Reset()
func (*LoadStudyTemplateResponse) String ¶
func (x *LoadStudyTemplateResponse) String() string
type LoadStudyTemplateResponse_Data ¶
type LoadStudyTemplateResponse_Data struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*LoadStudyTemplateResponse_Data) Descriptor
deprecated
func (*LoadStudyTemplateResponse_Data) Descriptor() ([]byte, []int)
Deprecated: Use LoadStudyTemplateResponse_Data.ProtoReflect.Descriptor instead.
func (*LoadStudyTemplateResponse_Data) GetContent ¶
func (x *LoadStudyTemplateResponse_Data) GetContent() string
func (*LoadStudyTemplateResponse_Data) GetName ¶
func (x *LoadStudyTemplateResponse_Data) GetName() string
func (*LoadStudyTemplateResponse_Data) ProtoMessage ¶
func (*LoadStudyTemplateResponse_Data) ProtoMessage()
func (*LoadStudyTemplateResponse_Data) ProtoReflect ¶
func (x *LoadStudyTemplateResponse_Data) ProtoReflect() protoreflect.Message
func (*LoadStudyTemplateResponse_Data) Reset ¶
func (x *LoadStudyTemplateResponse_Data) Reset()
func (*LoadStudyTemplateResponse_Data) String ¶
func (x *LoadStudyTemplateResponse_Data) String() string
type ProfileServiceClient ¶
type ProfileServiceClient interface { ListenUserAccount(ctx context.Context, in *ListenUserAccountRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) GetUserProfile(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetUserProfileResponse, error) GetUserProfileInternal(ctx context.Context, in *GetUserProfileInternalRequest, opts ...grpc.CallOption) (*GetUserProfileResponse, error) UpdateLanguage(ctx context.Context, in *UpdateLanguageRequest, opts ...grpc.CallOption) (*UpdateLanguageResponse, error) GetListUserProfileInternal(ctx context.Context, in *GetListUserProfileInternalRequest, opts ...grpc.CallOption) (*GetListUserProfileResponse, error) }
ProfileServiceClient is the client API for ProfileService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewProfileServiceClient ¶
func NewProfileServiceClient(cc grpc.ClientConnInterface) ProfileServiceClient
type ProfileServiceHTTPClient ¶
type ProfileServiceHTTPClient interface { GetListUserProfileInternal(ctx context.Context, req *GetListUserProfileInternalRequest, opts ...http.CallOption) (rsp *GetListUserProfileResponse, err error) GetUserProfile(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetUserProfileResponse, err error) GetUserProfileInternal(ctx context.Context, req *GetUserProfileInternalRequest, opts ...http.CallOption) (rsp *GetUserProfileResponse, err error) ListenUserAccount(ctx context.Context, req *ListenUserAccountRequest, opts ...http.CallOption) (rsp *emptypb.Empty, err error) UpdateLanguage(ctx context.Context, req *UpdateLanguageRequest, opts ...http.CallOption) (rsp *UpdateLanguageResponse, err error) }
func NewProfileServiceHTTPClient ¶
func NewProfileServiceHTTPClient(client *http.Client) ProfileServiceHTTPClient
type ProfileServiceHTTPClientImpl ¶
type ProfileServiceHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*ProfileServiceHTTPClientImpl) GetListUserProfileInternal ¶
func (c *ProfileServiceHTTPClientImpl) GetListUserProfileInternal(ctx context.Context, in *GetListUserProfileInternalRequest, opts ...http.CallOption) (*GetListUserProfileResponse, error)
func (*ProfileServiceHTTPClientImpl) GetUserProfile ¶
func (c *ProfileServiceHTTPClientImpl) GetUserProfile(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserProfileResponse, error)
func (*ProfileServiceHTTPClientImpl) GetUserProfileInternal ¶
func (c *ProfileServiceHTTPClientImpl) GetUserProfileInternal(ctx context.Context, in *GetUserProfileInternalRequest, opts ...http.CallOption) (*GetUserProfileResponse, error)
func (*ProfileServiceHTTPClientImpl) ListenUserAccount ¶
func (c *ProfileServiceHTTPClientImpl) ListenUserAccount(ctx context.Context, in *ListenUserAccountRequest, opts ...http.CallOption) (*emptypb.Empty, error)
func (*ProfileServiceHTTPClientImpl) UpdateLanguage ¶
func (c *ProfileServiceHTTPClientImpl) UpdateLanguage(ctx context.Context, in *UpdateLanguageRequest, opts ...http.CallOption) (*UpdateLanguageResponse, error)
type ProfileServiceHTTPServer ¶
type ProfileServiceHTTPServer interface { GetListUserProfileInternal(context.Context, *GetListUserProfileInternalRequest) (*GetListUserProfileResponse, error) GetUserProfile(context.Context, *emptypb.Empty) (*GetUserProfileResponse, error) GetUserProfileInternal(context.Context, *GetUserProfileInternalRequest) (*GetUserProfileResponse, error) ListenUserAccount(context.Context, *ListenUserAccountRequest) (*emptypb.Empty, error) UpdateLanguage(context.Context, *UpdateLanguageRequest) (*UpdateLanguageResponse, error) }
type ProfileServiceServer ¶
type ProfileServiceServer interface { ListenUserAccount(context.Context, *ListenUserAccountRequest) (*emptypb.Empty, error) GetUserProfile(context.Context, *emptypb.Empty) (*GetUserProfileResponse, error) GetUserProfileInternal(context.Context, *GetUserProfileInternalRequest) (*GetUserProfileResponse, error) UpdateLanguage(context.Context, *UpdateLanguageRequest) (*UpdateLanguageResponse, error) GetListUserProfileInternal(context.Context, *GetListUserProfileInternalRequest) (*GetListUserProfileResponse, error) // contains filtered or unexported methods }
ProfileServiceServer is the server API for ProfileService service. All implementations must embed UnimplementedProfileServiceServer for forward compatibility
type SaveAsChartRequest ¶
type SaveAsChartRequest struct { ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` ChartId uint32 `protobuf:"varint,3,opt,name=chart_id,json=chartId,proto3" json:"chart_id,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"` Symbol string `protobuf:"bytes,6,opt,name=symbol,proto3" json:"symbol,omitempty"` Resolution string `protobuf:"bytes,7,opt,name=resolution,proto3" json:"resolution,omitempty"` // contains filtered or unexported fields }
func (*SaveAsChartRequest) Descriptor
deprecated
func (*SaveAsChartRequest) Descriptor() ([]byte, []int)
Deprecated: Use SaveAsChartRequest.ProtoReflect.Descriptor instead.
func (*SaveAsChartRequest) GetChartId ¶
func (x *SaveAsChartRequest) GetChartId() uint32
func (*SaveAsChartRequest) GetClientId ¶
func (x *SaveAsChartRequest) GetClientId() string
func (*SaveAsChartRequest) GetContent ¶
func (x *SaveAsChartRequest) GetContent() string
func (*SaveAsChartRequest) GetName ¶
func (x *SaveAsChartRequest) GetName() string
func (*SaveAsChartRequest) GetResolution ¶
func (x *SaveAsChartRequest) GetResolution() string
func (*SaveAsChartRequest) GetSymbol ¶
func (x *SaveAsChartRequest) GetSymbol() string
func (*SaveAsChartRequest) GetUserId ¶
func (x *SaveAsChartRequest) GetUserId() string
func (*SaveAsChartRequest) ProtoMessage ¶
func (*SaveAsChartRequest) ProtoMessage()
func (*SaveAsChartRequest) ProtoReflect ¶
func (x *SaveAsChartRequest) ProtoReflect() protoreflect.Message
func (*SaveAsChartRequest) Reset ¶
func (x *SaveAsChartRequest) Reset()
func (*SaveAsChartRequest) String ¶
func (x *SaveAsChartRequest) String() string
type SaveAsChartResponse ¶
type SaveAsChartResponse struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*SaveAsChartResponse) Descriptor
deprecated
func (*SaveAsChartResponse) Descriptor() ([]byte, []int)
Deprecated: Use SaveAsChartResponse.ProtoReflect.Descriptor instead.
func (*SaveAsChartResponse) GetStatus ¶
func (x *SaveAsChartResponse) GetStatus() string
func (*SaveAsChartResponse) ProtoMessage ¶
func (*SaveAsChartResponse) ProtoMessage()
func (*SaveAsChartResponse) ProtoReflect ¶
func (x *SaveAsChartResponse) ProtoReflect() protoreflect.Message
func (*SaveAsChartResponse) Reset ¶
func (x *SaveAsChartResponse) Reset()
func (*SaveAsChartResponse) String ¶
func (x *SaveAsChartResponse) String() string
type SaveChartRequest ¶
type SaveChartRequest struct { ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"` Symbol string `protobuf:"bytes,5,opt,name=symbol,proto3" json:"symbol,omitempty"` Resolution string `protobuf:"bytes,6,opt,name=resolution,proto3" json:"resolution,omitempty"` // contains filtered or unexported fields }
func (*SaveChartRequest) Descriptor
deprecated
func (*SaveChartRequest) Descriptor() ([]byte, []int)
Deprecated: Use SaveChartRequest.ProtoReflect.Descriptor instead.
func (*SaveChartRequest) GetClientId ¶
func (x *SaveChartRequest) GetClientId() string
func (*SaveChartRequest) GetContent ¶
func (x *SaveChartRequest) GetContent() string
func (*SaveChartRequest) GetName ¶
func (x *SaveChartRequest) GetName() string
func (*SaveChartRequest) GetResolution ¶
func (x *SaveChartRequest) GetResolution() string
func (*SaveChartRequest) GetSymbol ¶
func (x *SaveChartRequest) GetSymbol() string
func (*SaveChartRequest) GetUserId ¶
func (x *SaveChartRequest) GetUserId() string
func (*SaveChartRequest) ProtoMessage ¶
func (*SaveChartRequest) ProtoMessage()
func (*SaveChartRequest) ProtoReflect ¶
func (x *SaveChartRequest) ProtoReflect() protoreflect.Message
func (*SaveChartRequest) Reset ¶
func (x *SaveChartRequest) Reset()
func (*SaveChartRequest) String ¶
func (x *SaveChartRequest) String() string
type SaveChartResponse ¶
type SaveChartResponse struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Id uint32 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SaveChartResponse) Descriptor
deprecated
func (*SaveChartResponse) Descriptor() ([]byte, []int)
Deprecated: Use SaveChartResponse.ProtoReflect.Descriptor instead.
func (*SaveChartResponse) GetId ¶
func (x *SaveChartResponse) GetId() uint32
func (*SaveChartResponse) GetStatus ¶
func (x *SaveChartResponse) GetStatus() string
func (*SaveChartResponse) ProtoMessage ¶
func (*SaveChartResponse) ProtoMessage()
func (*SaveChartResponse) ProtoReflect ¶
func (x *SaveChartResponse) ProtoReflect() protoreflect.Message
func (*SaveChartResponse) Reset ¶
func (x *SaveChartResponse) Reset()
func (*SaveChartResponse) String ¶
func (x *SaveChartResponse) String() string
type SaveStudyTemplateRequest ¶
type SaveStudyTemplateRequest struct { ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*SaveStudyTemplateRequest) Descriptor
deprecated
func (*SaveStudyTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use SaveStudyTemplateRequest.ProtoReflect.Descriptor instead.
func (*SaveStudyTemplateRequest) GetClientId ¶
func (x *SaveStudyTemplateRequest) GetClientId() string
func (*SaveStudyTemplateRequest) GetContent ¶
func (x *SaveStudyTemplateRequest) GetContent() string
func (*SaveStudyTemplateRequest) GetName ¶
func (x *SaveStudyTemplateRequest) GetName() string
func (*SaveStudyTemplateRequest) GetUserId ¶
func (x *SaveStudyTemplateRequest) GetUserId() string
func (*SaveStudyTemplateRequest) ProtoMessage ¶
func (*SaveStudyTemplateRequest) ProtoMessage()
func (*SaveStudyTemplateRequest) ProtoReflect ¶
func (x *SaveStudyTemplateRequest) ProtoReflect() protoreflect.Message
func (*SaveStudyTemplateRequest) Reset ¶
func (x *SaveStudyTemplateRequest) Reset()
func (*SaveStudyTemplateRequest) String ¶
func (x *SaveStudyTemplateRequest) String() string
type SaveStudyTemplateResponse ¶
type SaveStudyTemplateResponse struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*SaveStudyTemplateResponse) Descriptor
deprecated
func (*SaveStudyTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use SaveStudyTemplateResponse.ProtoReflect.Descriptor instead.
func (*SaveStudyTemplateResponse) GetStatus ¶
func (x *SaveStudyTemplateResponse) GetStatus() string
func (*SaveStudyTemplateResponse) ProtoMessage ¶
func (*SaveStudyTemplateResponse) ProtoMessage()
func (*SaveStudyTemplateResponse) ProtoReflect ¶
func (x *SaveStudyTemplateResponse) ProtoReflect() protoreflect.Message
func (*SaveStudyTemplateResponse) Reset ¶
func (x *SaveStudyTemplateResponse) Reset()
func (*SaveStudyTemplateResponse) String ¶
func (x *SaveStudyTemplateResponse) String() string
type UnimplementedChartServiceServer ¶
type UnimplementedChartServiceServer struct { }
UnimplementedChartServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedChartServiceServer) DeleteChart ¶
func (UnimplementedChartServiceServer) DeleteChart(context.Context, *DeleteChartRequest) (*DeleteChartResponse, error)
func (UnimplementedChartServiceServer) DeleteStudyTemplates ¶
func (UnimplementedChartServiceServer) DeleteStudyTemplates(context.Context, *DeleteStudyTemplatesRequest) (*DeleteStudyTemplatesResponse, error)
func (UnimplementedChartServiceServer) ListChart ¶
func (UnimplementedChartServiceServer) ListChart(context.Context, *ListChartRequest) (*ListChartResponse, error)
func (UnimplementedChartServiceServer) ListStudyTemplate ¶
func (UnimplementedChartServiceServer) ListStudyTemplate(context.Context, *ListStudyTemplateRequest) (*ListStudyTemplateResponse, error)
func (UnimplementedChartServiceServer) LoadChart ¶
func (UnimplementedChartServiceServer) LoadChart(context.Context, *LoadChartRequest) (*LoadChartResponse, error)
func (UnimplementedChartServiceServer) LoadStudyTemplate ¶
func (UnimplementedChartServiceServer) LoadStudyTemplate(context.Context, *LoadStudyTemplateRequest) (*LoadStudyTemplateResponse, error)
func (UnimplementedChartServiceServer) SaveAsChart ¶
func (UnimplementedChartServiceServer) SaveAsChart(context.Context, *SaveAsChartRequest) (*SaveAsChartResponse, error)
func (UnimplementedChartServiceServer) SaveChart ¶
func (UnimplementedChartServiceServer) SaveChart(context.Context, *SaveChartRequest) (*SaveChartResponse, error)
func (UnimplementedChartServiceServer) SaveStudyTemplate ¶
func (UnimplementedChartServiceServer) SaveStudyTemplate(context.Context, *SaveStudyTemplateRequest) (*SaveStudyTemplateResponse, error)
type UnimplementedProfileServiceServer ¶
type UnimplementedProfileServiceServer struct { }
UnimplementedProfileServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedProfileServiceServer) GetListUserProfileInternal ¶
func (UnimplementedProfileServiceServer) GetListUserProfileInternal(context.Context, *GetListUserProfileInternalRequest) (*GetListUserProfileResponse, error)
func (UnimplementedProfileServiceServer) GetUserProfile ¶
func (UnimplementedProfileServiceServer) GetUserProfile(context.Context, *emptypb.Empty) (*GetUserProfileResponse, error)
func (UnimplementedProfileServiceServer) GetUserProfileInternal ¶
func (UnimplementedProfileServiceServer) GetUserProfileInternal(context.Context, *GetUserProfileInternalRequest) (*GetUserProfileResponse, error)
func (UnimplementedProfileServiceServer) ListenUserAccount ¶
func (UnimplementedProfileServiceServer) ListenUserAccount(context.Context, *ListenUserAccountRequest) (*emptypb.Empty, error)
func (UnimplementedProfileServiceServer) UpdateLanguage ¶
func (UnimplementedProfileServiceServer) UpdateLanguage(context.Context, *UpdateLanguageRequest) (*UpdateLanguageResponse, error)
type UnsafeChartServiceServer ¶
type UnsafeChartServiceServer interface {
// contains filtered or unexported methods
}
UnsafeChartServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ChartServiceServer will result in compilation errors.
type UnsafeProfileServiceServer ¶
type UnsafeProfileServiceServer interface {
// contains filtered or unexported methods
}
UnsafeProfileServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ProfileServiceServer will result in compilation errors.
type UpdateLanguageRequest ¶
type UpdateLanguageRequest struct { Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"` // contains filtered or unexported fields }
func (*UpdateLanguageRequest) Descriptor
deprecated
func (*UpdateLanguageRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateLanguageRequest.ProtoReflect.Descriptor instead.
func (*UpdateLanguageRequest) GetLanguage ¶
func (x *UpdateLanguageRequest) GetLanguage() string
func (*UpdateLanguageRequest) ProtoMessage ¶
func (*UpdateLanguageRequest) ProtoMessage()
func (*UpdateLanguageRequest) ProtoReflect ¶
func (x *UpdateLanguageRequest) ProtoReflect() protoreflect.Message
func (*UpdateLanguageRequest) Reset ¶
func (x *UpdateLanguageRequest) Reset()
func (*UpdateLanguageRequest) String ¶
func (x *UpdateLanguageRequest) String() string
type UpdateLanguageResponse ¶
type UpdateLanguageResponse struct { Code int64 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"` MsgKey string `protobuf:"bytes,3,opt,name=msg_key,json=msgKey,proto3" json:"msg_key,omitempty"` Data *UserProfile `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*UpdateLanguageResponse) Descriptor
deprecated
func (*UpdateLanguageResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateLanguageResponse.ProtoReflect.Descriptor instead.
func (*UpdateLanguageResponse) GetCode ¶
func (x *UpdateLanguageResponse) GetCode() int64
func (*UpdateLanguageResponse) GetData ¶
func (x *UpdateLanguageResponse) GetData() *UserProfile
func (*UpdateLanguageResponse) GetMsg ¶
func (x *UpdateLanguageResponse) GetMsg() string
func (*UpdateLanguageResponse) GetMsgKey ¶
func (x *UpdateLanguageResponse) GetMsgKey() string
func (*UpdateLanguageResponse) ProtoMessage ¶
func (*UpdateLanguageResponse) ProtoMessage()
func (*UpdateLanguageResponse) ProtoReflect ¶
func (x *UpdateLanguageResponse) ProtoReflect() protoreflect.Message
func (*UpdateLanguageResponse) Reset ¶
func (x *UpdateLanguageResponse) Reset()
func (*UpdateLanguageResponse) String ¶
func (x *UpdateLanguageResponse) String() string
type UserProfile ¶
type UserProfile struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` Role string `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"` IsSsoUser bool `protobuf:"varint,4,opt,name=is_sso_user,json=isSsoUser,proto3" json:"is_sso_user,omitempty"` EmailConfirmedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=email_confirmed_at,json=emailConfirmedAt,proto3" json:"email_confirmed_at,omitempty"` Phone string `protobuf:"bytes,6,opt,name=phone,proto3" json:"phone,omitempty"` PhoneConfirmedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=phone_confirmed_at,json=phoneConfirmedAt,proto3" json:"phone_confirmed_at,omitempty"` FullName string `protobuf:"bytes,8,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"` Language string `protobuf:"bytes,9,opt,name=language,proto3" json:"language,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // contains filtered or unexported fields }
func (*UserProfile) Descriptor
deprecated
func (*UserProfile) Descriptor() ([]byte, []int)
Deprecated: Use UserProfile.ProtoReflect.Descriptor instead.
func (*UserProfile) GetCreatedAt ¶
func (x *UserProfile) GetCreatedAt() *timestamppb.Timestamp
func (*UserProfile) GetEmail ¶
func (x *UserProfile) GetEmail() string
func (*UserProfile) GetEmailConfirmedAt ¶
func (x *UserProfile) GetEmailConfirmedAt() *timestamppb.Timestamp
func (*UserProfile) GetFullName ¶
func (x *UserProfile) GetFullName() string
func (*UserProfile) GetId ¶
func (x *UserProfile) GetId() string
func (*UserProfile) GetIsSsoUser ¶
func (x *UserProfile) GetIsSsoUser() bool
func (*UserProfile) GetLanguage ¶
func (x *UserProfile) GetLanguage() string
func (*UserProfile) GetPhone ¶
func (x *UserProfile) GetPhone() string
func (*UserProfile) GetPhoneConfirmedAt ¶
func (x *UserProfile) GetPhoneConfirmedAt() *timestamppb.Timestamp
func (*UserProfile) GetRole ¶
func (x *UserProfile) GetRole() string
func (*UserProfile) ProtoMessage ¶
func (*UserProfile) ProtoMessage()
func (*UserProfile) ProtoReflect ¶
func (x *UserProfile) ProtoReflect() protoreflect.Message
func (*UserProfile) Reset ¶
func (x *UserProfile) Reset()
func (*UserProfile) String ¶
func (x *UserProfile) String() string