Documentation
¶
Overview ¶
Package cover is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterCoverHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterCoverHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CoverClient) error
- func RegisterCoverHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterCoverHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CoverServer) error
- func RegisterCoverServer(s grpc.ServiceRegistrar, srv CoverServer)
- type AdminResetPasswordRequest
- func (*AdminResetPasswordRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AdminResetPasswordRequest) GetOrgId() string
- func (x *AdminResetPasswordRequest) GetUsername() string
- func (*AdminResetPasswordRequest) ProtoMessage()
- func (x *AdminResetPasswordRequest) ProtoReflect() protoreflect.Message
- func (x *AdminResetPasswordRequest) Reset()
- func (x *AdminResetPasswordRequest) String() string
- type AdminResetPasswordResponse
- func (*AdminResetPasswordResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AdminResetPasswordResponse) GetOrgId() string
- func (x *AdminResetPasswordResponse) GetUsername() string
- func (*AdminResetPasswordResponse) ProtoMessage()
- func (x *AdminResetPasswordResponse) ProtoReflect() protoreflect.Message
- func (x *AdminResetPasswordResponse) Reset()
- func (x *AdminResetPasswordResponse) String() string
- type ClientOptions
- type CoverClient
- type CoverServer
- type CreateMemberRequest
- func (*CreateMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMemberRequest) GetEmail() string
- func (x *CreateMemberRequest) GetOrgId() string
- func (x *CreateMemberRequest) GetPassword() string
- func (x *CreateMemberRequest) GetUsername() string
- func (*CreateMemberRequest) ProtoMessage()
- func (x *CreateMemberRequest) ProtoReflect() protoreflect.Message
- func (x *CreateMemberRequest) Reset()
- func (x *CreateMemberRequest) String() string
- type CreateMemberResponse
- func (*CreateMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMemberResponse) GetEmail() string
- func (x *CreateMemberResponse) GetOrgId() string
- func (x *CreateMemberResponse) GetUsername() string
- func (*CreateMemberResponse) ProtoMessage()
- func (x *CreateMemberResponse) ProtoReflect() protoreflect.Message
- func (x *CreateMemberResponse) Reset()
- func (x *CreateMemberResponse) String() string
- type CreateViewRequest
- func (*CreateViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateViewRequest) GetDescription() string
- func (x *CreateViewRequest) GetIcon() string
- func (x *CreateViewRequest) GetIsEditable() bool
- func (x *CreateViewRequest) GetIsPrivate() bool
- func (x *CreateViewRequest) GetName() string
- func (x *CreateViewRequest) GetOrgId() string
- func (x *CreateViewRequest) GetReportType() string
- func (x *CreateViewRequest) GetUsername() string
- func (*CreateViewRequest) ProtoMessage()
- func (x *CreateViewRequest) ProtoReflect() protoreflect.Message
- func (x *CreateViewRequest) Reset()
- func (x *CreateViewRequest) String() string
- type CreateViewResponse
- func (*CreateViewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateViewResponse) GetOrgId() string
- func (x *CreateViewResponse) GetViewData() *cover.ViewData
- func (*CreateViewResponse) ProtoMessage()
- func (x *CreateViewResponse) ProtoReflect() protoreflect.Message
- func (x *CreateViewResponse) Reset()
- func (x *CreateViewResponse) String() string
- type DeleteMemberRequest
- func (*DeleteMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteMemberRequest) GetOrgId() string
- func (x *DeleteMemberRequest) GetUsername() string
- func (*DeleteMemberRequest) ProtoMessage()
- func (x *DeleteMemberRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteMemberRequest) Reset()
- func (x *DeleteMemberRequest) String() string
- type DeleteMemberResponse
- func (*DeleteMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteMemberResponse) GetOrgId() string
- func (x *DeleteMemberResponse) GetUsername() string
- func (*DeleteMemberResponse) ProtoMessage()
- func (x *DeleteMemberResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteMemberResponse) Reset()
- func (x *DeleteMemberResponse) String() string
- type DeleteViewRequest
- func (*DeleteViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteViewRequest) GetOrgId() string
- func (x *DeleteViewRequest) GetViewId() string
- func (*DeleteViewRequest) ProtoMessage()
- func (x *DeleteViewRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteViewRequest) Reset()
- func (x *DeleteViewRequest) String() string
- type DeleteViewResponse
- func (*DeleteViewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteViewResponse) GetName() string
- func (x *DeleteViewResponse) GetOrgId() string
- func (x *DeleteViewResponse) GetViewId() string
- func (*DeleteViewResponse) ProtoMessage()
- func (x *DeleteViewResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteViewResponse) Reset()
- func (x *DeleteViewResponse) String() string
- type GetCurrentViewRequest
- func (*GetCurrentViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCurrentViewRequest) GetOrgId() string
- func (x *GetCurrentViewRequest) GetViewId() string
- func (*GetCurrentViewRequest) ProtoMessage()
- func (x *GetCurrentViewRequest) ProtoReflect() protoreflect.Message
- func (x *GetCurrentViewRequest) Reset()
- func (x *GetCurrentViewRequest) String() string
- type GetCurrentViewResponse
- func (*GetCurrentViewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCurrentViewResponse) GetOrgId() string
- func (x *GetCurrentViewResponse) GetViewData() *cover.ViewData
- func (*GetCurrentViewResponse) ProtoMessage()
- func (x *GetCurrentViewResponse) ProtoReflect() protoreflect.Message
- func (x *GetCurrentViewResponse) Reset()
- func (x *GetCurrentViewResponse) String() string
- type GetMemberDetailsRequest
- func (*GetMemberDetailsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMemberDetailsRequest) GetOrgId() string
- func (x *GetMemberDetailsRequest) GetUsername() string
- func (*GetMemberDetailsRequest) ProtoMessage()
- func (x *GetMemberDetailsRequest) ProtoReflect() protoreflect.Message
- func (x *GetMemberDetailsRequest) Reset()
- func (x *GetMemberDetailsRequest) String() string
- type GetMemberDetailsResponse
- func (*GetMemberDetailsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMemberDetailsResponse) GetOrgId() string
- func (x *GetMemberDetailsResponse) GetUserData() *cover.UserData
- func (*GetMemberDetailsResponse) ProtoMessage()
- func (x *GetMemberDetailsResponse) ProtoReflect() protoreflect.Message
- func (x *GetMemberDetailsResponse) Reset()
- func (x *GetMemberDetailsResponse) String() string
- type GetMembersRequest
- type GetMembersResponse
- func (*GetMembersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMembersResponse) GetOrgId() string
- func (x *GetMembersResponse) GetUserData() []*cover.UserData
- func (*GetMembersResponse) ProtoMessage()
- func (x *GetMembersResponse) ProtoReflect() protoreflect.Message
- func (x *GetMembersResponse) Reset()
- func (x *GetMembersResponse) String() string
- type GetUserDetailsRequest
- type GetUserDetailsResponse
- func (*GetUserDetailsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserDetailsResponse) GetOrgId() string
- func (x *GetUserDetailsResponse) GetUserData() *cover.UserData
- func (*GetUserDetailsResponse) ProtoMessage()
- func (x *GetUserDetailsResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserDetailsResponse) Reset()
- func (x *GetUserDetailsResponse) String() string
- type GetViewsRequest
- type GetViewsResponse
- func (*GetViewsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetViewsResponse) GetOrgId() string
- func (x *GetViewsResponse) GetViewList() []*cover.ViewList
- func (*GetViewsResponse) ProtoMessage()
- func (x *GetViewsResponse) ProtoReflect() protoreflect.Message
- func (x *GetViewsResponse) Reset()
- func (x *GetViewsResponse) String() string
- type GrpcClient
- type InviteMemberRequest
- func (*InviteMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InviteMemberRequest) GetEmail() string
- func (x *InviteMemberRequest) GetOrgId() string
- func (*InviteMemberRequest) ProtoMessage()
- func (x *InviteMemberRequest) ProtoReflect() protoreflect.Message
- func (x *InviteMemberRequest) Reset()
- func (x *InviteMemberRequest) String() string
- type InviteMemberResponse
- func (*InviteMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InviteMemberResponse) GetEmail() string
- func (x *InviteMemberResponse) GetOrgId() string
- func (*InviteMemberResponse) ProtoMessage()
- func (x *InviteMemberResponse) ProtoReflect() protoreflect.Message
- func (x *InviteMemberResponse) Reset()
- func (x *InviteMemberResponse) String() string
- type ResetPasswordRequest
- func (*ResetPasswordRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResetPasswordRequest) GetNewPassword() string
- func (x *ResetPasswordRequest) GetOrgId() string
- func (x *ResetPasswordRequest) GetPassword() string
- func (x *ResetPasswordRequest) GetUsername() string
- func (*ResetPasswordRequest) ProtoMessage()
- func (x *ResetPasswordRequest) ProtoReflect() protoreflect.Message
- func (x *ResetPasswordRequest) Reset()
- func (x *ResetPasswordRequest) String() string
- type ResetPasswordResponse
- func (*ResetPasswordResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetPasswordResponse) GetOrgId() string
- func (x *ResetPasswordResponse) GetUsername() string
- func (*ResetPasswordResponse) ProtoMessage()
- func (x *ResetPasswordResponse) ProtoReflect() protoreflect.Message
- func (x *ResetPasswordResponse) Reset()
- func (x *ResetPasswordResponse) String() string
- type ResetUserPasswordRequest
- func (*ResetUserPasswordRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResetUserPasswordRequest) GetNewPassword() string
- func (x *ResetUserPasswordRequest) GetPreviousPassword() string
- func (*ResetUserPasswordRequest) ProtoMessage()
- func (x *ResetUserPasswordRequest) ProtoReflect() protoreflect.Message
- func (x *ResetUserPasswordRequest) Reset()
- func (x *ResetUserPasswordRequest) String() string
- type ResetUserPasswordResponse
- func (*ResetUserPasswordResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetUserPasswordResponse) GetOrgId() string
- func (x *ResetUserPasswordResponse) GetUsername() string
- func (*ResetUserPasswordResponse) ProtoMessage()
- func (x *ResetUserPasswordResponse) ProtoReflect() protoreflect.Message
- func (x *ResetUserPasswordResponse) Reset()
- func (x *ResetUserPasswordResponse) String() string
- type UnimplementedCoverServer
- func (UnimplementedCoverServer) AdminResetPassword(context.Context, *AdminResetPasswordRequest) (*AdminResetPasswordResponse, error)
- func (UnimplementedCoverServer) CreateMember(context.Context, *CreateMemberRequest) (*CreateMemberResponse, error)
- func (UnimplementedCoverServer) CreateView(context.Context, *CreateViewRequest) (*CreateViewResponse, error)
- func (UnimplementedCoverServer) DeleteMember(context.Context, *DeleteMemberRequest) (*DeleteMemberResponse, error)
- func (UnimplementedCoverServer) DeleteView(context.Context, *DeleteViewRequest) (*DeleteViewResponse, error)
- func (UnimplementedCoverServer) GetCurrentView(context.Context, *GetCurrentViewRequest) (*GetCurrentViewResponse, error)
- func (UnimplementedCoverServer) GetMemberDetails(context.Context, *GetMemberDetailsRequest) (*GetMemberDetailsResponse, error)
- func (UnimplementedCoverServer) GetMembers(context.Context, *GetMembersRequest) (*GetMembersResponse, error)
- func (UnimplementedCoverServer) GetUserDetails(context.Context, *GetUserDetailsRequest) (*GetUserDetailsResponse, error)
- func (UnimplementedCoverServer) GetViews(context.Context, *GetViewsRequest) (*GetViewsResponse, error)
- func (UnimplementedCoverServer) InviteMember(context.Context, *InviteMemberRequest) (*InviteMemberResponse, error)
- func (UnimplementedCoverServer) ResetPassword(context.Context, *ResetPasswordRequest) (*ResetPasswordResponse, error)
- func (UnimplementedCoverServer) ResetUserPassword(context.Context, *ResetUserPasswordRequest) (*ResetUserPasswordResponse, error)
- func (UnimplementedCoverServer) UpdateUserAvatar(context.Context, *UpdateUserAvatarRequest) (*UpdateUserAvatarResponse, error)
- func (UnimplementedCoverServer) UpdateUserColorTheme(context.Context, *UpdateUserColorThemeRequest) (*UpdateUserColorThemeResponse, error)
- func (UnimplementedCoverServer) UpdateUserEmail(context.Context, *UpdateUserEmailRequest) (*UpdateUserEmailResponse, error)
- func (UnimplementedCoverServer) UpdateUserIcon(context.Context, *UpdateUserIconRequest) (*UpdateUserIconResponse, error)
- func (UnimplementedCoverServer) UpdateView(context.Context, *UpdateViewRequest) (*UpdateViewResponse, error)
- type UnsafeCoverServer
- type UpdateUserAvatarRequest
- func (*UpdateUserAvatarRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserAvatarRequest) GetAvatar() string
- func (*UpdateUserAvatarRequest) ProtoMessage()
- func (x *UpdateUserAvatarRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserAvatarRequest) Reset()
- func (x *UpdateUserAvatarRequest) String() string
- type UpdateUserAvatarResponse
- func (*UpdateUserAvatarResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserAvatarResponse) GetAvatar() string
- func (x *UpdateUserAvatarResponse) GetOrgId() string
- func (*UpdateUserAvatarResponse) ProtoMessage()
- func (x *UpdateUserAvatarResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserAvatarResponse) Reset()
- func (x *UpdateUserAvatarResponse) String() string
- type UpdateUserColorThemeRequest
- func (*UpdateUserColorThemeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserColorThemeRequest) GetColorTheme() string
- func (*UpdateUserColorThemeRequest) ProtoMessage()
- func (x *UpdateUserColorThemeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserColorThemeRequest) Reset()
- func (x *UpdateUserColorThemeRequest) String() string
- type UpdateUserColorThemeResponse
- func (*UpdateUserColorThemeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserColorThemeResponse) GetColorTheme() string
- func (x *UpdateUserColorThemeResponse) GetOrgId() string
- func (*UpdateUserColorThemeResponse) ProtoMessage()
- func (x *UpdateUserColorThemeResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserColorThemeResponse) Reset()
- func (x *UpdateUserColorThemeResponse) String() string
- type UpdateUserEmailRequest
- func (*UpdateUserEmailRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserEmailRequest) GetEmail() string
- func (*UpdateUserEmailRequest) ProtoMessage()
- func (x *UpdateUserEmailRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserEmailRequest) Reset()
- func (x *UpdateUserEmailRequest) String() string
- type UpdateUserEmailResponse
- func (*UpdateUserEmailResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserEmailResponse) GetEmail() string
- func (x *UpdateUserEmailResponse) GetOrgId() string
- func (*UpdateUserEmailResponse) ProtoMessage()
- func (x *UpdateUserEmailResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserEmailResponse) Reset()
- func (x *UpdateUserEmailResponse) String() string
- type UpdateUserIconRequest
- func (*UpdateUserIconRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserIconRequest) GetIcon() string
- func (*UpdateUserIconRequest) ProtoMessage()
- func (x *UpdateUserIconRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserIconRequest) Reset()
- func (x *UpdateUserIconRequest) String() string
- type UpdateUserIconResponse
- func (*UpdateUserIconResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserIconResponse) GetIcon() string
- func (x *UpdateUserIconResponse) GetOrgId() string
- func (*UpdateUserIconResponse) ProtoMessage()
- func (x *UpdateUserIconResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserIconResponse) Reset()
- func (x *UpdateUserIconResponse) String() string
- type UpdateViewRequest
- func (*UpdateViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateViewRequest) GetDescription() string
- func (x *UpdateViewRequest) GetIcon() string
- func (x *UpdateViewRequest) GetIsEditable() bool
- func (x *UpdateViewRequest) GetIsPrivate() bool
- func (x *UpdateViewRequest) GetName() string
- func (x *UpdateViewRequest) GetOrgId() string
- func (x *UpdateViewRequest) GetViewId() string
- func (*UpdateViewRequest) ProtoMessage()
- func (x *UpdateViewRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateViewRequest) Reset()
- func (x *UpdateViewRequest) String() string
- type UpdateViewResponse
- func (*UpdateViewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateViewResponse) GetOrgId() string
- func (x *UpdateViewResponse) GetViewId() string
- func (*UpdateViewResponse) ProtoMessage()
- func (x *UpdateViewResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateViewResponse) Reset()
- func (x *UpdateViewResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var Cover_ServiceDesc = grpc.ServiceDesc{ ServiceName: "blueapi.cover.v1.Cover", HandlerType: (*CoverServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "InviteMember", Handler: _Cover_InviteMember_Handler, }, { MethodName: "CreateMember", Handler: _Cover_CreateMember_Handler, }, { MethodName: "GetMembers", Handler: _Cover_GetMembers_Handler, }, { MethodName: "GetMemberDetails", Handler: _Cover_GetMemberDetails_Handler, }, { MethodName: "GetUserDetails", Handler: _Cover_GetUserDetails_Handler, }, { MethodName: "UpdateUserAvatar", Handler: _Cover_UpdateUserAvatar_Handler, }, { MethodName: "UpdateUserIcon", Handler: _Cover_UpdateUserIcon_Handler, }, { MethodName: "UpdateUserColorTheme", Handler: _Cover_UpdateUserColorTheme_Handler, }, { MethodName: "UpdateUserEmail", Handler: _Cover_UpdateUserEmail_Handler, }, { MethodName: "ResetUserPassword", Handler: _Cover_ResetUserPassword_Handler, }, { MethodName: "DeleteMember", Handler: _Cover_DeleteMember_Handler, }, { MethodName: "AdminResetPassword", Handler: _Cover_AdminResetPassword_Handler, }, { MethodName: "ResetPassword", Handler: _Cover_ResetPassword_Handler, }, { MethodName: "CreateView", Handler: _Cover_CreateView_Handler, }, { MethodName: "GetViews", Handler: _Cover_GetViews_Handler, }, { MethodName: "GetCurrentView", Handler: _Cover_GetCurrentView_Handler, }, { MethodName: "UpdateView", Handler: _Cover_UpdateView_Handler, }, { MethodName: "DeleteView", Handler: _Cover_DeleteView_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "cover/v1/cover.proto", }
Cover_ServiceDesc is the grpc.ServiceDesc for Cover service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_cover_v1_cover_proto protoreflect.FileDescriptor
Functions ¶
func RegisterCoverHandler ¶
RegisterCoverHandler registers the http handlers for service Cover to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterCoverHandlerClient ¶
func RegisterCoverHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CoverClient) error
RegisterCoverHandlerClient registers the http handlers for service Cover to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CoverClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CoverClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CoverClient" to call the correct interceptors.
func RegisterCoverHandlerFromEndpoint ¶
func RegisterCoverHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterCoverHandlerFromEndpoint is same as RegisterCoverHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterCoverHandlerServer ¶
func RegisterCoverHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CoverServer) error
RegisterCoverHandlerServer registers the http handlers for service Cover to "mux". UnaryRPC :call CoverServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterCoverHandlerFromEndpoint instead.
func RegisterCoverServer ¶
func RegisterCoverServer(s grpc.ServiceRegistrar, srv CoverServer)
Types ¶
type AdminResetPasswordRequest ¶
type AdminResetPasswordRequest struct { // Required. Organization Id. OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` // Required. Username. Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
Request message for AdminResetPassword
func (*AdminResetPasswordRequest) Descriptor
deprecated
func (*AdminResetPasswordRequest) Descriptor() ([]byte, []int)
Deprecated: Use AdminResetPasswordRequest.ProtoReflect.Descriptor instead.
func (*AdminResetPasswordRequest) GetOrgId ¶
func (x *AdminResetPasswordRequest) GetOrgId() string
func (*AdminResetPasswordRequest) GetUsername ¶
func (x *AdminResetPasswordRequest) GetUsername() string
func (*AdminResetPasswordRequest) ProtoMessage ¶
func (*AdminResetPasswordRequest) ProtoMessage()
func (*AdminResetPasswordRequest) ProtoReflect ¶
func (x *AdminResetPasswordRequest) ProtoReflect() protoreflect.Message
func (*AdminResetPasswordRequest) Reset ¶
func (x *AdminResetPasswordRequest) Reset()
func (*AdminResetPasswordRequest) String ¶
func (x *AdminResetPasswordRequest) String() string
type AdminResetPasswordResponse ¶
type AdminResetPasswordResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
Response message for AdminResetPassword
func (*AdminResetPasswordResponse) Descriptor
deprecated
func (*AdminResetPasswordResponse) Descriptor() ([]byte, []int)
Deprecated: Use AdminResetPasswordResponse.ProtoReflect.Descriptor instead.
func (*AdminResetPasswordResponse) GetOrgId ¶
func (x *AdminResetPasswordResponse) GetOrgId() string
func (*AdminResetPasswordResponse) GetUsername ¶
func (x *AdminResetPasswordResponse) GetUsername() string
func (*AdminResetPasswordResponse) ProtoMessage ¶
func (*AdminResetPasswordResponse) ProtoMessage()
func (*AdminResetPasswordResponse) ProtoReflect ¶
func (x *AdminResetPasswordResponse) ProtoReflect() protoreflect.Message
func (*AdminResetPasswordResponse) Reset ¶
func (x *AdminResetPasswordResponse) Reset()
func (*AdminResetPasswordResponse) String ¶
func (x *AdminResetPasswordResponse) String() string
type ClientOptions ¶
type ClientOptions struct {
Conn *conn.GrpcClientConn
}
ClientOptions represents the optional options to NewClient.
type CoverClient ¶
type CoverClient interface { // Invite members to the system InviteMember(ctx context.Context, in *InviteMemberRequest, opts ...grpc.CallOption) (*InviteMemberResponse, error) // Create a member CreateMember(ctx context.Context, in *CreateMemberRequest, opts ...grpc.CallOption) (*CreateMemberResponse, error) // Get all the members/subusers of the company GetMembers(ctx context.Context, in *GetMembersRequest, opts ...grpc.CallOption) (*GetMembersResponse, error) // Get the details of the user GetMemberDetails(ctx context.Context, in *GetMemberDetailsRequest, opts ...grpc.CallOption) (*GetMemberDetailsResponse, error) // Get the details of the logged-in user GetUserDetails(ctx context.Context, in *GetUserDetailsRequest, opts ...grpc.CallOption) (*GetUserDetailsResponse, error) // Modify user's avatar UpdateUserAvatar(ctx context.Context, in *UpdateUserAvatarRequest, opts ...grpc.CallOption) (*UpdateUserAvatarResponse, error) // Modify user's icon UpdateUserIcon(ctx context.Context, in *UpdateUserIconRequest, opts ...grpc.CallOption) (*UpdateUserIconResponse, error) // Modify user's color theme UpdateUserColorTheme(ctx context.Context, in *UpdateUserColorThemeRequest, opts ...grpc.CallOption) (*UpdateUserColorThemeResponse, error) // Modify user's email UpdateUserEmail(ctx context.Context, in *UpdateUserEmailRequest, opts ...grpc.CallOption) (*UpdateUserEmailResponse, error) // Reset user's password ResetUserPassword(ctx context.Context, in *ResetUserPasswordRequest, opts ...grpc.CallOption) (*ResetUserPasswordResponse, error) // Deletes a user DeleteMember(ctx context.Context, in *DeleteMemberRequest, opts ...grpc.CallOption) (*DeleteMemberResponse, error) // Trigger reset password from Admin AdminResetPassword(ctx context.Context, in *AdminResetPasswordRequest, opts ...grpc.CallOption) (*AdminResetPasswordResponse, error) // Reset member's password ResetPassword(ctx context.Context, in *ResetPasswordRequest, opts ...grpc.CallOption) (*ResetPasswordResponse, error) // Create a view CreateView(ctx context.Context, in *CreateViewRequest, opts ...grpc.CallOption) (*CreateViewResponse, error) // Get all the views GetViews(ctx context.Context, in *GetViewsRequest, opts ...grpc.CallOption) (*GetViewsResponse, error) // Get the details of the current view GetCurrentView(ctx context.Context, in *GetCurrentViewRequest, opts ...grpc.CallOption) (*GetCurrentViewResponse, error) // Updates the view details UpdateView(ctx context.Context, in *UpdateViewRequest, opts ...grpc.CallOption) (*UpdateViewResponse, error) // Deletes a view DeleteView(ctx context.Context, in *DeleteViewRequest, opts ...grpc.CallOption) (*DeleteViewResponse, error) }
CoverClient is the client API for Cover 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 NewCoverClient ¶
func NewCoverClient(cc grpc.ClientConnInterface) CoverClient
type CoverServer ¶
type CoverServer interface { // Invite members to the system InviteMember(context.Context, *InviteMemberRequest) (*InviteMemberResponse, error) // Create a member CreateMember(context.Context, *CreateMemberRequest) (*CreateMemberResponse, error) // Get all the members/subusers of the company GetMembers(context.Context, *GetMembersRequest) (*GetMembersResponse, error) // Get the details of the user GetMemberDetails(context.Context, *GetMemberDetailsRequest) (*GetMemberDetailsResponse, error) // Get the details of the logged-in user GetUserDetails(context.Context, *GetUserDetailsRequest) (*GetUserDetailsResponse, error) // Modify user's avatar UpdateUserAvatar(context.Context, *UpdateUserAvatarRequest) (*UpdateUserAvatarResponse, error) // Modify user's icon UpdateUserIcon(context.Context, *UpdateUserIconRequest) (*UpdateUserIconResponse, error) // Modify user's color theme UpdateUserColorTheme(context.Context, *UpdateUserColorThemeRequest) (*UpdateUserColorThemeResponse, error) // Modify user's email UpdateUserEmail(context.Context, *UpdateUserEmailRequest) (*UpdateUserEmailResponse, error) // Reset user's password ResetUserPassword(context.Context, *ResetUserPasswordRequest) (*ResetUserPasswordResponse, error) // Deletes a user DeleteMember(context.Context, *DeleteMemberRequest) (*DeleteMemberResponse, error) // Trigger reset password from Admin AdminResetPassword(context.Context, *AdminResetPasswordRequest) (*AdminResetPasswordResponse, error) // Reset member's password ResetPassword(context.Context, *ResetPasswordRequest) (*ResetPasswordResponse, error) // Create a view CreateView(context.Context, *CreateViewRequest) (*CreateViewResponse, error) // Get all the views GetViews(context.Context, *GetViewsRequest) (*GetViewsResponse, error) // Get the details of the current view GetCurrentView(context.Context, *GetCurrentViewRequest) (*GetCurrentViewResponse, error) // Updates the view details UpdateView(context.Context, *UpdateViewRequest) (*UpdateViewResponse, error) // Deletes a view DeleteView(context.Context, *DeleteViewRequest) (*DeleteViewResponse, error) // contains filtered or unexported methods }
CoverServer is the server API for Cover service. All implementations must embed UnimplementedCoverServer for forward compatibility
type CreateMemberRequest ¶
type CreateMemberRequest struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
Request message for CreateMember
func (*CreateMemberRequest) Descriptor
deprecated
func (*CreateMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateMemberRequest.ProtoReflect.Descriptor instead.
func (*CreateMemberRequest) GetEmail ¶
func (x *CreateMemberRequest) GetEmail() string
func (*CreateMemberRequest) GetOrgId ¶
func (x *CreateMemberRequest) GetOrgId() string
func (*CreateMemberRequest) GetPassword ¶
func (x *CreateMemberRequest) GetPassword() string
func (*CreateMemberRequest) GetUsername ¶
func (x *CreateMemberRequest) GetUsername() string
func (*CreateMemberRequest) ProtoMessage ¶
func (*CreateMemberRequest) ProtoMessage()
func (*CreateMemberRequest) ProtoReflect ¶
func (x *CreateMemberRequest) ProtoReflect() protoreflect.Message
func (*CreateMemberRequest) Reset ¶
func (x *CreateMemberRequest) Reset()
func (*CreateMemberRequest) String ¶
func (x *CreateMemberRequest) String() string
type CreateMemberResponse ¶
type CreateMemberResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` // contains filtered or unexported fields }
Response message for CreateMember
func (*CreateMemberResponse) Descriptor
deprecated
func (*CreateMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateMemberResponse.ProtoReflect.Descriptor instead.
func (*CreateMemberResponse) GetEmail ¶
func (x *CreateMemberResponse) GetEmail() string
func (*CreateMemberResponse) GetOrgId ¶
func (x *CreateMemberResponse) GetOrgId() string
func (*CreateMemberResponse) GetUsername ¶
func (x *CreateMemberResponse) GetUsername() string
func (*CreateMemberResponse) ProtoMessage ¶
func (*CreateMemberResponse) ProtoMessage()
func (*CreateMemberResponse) ProtoReflect ¶
func (x *CreateMemberResponse) ProtoReflect() protoreflect.Message
func (*CreateMemberResponse) Reset ¶
func (x *CreateMemberResponse) Reset()
func (*CreateMemberResponse) String ¶
func (x *CreateMemberResponse) String() string
type CreateViewRequest ¶
type CreateViewRequest struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` IsPrivate bool `protobuf:"varint,4,opt,name=isPrivate,proto3" json:"isPrivate,omitempty"` IsEditable bool `protobuf:"varint,5,opt,name=isEditable,proto3" json:"isEditable,omitempty"` Icon string `protobuf:"bytes,6,opt,name=icon,proto3" json:"icon,omitempty"` Username string `protobuf:"bytes,7,opt,name=username,proto3" json:"username,omitempty"` ReportType string `protobuf:"bytes,8,opt,name=reportType,proto3" json:"reportType,omitempty"` // contains filtered or unexported fields }
Request message for CreateView
func (*CreateViewRequest) Descriptor
deprecated
func (*CreateViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateViewRequest.ProtoReflect.Descriptor instead.
func (*CreateViewRequest) GetDescription ¶
func (x *CreateViewRequest) GetDescription() string
func (*CreateViewRequest) GetIcon ¶
func (x *CreateViewRequest) GetIcon() string
func (*CreateViewRequest) GetIsEditable ¶
func (x *CreateViewRequest) GetIsEditable() bool
func (*CreateViewRequest) GetIsPrivate ¶
func (x *CreateViewRequest) GetIsPrivate() bool
func (*CreateViewRequest) GetName ¶
func (x *CreateViewRequest) GetName() string
func (*CreateViewRequest) GetOrgId ¶
func (x *CreateViewRequest) GetOrgId() string
func (*CreateViewRequest) GetReportType ¶
func (x *CreateViewRequest) GetReportType() string
func (*CreateViewRequest) GetUsername ¶
func (x *CreateViewRequest) GetUsername() string
func (*CreateViewRequest) ProtoMessage ¶
func (*CreateViewRequest) ProtoMessage()
func (*CreateViewRequest) ProtoReflect ¶
func (x *CreateViewRequest) ProtoReflect() protoreflect.Message
func (*CreateViewRequest) Reset ¶
func (x *CreateViewRequest) Reset()
func (*CreateViewRequest) String ¶
func (x *CreateViewRequest) String() string
type CreateViewResponse ¶
type CreateViewResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` ViewData *cover.ViewData `protobuf:"bytes,2,opt,name=viewData,proto3" json:"viewData,omitempty"` // contains filtered or unexported fields }
Response message for CreateView
func (*CreateViewResponse) Descriptor
deprecated
func (*CreateViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateViewResponse.ProtoReflect.Descriptor instead.
func (*CreateViewResponse) GetOrgId ¶
func (x *CreateViewResponse) GetOrgId() string
func (*CreateViewResponse) GetViewData ¶
func (x *CreateViewResponse) GetViewData() *cover.ViewData
func (*CreateViewResponse) ProtoMessage ¶
func (*CreateViewResponse) ProtoMessage()
func (*CreateViewResponse) ProtoReflect ¶
func (x *CreateViewResponse) ProtoReflect() protoreflect.Message
func (*CreateViewResponse) Reset ¶
func (x *CreateViewResponse) Reset()
func (*CreateViewResponse) String ¶
func (x *CreateViewResponse) String() string
type DeleteMemberRequest ¶
type DeleteMemberRequest struct { // Required. Organization Id. OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` // Required. Username. Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
Request message for DeleteMember
func (*DeleteMemberRequest) Descriptor
deprecated
func (*DeleteMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteMemberRequest.ProtoReflect.Descriptor instead.
func (*DeleteMemberRequest) GetOrgId ¶
func (x *DeleteMemberRequest) GetOrgId() string
func (*DeleteMemberRequest) GetUsername ¶
func (x *DeleteMemberRequest) GetUsername() string
func (*DeleteMemberRequest) ProtoMessage ¶
func (*DeleteMemberRequest) ProtoMessage()
func (*DeleteMemberRequest) ProtoReflect ¶
func (x *DeleteMemberRequest) ProtoReflect() protoreflect.Message
func (*DeleteMemberRequest) Reset ¶
func (x *DeleteMemberRequest) Reset()
func (*DeleteMemberRequest) String ¶
func (x *DeleteMemberRequest) String() string
type DeleteMemberResponse ¶
type DeleteMemberResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
Response message for DeleteMember
func (*DeleteMemberResponse) Descriptor
deprecated
func (*DeleteMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteMemberResponse.ProtoReflect.Descriptor instead.
func (*DeleteMemberResponse) GetOrgId ¶
func (x *DeleteMemberResponse) GetOrgId() string
func (*DeleteMemberResponse) GetUsername ¶
func (x *DeleteMemberResponse) GetUsername() string
func (*DeleteMemberResponse) ProtoMessage ¶
func (*DeleteMemberResponse) ProtoMessage()
func (*DeleteMemberResponse) ProtoReflect ¶
func (x *DeleteMemberResponse) ProtoReflect() protoreflect.Message
func (*DeleteMemberResponse) Reset ¶
func (x *DeleteMemberResponse) Reset()
func (*DeleteMemberResponse) String ¶
func (x *DeleteMemberResponse) String() string
type DeleteViewRequest ¶
type DeleteViewRequest struct { // Required. Organization Id. OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` // Required. Username. ViewId string `protobuf:"bytes,2,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Request message for DeleteView
func (*DeleteViewRequest) Descriptor
deprecated
func (*DeleteViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteViewRequest.ProtoReflect.Descriptor instead.
func (*DeleteViewRequest) GetOrgId ¶
func (x *DeleteViewRequest) GetOrgId() string
func (*DeleteViewRequest) GetViewId ¶
func (x *DeleteViewRequest) GetViewId() string
func (*DeleteViewRequest) ProtoMessage ¶
func (*DeleteViewRequest) ProtoMessage()
func (*DeleteViewRequest) ProtoReflect ¶
func (x *DeleteViewRequest) ProtoReflect() protoreflect.Message
func (*DeleteViewRequest) Reset ¶
func (x *DeleteViewRequest) Reset()
func (*DeleteViewRequest) String ¶
func (x *DeleteViewRequest) String() string
type DeleteViewResponse ¶
type DeleteViewResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` ViewId string `protobuf:"bytes,2,opt,name=viewId,proto3" json:"viewId,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Response message for DeleteView
func (*DeleteViewResponse) Descriptor
deprecated
func (*DeleteViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteViewResponse.ProtoReflect.Descriptor instead.
func (*DeleteViewResponse) GetName ¶
func (x *DeleteViewResponse) GetName() string
func (*DeleteViewResponse) GetOrgId ¶
func (x *DeleteViewResponse) GetOrgId() string
func (*DeleteViewResponse) GetViewId ¶
func (x *DeleteViewResponse) GetViewId() string
func (*DeleteViewResponse) ProtoMessage ¶
func (*DeleteViewResponse) ProtoMessage()
func (*DeleteViewResponse) ProtoReflect ¶
func (x *DeleteViewResponse) ProtoReflect() protoreflect.Message
func (*DeleteViewResponse) Reset ¶
func (x *DeleteViewResponse) Reset()
func (*DeleteViewResponse) String ¶
func (x *DeleteViewResponse) String() string
type GetCurrentViewRequest ¶
type GetCurrentViewRequest struct { // Required. Organization Id. OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` // Required. View Id. ViewId string `protobuf:"bytes,2,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Request message for GetCurrentView
func (*GetCurrentViewRequest) Descriptor
deprecated
func (*GetCurrentViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentViewRequest.ProtoReflect.Descriptor instead.
func (*GetCurrentViewRequest) GetOrgId ¶
func (x *GetCurrentViewRequest) GetOrgId() string
func (*GetCurrentViewRequest) GetViewId ¶
func (x *GetCurrentViewRequest) GetViewId() string
func (*GetCurrentViewRequest) ProtoMessage ¶
func (*GetCurrentViewRequest) ProtoMessage()
func (*GetCurrentViewRequest) ProtoReflect ¶
func (x *GetCurrentViewRequest) ProtoReflect() protoreflect.Message
func (*GetCurrentViewRequest) Reset ¶
func (x *GetCurrentViewRequest) Reset()
func (*GetCurrentViewRequest) String ¶
func (x *GetCurrentViewRequest) String() string
type GetCurrentViewResponse ¶
type GetCurrentViewResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` ViewData *cover.ViewData `protobuf:"bytes,2,opt,name=viewData,proto3" json:"viewData,omitempty"` // contains filtered or unexported fields }
Response message for GetCurrentView
func (*GetCurrentViewResponse) Descriptor
deprecated
func (*GetCurrentViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentViewResponse.ProtoReflect.Descriptor instead.
func (*GetCurrentViewResponse) GetOrgId ¶
func (x *GetCurrentViewResponse) GetOrgId() string
func (*GetCurrentViewResponse) GetViewData ¶
func (x *GetCurrentViewResponse) GetViewData() *cover.ViewData
func (*GetCurrentViewResponse) ProtoMessage ¶
func (*GetCurrentViewResponse) ProtoMessage()
func (*GetCurrentViewResponse) ProtoReflect ¶
func (x *GetCurrentViewResponse) ProtoReflect() protoreflect.Message
func (*GetCurrentViewResponse) Reset ¶
func (x *GetCurrentViewResponse) Reset()
func (*GetCurrentViewResponse) String ¶
func (x *GetCurrentViewResponse) String() string
type GetMemberDetailsRequest ¶
type GetMemberDetailsRequest struct { // Required. Organization Id. OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` // Required. Username. Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
Request message for GetMemberDetails
func (*GetMemberDetailsRequest) Descriptor
deprecated
func (*GetMemberDetailsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMemberDetailsRequest.ProtoReflect.Descriptor instead.
func (*GetMemberDetailsRequest) GetOrgId ¶
func (x *GetMemberDetailsRequest) GetOrgId() string
func (*GetMemberDetailsRequest) GetUsername ¶
func (x *GetMemberDetailsRequest) GetUsername() string
func (*GetMemberDetailsRequest) ProtoMessage ¶
func (*GetMemberDetailsRequest) ProtoMessage()
func (*GetMemberDetailsRequest) ProtoReflect ¶
func (x *GetMemberDetailsRequest) ProtoReflect() protoreflect.Message
func (*GetMemberDetailsRequest) Reset ¶
func (x *GetMemberDetailsRequest) Reset()
func (*GetMemberDetailsRequest) String ¶
func (x *GetMemberDetailsRequest) String() string
type GetMemberDetailsResponse ¶
type GetMemberDetailsResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` UserData *cover.UserData `protobuf:"bytes,2,opt,name=userData,proto3" json:"userData,omitempty"` // contains filtered or unexported fields }
Response message for GetMemberDetails
func (*GetMemberDetailsResponse) Descriptor
deprecated
func (*GetMemberDetailsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMemberDetailsResponse.ProtoReflect.Descriptor instead.
func (*GetMemberDetailsResponse) GetOrgId ¶
func (x *GetMemberDetailsResponse) GetOrgId() string
func (*GetMemberDetailsResponse) GetUserData ¶
func (x *GetMemberDetailsResponse) GetUserData() *cover.UserData
func (*GetMemberDetailsResponse) ProtoMessage ¶
func (*GetMemberDetailsResponse) ProtoMessage()
func (*GetMemberDetailsResponse) ProtoReflect ¶
func (x *GetMemberDetailsResponse) ProtoReflect() protoreflect.Message
func (*GetMemberDetailsResponse) Reset ¶
func (x *GetMemberDetailsResponse) Reset()
func (*GetMemberDetailsResponse) String ¶
func (x *GetMemberDetailsResponse) String() string
type GetMembersRequest ¶
type GetMembersRequest struct { // Required. Organization Id. OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` // contains filtered or unexported fields }
Request message for GetMembers
func (*GetMembersRequest) Descriptor
deprecated
func (*GetMembersRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMembersRequest.ProtoReflect.Descriptor instead.
func (*GetMembersRequest) GetOrgId ¶
func (x *GetMembersRequest) GetOrgId() string
func (*GetMembersRequest) ProtoMessage ¶
func (*GetMembersRequest) ProtoMessage()
func (*GetMembersRequest) ProtoReflect ¶
func (x *GetMembersRequest) ProtoReflect() protoreflect.Message
func (*GetMembersRequest) Reset ¶
func (x *GetMembersRequest) Reset()
func (*GetMembersRequest) String ¶
func (x *GetMembersRequest) String() string
type GetMembersResponse ¶
type GetMembersResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` UserData []*cover.UserData `protobuf:"bytes,2,rep,name=userData,proto3" json:"userData,omitempty"` // contains filtered or unexported fields }
Response message for GetMembers
func (*GetMembersResponse) Descriptor
deprecated
func (*GetMembersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMembersResponse.ProtoReflect.Descriptor instead.
func (*GetMembersResponse) GetOrgId ¶
func (x *GetMembersResponse) GetOrgId() string
func (*GetMembersResponse) GetUserData ¶
func (x *GetMembersResponse) GetUserData() []*cover.UserData
func (*GetMembersResponse) ProtoMessage ¶
func (*GetMembersResponse) ProtoMessage()
func (*GetMembersResponse) ProtoReflect ¶
func (x *GetMembersResponse) ProtoReflect() protoreflect.Message
func (*GetMembersResponse) Reset ¶
func (x *GetMembersResponse) Reset()
func (*GetMembersResponse) String ¶
func (x *GetMembersResponse) String() string
type GetUserDetailsRequest ¶ added in v0.63.1
type GetUserDetailsRequest struct {
// contains filtered or unexported fields
}
Request message for GetUserDetails
func (*GetUserDetailsRequest) Descriptor
deprecated
added in
v0.63.1
func (*GetUserDetailsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserDetailsRequest.ProtoReflect.Descriptor instead.
func (*GetUserDetailsRequest) ProtoMessage ¶ added in v0.63.1
func (*GetUserDetailsRequest) ProtoMessage()
func (*GetUserDetailsRequest) ProtoReflect ¶ added in v0.63.1
func (x *GetUserDetailsRequest) ProtoReflect() protoreflect.Message
func (*GetUserDetailsRequest) Reset ¶ added in v0.63.1
func (x *GetUserDetailsRequest) Reset()
func (*GetUserDetailsRequest) String ¶ added in v0.63.1
func (x *GetUserDetailsRequest) String() string
type GetUserDetailsResponse ¶ added in v0.63.1
type GetUserDetailsResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` UserData *cover.UserData `protobuf:"bytes,2,opt,name=userData,proto3" json:"userData,omitempty"` // contains filtered or unexported fields }
Response message for GetUserDetails
func (*GetUserDetailsResponse) Descriptor
deprecated
added in
v0.63.1
func (*GetUserDetailsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserDetailsResponse.ProtoReflect.Descriptor instead.
func (*GetUserDetailsResponse) GetOrgId ¶ added in v0.63.1
func (x *GetUserDetailsResponse) GetOrgId() string
func (*GetUserDetailsResponse) GetUserData ¶ added in v0.63.1
func (x *GetUserDetailsResponse) GetUserData() *cover.UserData
func (*GetUserDetailsResponse) ProtoMessage ¶ added in v0.63.1
func (*GetUserDetailsResponse) ProtoMessage()
func (*GetUserDetailsResponse) ProtoReflect ¶ added in v0.63.1
func (x *GetUserDetailsResponse) ProtoReflect() protoreflect.Message
func (*GetUserDetailsResponse) Reset ¶ added in v0.63.1
func (x *GetUserDetailsResponse) Reset()
func (*GetUserDetailsResponse) String ¶ added in v0.63.1
func (x *GetUserDetailsResponse) String() string
type GetViewsRequest ¶
type GetViewsRequest struct { // Required. Organization Id. OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` // contains filtered or unexported fields }
Request message for GetViews
func (*GetViewsRequest) Descriptor
deprecated
func (*GetViewsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetViewsRequest.ProtoReflect.Descriptor instead.
func (*GetViewsRequest) GetOrgId ¶
func (x *GetViewsRequest) GetOrgId() string
func (*GetViewsRequest) ProtoMessage ¶
func (*GetViewsRequest) ProtoMessage()
func (*GetViewsRequest) ProtoReflect ¶
func (x *GetViewsRequest) ProtoReflect() protoreflect.Message
func (*GetViewsRequest) Reset ¶
func (x *GetViewsRequest) Reset()
func (*GetViewsRequest) String ¶
func (x *GetViewsRequest) String() string
type GetViewsResponse ¶
type GetViewsResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` ViewList []*cover.ViewList `protobuf:"bytes,2,rep,name=viewList,proto3" json:"viewList,omitempty"` // contains filtered or unexported fields }
Response message for GetViews
func (*GetViewsResponse) Descriptor
deprecated
func (*GetViewsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetViewsResponse.ProtoReflect.Descriptor instead.
func (*GetViewsResponse) GetOrgId ¶
func (x *GetViewsResponse) GetOrgId() string
func (*GetViewsResponse) GetViewList ¶
func (x *GetViewsResponse) GetViewList() []*cover.ViewList
func (*GetViewsResponse) ProtoMessage ¶
func (*GetViewsResponse) ProtoMessage()
func (*GetViewsResponse) ProtoReflect ¶
func (x *GetViewsResponse) ProtoReflect() protoreflect.Message
func (*GetViewsResponse) Reset ¶
func (x *GetViewsResponse) Reset()
func (*GetViewsResponse) String ¶
func (x *GetViewsResponse) String() string
type GrpcClient ¶
type GrpcClient struct { CoverClient // contains filtered or unexported fields }
func NewClient ¶
func NewClient(ctx context.Context, opts ...*ClientOptions) (*GrpcClient, error)
NewClient returns a client connection to the 'cover' service.
func (*GrpcClient) Close ¶
func (c *GrpcClient) Close()
type InviteMemberRequest ¶
type InviteMemberRequest struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` // contains filtered or unexported fields }
Request message for InviteMember
func (*InviteMemberRequest) Descriptor
deprecated
func (*InviteMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use InviteMemberRequest.ProtoReflect.Descriptor instead.
func (*InviteMemberRequest) GetEmail ¶
func (x *InviteMemberRequest) GetEmail() string
func (*InviteMemberRequest) GetOrgId ¶
func (x *InviteMemberRequest) GetOrgId() string
func (*InviteMemberRequest) ProtoMessage ¶
func (*InviteMemberRequest) ProtoMessage()
func (*InviteMemberRequest) ProtoReflect ¶
func (x *InviteMemberRequest) ProtoReflect() protoreflect.Message
func (*InviteMemberRequest) Reset ¶
func (x *InviteMemberRequest) Reset()
func (*InviteMemberRequest) String ¶
func (x *InviteMemberRequest) String() string
type InviteMemberResponse ¶
type InviteMemberResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` // contains filtered or unexported fields }
Response message for InviteMember
func (*InviteMemberResponse) Descriptor
deprecated
func (*InviteMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use InviteMemberResponse.ProtoReflect.Descriptor instead.
func (*InviteMemberResponse) GetEmail ¶
func (x *InviteMemberResponse) GetEmail() string
func (*InviteMemberResponse) GetOrgId ¶
func (x *InviteMemberResponse) GetOrgId() string
func (*InviteMemberResponse) ProtoMessage ¶
func (*InviteMemberResponse) ProtoMessage()
func (*InviteMemberResponse) ProtoReflect ¶
func (x *InviteMemberResponse) ProtoReflect() protoreflect.Message
func (*InviteMemberResponse) Reset ¶
func (x *InviteMemberResponse) Reset()
func (*InviteMemberResponse) String ¶
func (x *InviteMemberResponse) String() string
type ResetPasswordRequest ¶
type ResetPasswordRequest struct { // Required. Organization Id. OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` // Required. Username. Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` NewPassword string `protobuf:"bytes,4,opt,name=newPassword,proto3" json:"newPassword,omitempty"` // contains filtered or unexported fields }
Request message for ResetPassword
func (*ResetPasswordRequest) Descriptor
deprecated
func (*ResetPasswordRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResetPasswordRequest.ProtoReflect.Descriptor instead.
func (*ResetPasswordRequest) GetNewPassword ¶
func (x *ResetPasswordRequest) GetNewPassword() string
func (*ResetPasswordRequest) GetOrgId ¶
func (x *ResetPasswordRequest) GetOrgId() string
func (*ResetPasswordRequest) GetPassword ¶
func (x *ResetPasswordRequest) GetPassword() string
func (*ResetPasswordRequest) GetUsername ¶
func (x *ResetPasswordRequest) GetUsername() string
func (*ResetPasswordRequest) ProtoMessage ¶
func (*ResetPasswordRequest) ProtoMessage()
func (*ResetPasswordRequest) ProtoReflect ¶
func (x *ResetPasswordRequest) ProtoReflect() protoreflect.Message
func (*ResetPasswordRequest) Reset ¶
func (x *ResetPasswordRequest) Reset()
func (*ResetPasswordRequest) String ¶
func (x *ResetPasswordRequest) String() string
type ResetPasswordResponse ¶
type ResetPasswordResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
Response message for ResetPassword
func (*ResetPasswordResponse) Descriptor
deprecated
func (*ResetPasswordResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResetPasswordResponse.ProtoReflect.Descriptor instead.
func (*ResetPasswordResponse) GetOrgId ¶
func (x *ResetPasswordResponse) GetOrgId() string
func (*ResetPasswordResponse) GetUsername ¶
func (x *ResetPasswordResponse) GetUsername() string
func (*ResetPasswordResponse) ProtoMessage ¶
func (*ResetPasswordResponse) ProtoMessage()
func (*ResetPasswordResponse) ProtoReflect ¶
func (x *ResetPasswordResponse) ProtoReflect() protoreflect.Message
func (*ResetPasswordResponse) Reset ¶
func (x *ResetPasswordResponse) Reset()
func (*ResetPasswordResponse) String ¶
func (x *ResetPasswordResponse) String() string
type ResetUserPasswordRequest ¶ added in v0.63.1
type ResetUserPasswordRequest struct { PreviousPassword string `protobuf:"bytes,1,opt,name=previousPassword,proto3" json:"previousPassword,omitempty"` NewPassword string `protobuf:"bytes,2,opt,name=newPassword,proto3" json:"newPassword,omitempty"` // contains filtered or unexported fields }
Request message for ResetUserPassword
func (*ResetUserPasswordRequest) Descriptor
deprecated
added in
v0.63.1
func (*ResetUserPasswordRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResetUserPasswordRequest.ProtoReflect.Descriptor instead.
func (*ResetUserPasswordRequest) GetNewPassword ¶ added in v0.63.1
func (x *ResetUserPasswordRequest) GetNewPassword() string
func (*ResetUserPasswordRequest) GetPreviousPassword ¶ added in v0.63.1
func (x *ResetUserPasswordRequest) GetPreviousPassword() string
func (*ResetUserPasswordRequest) ProtoMessage ¶ added in v0.63.1
func (*ResetUserPasswordRequest) ProtoMessage()
func (*ResetUserPasswordRequest) ProtoReflect ¶ added in v0.63.1
func (x *ResetUserPasswordRequest) ProtoReflect() protoreflect.Message
func (*ResetUserPasswordRequest) Reset ¶ added in v0.63.1
func (x *ResetUserPasswordRequest) Reset()
func (*ResetUserPasswordRequest) String ¶ added in v0.63.1
func (x *ResetUserPasswordRequest) String() string
type ResetUserPasswordResponse ¶ added in v0.63.1
type ResetUserPasswordResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
Response message for ResetUserPassword
func (*ResetUserPasswordResponse) Descriptor
deprecated
added in
v0.63.1
func (*ResetUserPasswordResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResetUserPasswordResponse.ProtoReflect.Descriptor instead.
func (*ResetUserPasswordResponse) GetOrgId ¶ added in v0.63.1
func (x *ResetUserPasswordResponse) GetOrgId() string
func (*ResetUserPasswordResponse) GetUsername ¶ added in v0.63.1
func (x *ResetUserPasswordResponse) GetUsername() string
func (*ResetUserPasswordResponse) ProtoMessage ¶ added in v0.63.1
func (*ResetUserPasswordResponse) ProtoMessage()
func (*ResetUserPasswordResponse) ProtoReflect ¶ added in v0.63.1
func (x *ResetUserPasswordResponse) ProtoReflect() protoreflect.Message
func (*ResetUserPasswordResponse) Reset ¶ added in v0.63.1
func (x *ResetUserPasswordResponse) Reset()
func (*ResetUserPasswordResponse) String ¶ added in v0.63.1
func (x *ResetUserPasswordResponse) String() string
type UnimplementedCoverServer ¶
type UnimplementedCoverServer struct { }
UnimplementedCoverServer must be embedded to have forward compatible implementations.
func (UnimplementedCoverServer) AdminResetPassword ¶
func (UnimplementedCoverServer) AdminResetPassword(context.Context, *AdminResetPasswordRequest) (*AdminResetPasswordResponse, error)
func (UnimplementedCoverServer) CreateMember ¶
func (UnimplementedCoverServer) CreateMember(context.Context, *CreateMemberRequest) (*CreateMemberResponse, error)
func (UnimplementedCoverServer) CreateView ¶
func (UnimplementedCoverServer) CreateView(context.Context, *CreateViewRequest) (*CreateViewResponse, error)
func (UnimplementedCoverServer) DeleteMember ¶
func (UnimplementedCoverServer) DeleteMember(context.Context, *DeleteMemberRequest) (*DeleteMemberResponse, error)
func (UnimplementedCoverServer) DeleteView ¶
func (UnimplementedCoverServer) DeleteView(context.Context, *DeleteViewRequest) (*DeleteViewResponse, error)
func (UnimplementedCoverServer) GetCurrentView ¶
func (UnimplementedCoverServer) GetCurrentView(context.Context, *GetCurrentViewRequest) (*GetCurrentViewResponse, error)
func (UnimplementedCoverServer) GetMemberDetails ¶
func (UnimplementedCoverServer) GetMemberDetails(context.Context, *GetMemberDetailsRequest) (*GetMemberDetailsResponse, error)
func (UnimplementedCoverServer) GetMembers ¶
func (UnimplementedCoverServer) GetMembers(context.Context, *GetMembersRequest) (*GetMembersResponse, error)
func (UnimplementedCoverServer) GetUserDetails ¶ added in v0.63.1
func (UnimplementedCoverServer) GetUserDetails(context.Context, *GetUserDetailsRequest) (*GetUserDetailsResponse, error)
func (UnimplementedCoverServer) GetViews ¶
func (UnimplementedCoverServer) GetViews(context.Context, *GetViewsRequest) (*GetViewsResponse, error)
func (UnimplementedCoverServer) InviteMember ¶
func (UnimplementedCoverServer) InviteMember(context.Context, *InviteMemberRequest) (*InviteMemberResponse, error)
func (UnimplementedCoverServer) ResetPassword ¶
func (UnimplementedCoverServer) ResetPassword(context.Context, *ResetPasswordRequest) (*ResetPasswordResponse, error)
func (UnimplementedCoverServer) ResetUserPassword ¶ added in v0.63.1
func (UnimplementedCoverServer) ResetUserPassword(context.Context, *ResetUserPasswordRequest) (*ResetUserPasswordResponse, error)
func (UnimplementedCoverServer) UpdateUserAvatar ¶ added in v0.63.1
func (UnimplementedCoverServer) UpdateUserAvatar(context.Context, *UpdateUserAvatarRequest) (*UpdateUserAvatarResponse, error)
func (UnimplementedCoverServer) UpdateUserColorTheme ¶ added in v0.63.1
func (UnimplementedCoverServer) UpdateUserColorTheme(context.Context, *UpdateUserColorThemeRequest) (*UpdateUserColorThemeResponse, error)
func (UnimplementedCoverServer) UpdateUserEmail ¶ added in v0.63.1
func (UnimplementedCoverServer) UpdateUserEmail(context.Context, *UpdateUserEmailRequest) (*UpdateUserEmailResponse, error)
func (UnimplementedCoverServer) UpdateUserIcon ¶ added in v0.63.1
func (UnimplementedCoverServer) UpdateUserIcon(context.Context, *UpdateUserIconRequest) (*UpdateUserIconResponse, error)
func (UnimplementedCoverServer) UpdateView ¶
func (UnimplementedCoverServer) UpdateView(context.Context, *UpdateViewRequest) (*UpdateViewResponse, error)
type UnsafeCoverServer ¶
type UnsafeCoverServer interface {
// contains filtered or unexported methods
}
UnsafeCoverServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CoverServer will result in compilation errors.
type UpdateUserAvatarRequest ¶ added in v0.63.1
type UpdateUserAvatarRequest struct { Avatar string `protobuf:"bytes,1,opt,name=avatar,proto3" json:"avatar,omitempty"` // contains filtered or unexported fields }
Request message for UpdateUserAvatar
func (*UpdateUserAvatarRequest) Descriptor
deprecated
added in
v0.63.1
func (*UpdateUserAvatarRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserAvatarRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserAvatarRequest) GetAvatar ¶ added in v0.63.1
func (x *UpdateUserAvatarRequest) GetAvatar() string
func (*UpdateUserAvatarRequest) ProtoMessage ¶ added in v0.63.1
func (*UpdateUserAvatarRequest) ProtoMessage()
func (*UpdateUserAvatarRequest) ProtoReflect ¶ added in v0.63.1
func (x *UpdateUserAvatarRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserAvatarRequest) Reset ¶ added in v0.63.1
func (x *UpdateUserAvatarRequest) Reset()
func (*UpdateUserAvatarRequest) String ¶ added in v0.63.1
func (x *UpdateUserAvatarRequest) String() string
type UpdateUserAvatarResponse ¶ added in v0.63.1
type UpdateUserAvatarResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` Avatar string `protobuf:"bytes,2,opt,name=avatar,proto3" json:"avatar,omitempty"` // contains filtered or unexported fields }
Response message for UpdateUserAvatar
func (*UpdateUserAvatarResponse) Descriptor
deprecated
added in
v0.63.1
func (*UpdateUserAvatarResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserAvatarResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserAvatarResponse) GetAvatar ¶ added in v0.63.1
func (x *UpdateUserAvatarResponse) GetAvatar() string
func (*UpdateUserAvatarResponse) GetOrgId ¶ added in v0.63.1
func (x *UpdateUserAvatarResponse) GetOrgId() string
func (*UpdateUserAvatarResponse) ProtoMessage ¶ added in v0.63.1
func (*UpdateUserAvatarResponse) ProtoMessage()
func (*UpdateUserAvatarResponse) ProtoReflect ¶ added in v0.63.1
func (x *UpdateUserAvatarResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserAvatarResponse) Reset ¶ added in v0.63.1
func (x *UpdateUserAvatarResponse) Reset()
func (*UpdateUserAvatarResponse) String ¶ added in v0.63.1
func (x *UpdateUserAvatarResponse) String() string
type UpdateUserColorThemeRequest ¶ added in v0.63.1
type UpdateUserColorThemeRequest struct { ColorTheme string `protobuf:"bytes,1,opt,name=colorTheme,proto3" json:"colorTheme,omitempty"` // contains filtered or unexported fields }
Request message for UpdateUserColorTheme
func (*UpdateUserColorThemeRequest) Descriptor
deprecated
added in
v0.63.1
func (*UpdateUserColorThemeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserColorThemeRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserColorThemeRequest) GetColorTheme ¶ added in v0.63.1
func (x *UpdateUserColorThemeRequest) GetColorTheme() string
func (*UpdateUserColorThemeRequest) ProtoMessage ¶ added in v0.63.1
func (*UpdateUserColorThemeRequest) ProtoMessage()
func (*UpdateUserColorThemeRequest) ProtoReflect ¶ added in v0.63.1
func (x *UpdateUserColorThemeRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserColorThemeRequest) Reset ¶ added in v0.63.1
func (x *UpdateUserColorThemeRequest) Reset()
func (*UpdateUserColorThemeRequest) String ¶ added in v0.63.1
func (x *UpdateUserColorThemeRequest) String() string
type UpdateUserColorThemeResponse ¶ added in v0.63.1
type UpdateUserColorThemeResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` ColorTheme string `protobuf:"bytes,2,opt,name=colorTheme,proto3" json:"colorTheme,omitempty"` // contains filtered or unexported fields }
Response message for UpdateUserColorTheme
func (*UpdateUserColorThemeResponse) Descriptor
deprecated
added in
v0.63.1
func (*UpdateUserColorThemeResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserColorThemeResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserColorThemeResponse) GetColorTheme ¶ added in v0.63.1
func (x *UpdateUserColorThemeResponse) GetColorTheme() string
func (*UpdateUserColorThemeResponse) GetOrgId ¶ added in v0.63.1
func (x *UpdateUserColorThemeResponse) GetOrgId() string
func (*UpdateUserColorThemeResponse) ProtoMessage ¶ added in v0.63.1
func (*UpdateUserColorThemeResponse) ProtoMessage()
func (*UpdateUserColorThemeResponse) ProtoReflect ¶ added in v0.63.1
func (x *UpdateUserColorThemeResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserColorThemeResponse) Reset ¶ added in v0.63.1
func (x *UpdateUserColorThemeResponse) Reset()
func (*UpdateUserColorThemeResponse) String ¶ added in v0.63.1
func (x *UpdateUserColorThemeResponse) String() string
type UpdateUserEmailRequest ¶ added in v0.63.1
type UpdateUserEmailRequest struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` // contains filtered or unexported fields }
Request message for UpdateUserEmail
func (*UpdateUserEmailRequest) Descriptor
deprecated
added in
v0.63.1
func (*UpdateUserEmailRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserEmailRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserEmailRequest) GetEmail ¶ added in v0.63.1
func (x *UpdateUserEmailRequest) GetEmail() string
func (*UpdateUserEmailRequest) ProtoMessage ¶ added in v0.63.1
func (*UpdateUserEmailRequest) ProtoMessage()
func (*UpdateUserEmailRequest) ProtoReflect ¶ added in v0.63.1
func (x *UpdateUserEmailRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserEmailRequest) Reset ¶ added in v0.63.1
func (x *UpdateUserEmailRequest) Reset()
func (*UpdateUserEmailRequest) String ¶ added in v0.63.1
func (x *UpdateUserEmailRequest) String() string
type UpdateUserEmailResponse ¶ added in v0.63.1
type UpdateUserEmailResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` // contains filtered or unexported fields }
Response message for UpdateUserEmail
func (*UpdateUserEmailResponse) Descriptor
deprecated
added in
v0.63.1
func (*UpdateUserEmailResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserEmailResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserEmailResponse) GetEmail ¶ added in v0.63.1
func (x *UpdateUserEmailResponse) GetEmail() string
func (*UpdateUserEmailResponse) GetOrgId ¶ added in v0.63.1
func (x *UpdateUserEmailResponse) GetOrgId() string
func (*UpdateUserEmailResponse) ProtoMessage ¶ added in v0.63.1
func (*UpdateUserEmailResponse) ProtoMessage()
func (*UpdateUserEmailResponse) ProtoReflect ¶ added in v0.63.1
func (x *UpdateUserEmailResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserEmailResponse) Reset ¶ added in v0.63.1
func (x *UpdateUserEmailResponse) Reset()
func (*UpdateUserEmailResponse) String ¶ added in v0.63.1
func (x *UpdateUserEmailResponse) String() string
type UpdateUserIconRequest ¶ added in v0.63.1
type UpdateUserIconRequest struct { Icon string `protobuf:"bytes,1,opt,name=icon,proto3" json:"icon,omitempty"` // contains filtered or unexported fields }
Request message for UpdateUserIcon
func (*UpdateUserIconRequest) Descriptor
deprecated
added in
v0.63.1
func (*UpdateUserIconRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserIconRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserIconRequest) GetIcon ¶ added in v0.63.1
func (x *UpdateUserIconRequest) GetIcon() string
func (*UpdateUserIconRequest) ProtoMessage ¶ added in v0.63.1
func (*UpdateUserIconRequest) ProtoMessage()
func (*UpdateUserIconRequest) ProtoReflect ¶ added in v0.63.1
func (x *UpdateUserIconRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserIconRequest) Reset ¶ added in v0.63.1
func (x *UpdateUserIconRequest) Reset()
func (*UpdateUserIconRequest) String ¶ added in v0.63.1
func (x *UpdateUserIconRequest) String() string
type UpdateUserIconResponse ¶ added in v0.63.1
type UpdateUserIconResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` Icon string `protobuf:"bytes,2,opt,name=icon,proto3" json:"icon,omitempty"` // contains filtered or unexported fields }
Response message for UpdateUserIcon
func (*UpdateUserIconResponse) Descriptor
deprecated
added in
v0.63.1
func (*UpdateUserIconResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserIconResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserIconResponse) GetIcon ¶ added in v0.63.1
func (x *UpdateUserIconResponse) GetIcon() string
func (*UpdateUserIconResponse) GetOrgId ¶ added in v0.63.1
func (x *UpdateUserIconResponse) GetOrgId() string
func (*UpdateUserIconResponse) ProtoMessage ¶ added in v0.63.1
func (*UpdateUserIconResponse) ProtoMessage()
func (*UpdateUserIconResponse) ProtoReflect ¶ added in v0.63.1
func (x *UpdateUserIconResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserIconResponse) Reset ¶ added in v0.63.1
func (x *UpdateUserIconResponse) Reset()
func (*UpdateUserIconResponse) String ¶ added in v0.63.1
func (x *UpdateUserIconResponse) String() string
type UpdateViewRequest ¶
type UpdateViewRequest struct { // Required. Organization Id. OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` // Required. View Id. ViewId string `protobuf:"bytes,2,opt,name=viewId,proto3" json:"viewId,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` Icon string `protobuf:"bytes,5,opt,name=icon,proto3" json:"icon,omitempty"` IsPrivate bool `protobuf:"varint,6,opt,name=isPrivate,proto3" json:"isPrivate,omitempty"` IsEditable bool `protobuf:"varint,7,opt,name=isEditable,proto3" json:"isEditable,omitempty"` // contains filtered or unexported fields }
Request message for UpdateView
func (*UpdateViewRequest) Descriptor
deprecated
func (*UpdateViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateViewRequest.ProtoReflect.Descriptor instead.
func (*UpdateViewRequest) GetDescription ¶
func (x *UpdateViewRequest) GetDescription() string
func (*UpdateViewRequest) GetIcon ¶
func (x *UpdateViewRequest) GetIcon() string
func (*UpdateViewRequest) GetIsEditable ¶
func (x *UpdateViewRequest) GetIsEditable() bool
func (*UpdateViewRequest) GetIsPrivate ¶
func (x *UpdateViewRequest) GetIsPrivate() bool
func (*UpdateViewRequest) GetName ¶
func (x *UpdateViewRequest) GetName() string
func (*UpdateViewRequest) GetOrgId ¶
func (x *UpdateViewRequest) GetOrgId() string
func (*UpdateViewRequest) GetViewId ¶
func (x *UpdateViewRequest) GetViewId() string
func (*UpdateViewRequest) ProtoMessage ¶
func (*UpdateViewRequest) ProtoMessage()
func (*UpdateViewRequest) ProtoReflect ¶
func (x *UpdateViewRequest) ProtoReflect() protoreflect.Message
func (*UpdateViewRequest) Reset ¶
func (x *UpdateViewRequest) Reset()
func (*UpdateViewRequest) String ¶
func (x *UpdateViewRequest) String() string
type UpdateViewResponse ¶
type UpdateViewResponse struct { OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"` ViewId string `protobuf:"bytes,2,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Response message for UpdateView
func (*UpdateViewResponse) Descriptor
deprecated
func (*UpdateViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateViewResponse.ProtoReflect.Descriptor instead.
func (*UpdateViewResponse) GetOrgId ¶
func (x *UpdateViewResponse) GetOrgId() string
func (*UpdateViewResponse) GetViewId ¶
func (x *UpdateViewResponse) GetViewId() string
func (*UpdateViewResponse) ProtoMessage ¶
func (*UpdateViewResponse) ProtoMessage()
func (*UpdateViewResponse) ProtoReflect ¶
func (x *UpdateViewResponse) ProtoReflect() protoreflect.Message
func (*UpdateViewResponse) Reset ¶
func (x *UpdateViewResponse) Reset()
func (*UpdateViewResponse) String ¶
func (x *UpdateViewResponse) String() string