v1

package
v0.0.0-...-16ed941 Latest Latest
Warning

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

Go to latest
Published: May 5, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
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"
)
View Source
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"
)
View Source
const OperationChartServiceDeleteChart = "/profile.v1.ChartService/DeleteChart"
View Source
const OperationChartServiceDeleteStudyTemplates = "/profile.v1.ChartService/DeleteStudyTemplates"
View Source
const OperationChartServiceListChart = "/profile.v1.ChartService/ListChart"
View Source
const OperationChartServiceListStudyTemplate = "/profile.v1.ChartService/ListStudyTemplate"
View Source
const OperationChartServiceLoadChart = "/profile.v1.ChartService/LoadChart"
View Source
const OperationChartServiceLoadStudyTemplate = "/profile.v1.ChartService/LoadStudyTemplate"
View Source
const OperationChartServiceSaveAsChart = "/profile.v1.ChartService/SaveAsChart"
View Source
const OperationChartServiceSaveChart = "/profile.v1.ChartService/SaveChart"
View Source
const OperationChartServiceSaveStudyTemplate = "/profile.v1.ChartService/SaveStudyTemplate"
View Source
const OperationProfileServiceGetListUserProfileInternal = "/profile.v1.ProfileService/GetListUserProfileInternal"
View Source
const OperationProfileServiceGetUserProfile = "/profile.v1.ProfileService/GetUserProfile"
View Source
const OperationProfileServiceGetUserProfileInternal = "/profile.v1.ProfileService/GetUserProfileInternal"
View Source
const OperationProfileServiceListenUserAccount = "/profile.v1.ProfileService/ListenUserAccount"
View Source
const OperationProfileServiceUpdateLanguage = "/profile.v1.ProfileService/UpdateLanguage"

Variables

View Source
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)

View Source
var File_profile_v1_chart_data_proto protoreflect.FileDescriptor
View Source
var File_profile_v1_chart_proto protoreflect.FileDescriptor
View Source
var File_profile_v1_profile_proto protoreflect.FileDescriptor
View Source
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

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.

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 (*ChartServiceHTTPClientImpl) DeleteStudyTemplates

func (*ChartServiceHTTPClientImpl) ListChart

func (*ChartServiceHTTPClientImpl) ListStudyTemplate

func (*ChartServiceHTTPClientImpl) LoadChart

func (*ChartServiceHTTPClientImpl) LoadStudyTemplate

func (*ChartServiceHTTPClientImpl) SaveAsChart

func (*ChartServiceHTTPClientImpl) SaveChart

func (*ChartServiceHTTPClientImpl) SaveStudyTemplate

type ChartServiceServer

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

func (x *DeleteStudyTemplatesResponse) Reset()

func (*DeleteStudyTemplatesResponse) 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 (*GetListUserProfileInternalRequest) Reset

func (*GetListUserProfileInternalRequest) 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 (*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 (*GetUserProfileInternalRequest) Reset

func (x *GetUserProfileInternalRequest) Reset()

func (*GetUserProfileInternalRequest) 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 (*ListStudyTemplateResponse) GetStatus

func (x *ListStudyTemplateResponse) GetStatus() string

func (*ListStudyTemplateResponse) ProtoMessage

func (*ListStudyTemplateResponse) ProtoMessage()

func (*ListStudyTemplateResponse) ProtoReflect

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 (*ListStudyTemplateResponse_Data) ProtoMessage

func (*ListStudyTemplateResponse_Data) ProtoMessage()

func (*ListStudyTemplateResponse_Data) ProtoReflect

func (*ListStudyTemplateResponse_Data) Reset

func (x *ListStudyTemplateResponse_Data) Reset()

func (*ListStudyTemplateResponse_Data) 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 (*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 (*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 (*ListenUserAccountRequest_User) GetUserMetadata

func (x *ListenUserAccountRequest_User) GetUserMetadata() *structpb.Struct

func (*ListenUserAccountRequest_User) ProtoMessage

func (*ListenUserAccountRequest_User) ProtoMessage()

func (*ListenUserAccountRequest_User) ProtoReflect

func (*ListenUserAccountRequest_User) Reset

func (x *ListenUserAccountRequest_User) Reset()

func (*ListenUserAccountRequest_User) 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 (*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 (*LoadStudyTemplateResponse) GetStatus

func (x *LoadStudyTemplateResponse) GetStatus() string

func (*LoadStudyTemplateResponse) ProtoMessage

func (*LoadStudyTemplateResponse) ProtoMessage()

func (*LoadStudyTemplateResponse) ProtoReflect

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 (*LoadStudyTemplateResponse_Data) ProtoMessage

func (*LoadStudyTemplateResponse_Data) ProtoMessage()

func (*LoadStudyTemplateResponse_Data) ProtoReflect

func (*LoadStudyTemplateResponse_Data) Reset

func (x *LoadStudyTemplateResponse_Data) Reset()

func (*LoadStudyTemplateResponse_Data) 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.

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 (*ProfileServiceHTTPClientImpl) GetUserProfile

func (*ProfileServiceHTTPClientImpl) GetUserProfileInternal

func (*ProfileServiceHTTPClientImpl) ListenUserAccount

func (*ProfileServiceHTTPClientImpl) UpdateLanguage

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 (*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) ListChart

func (UnimplementedChartServiceServer) ListStudyTemplate

func (UnimplementedChartServiceServer) LoadChart

func (UnimplementedChartServiceServer) LoadStudyTemplate

func (UnimplementedChartServiceServer) SaveAsChart

func (UnimplementedChartServiceServer) SaveChart

func (UnimplementedChartServiceServer) SaveStudyTemplate

type UnimplementedProfileServiceServer

type UnimplementedProfileServiceServer struct {
}

UnimplementedProfileServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedProfileServiceServer) GetUserProfile

func (UnimplementedProfileServiceServer) GetUserProfileInternal

func (UnimplementedProfileServiceServer) ListenUserAccount

func (UnimplementedProfileServiceServer) UpdateLanguage

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

Jump to

Keyboard shortcuts

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