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 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 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) GetViews(context.Context, *GetViewsRequest) (*GetViewsResponse, error)
- func (UnimplementedCoverServer) InviteMember(context.Context, *InviteMemberRequest) (*InviteMemberResponse, error)
- func (UnimplementedCoverServer) ResetPassword(context.Context, *ResetPasswordRequest) (*ResetPasswordResponse, error)
- func (UnimplementedCoverServer) UpdateMemberAvatar(context.Context, *UpdateMemberAvatarRequest) (*UpdateMemberAvatarResponse, error)
- func (UnimplementedCoverServer) UpdateMemberColorTheme(context.Context, *UpdateMemberColorThemeRequest) (*UpdateMemberColorThemeResponse, error)
- func (UnimplementedCoverServer) UpdateMemberEmail(context.Context, *UpdateMemberEmailRequest) (*UpdateMemberEmailResponse, error)
- func (UnimplementedCoverServer) UpdateMemberIcon(context.Context, *UpdateMemberIconRequest) (*UpdateMemberIconResponse, error)
- func (UnimplementedCoverServer) UpdateMemberUsername(context.Context, *UpdateMemberUsernameRequest) (*UpdateMemberUsernameResponse, error)
- func (UnimplementedCoverServer) UpdateView(context.Context, *UpdateViewRequest) (*UpdateViewResponse, error)
- type UnsafeCoverServer
- type UpdateMemberAvatarRequest
- func (*UpdateMemberAvatarRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMemberAvatarRequest) GetAvatar() string
- func (x *UpdateMemberAvatarRequest) GetOrgId() string
- func (x *UpdateMemberAvatarRequest) GetUsername() string
- func (*UpdateMemberAvatarRequest) ProtoMessage()
- func (x *UpdateMemberAvatarRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateMemberAvatarRequest) Reset()
- func (x *UpdateMemberAvatarRequest) String() string
- type UpdateMemberAvatarResponse
- func (*UpdateMemberAvatarResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMemberAvatarResponse) GetAvatar() string
- func (x *UpdateMemberAvatarResponse) GetOrgId() string
- func (*UpdateMemberAvatarResponse) ProtoMessage()
- func (x *UpdateMemberAvatarResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateMemberAvatarResponse) Reset()
- func (x *UpdateMemberAvatarResponse) String() string
- type UpdateMemberColorThemeRequest
- func (*UpdateMemberColorThemeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMemberColorThemeRequest) GetColorTheme() string
- func (x *UpdateMemberColorThemeRequest) GetOrgId() string
- func (x *UpdateMemberColorThemeRequest) GetUsername() string
- func (*UpdateMemberColorThemeRequest) ProtoMessage()
- func (x *UpdateMemberColorThemeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateMemberColorThemeRequest) Reset()
- func (x *UpdateMemberColorThemeRequest) String() string
- type UpdateMemberColorThemeResponse
- func (*UpdateMemberColorThemeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMemberColorThemeResponse) GetColorTheme() string
- func (x *UpdateMemberColorThemeResponse) GetOrgId() string
- func (*UpdateMemberColorThemeResponse) ProtoMessage()
- func (x *UpdateMemberColorThemeResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateMemberColorThemeResponse) Reset()
- func (x *UpdateMemberColorThemeResponse) String() string
- type UpdateMemberEmailRequest
- func (*UpdateMemberEmailRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMemberEmailRequest) GetEmail() string
- func (x *UpdateMemberEmailRequest) GetOrgId() string
- func (x *UpdateMemberEmailRequest) GetUsername() string
- func (*UpdateMemberEmailRequest) ProtoMessage()
- func (x *UpdateMemberEmailRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateMemberEmailRequest) Reset()
- func (x *UpdateMemberEmailRequest) String() string
- type UpdateMemberEmailResponse
- func (*UpdateMemberEmailResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMemberEmailResponse) GetEmail() string
- func (x *UpdateMemberEmailResponse) GetOrgId() string
- func (*UpdateMemberEmailResponse) ProtoMessage()
- func (x *UpdateMemberEmailResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateMemberEmailResponse) Reset()
- func (x *UpdateMemberEmailResponse) String() string
- type UpdateMemberIconRequest
- func (*UpdateMemberIconRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMemberIconRequest) GetIcon() string
- func (x *UpdateMemberIconRequest) GetOrgId() string
- func (x *UpdateMemberIconRequest) GetUsername() string
- func (*UpdateMemberIconRequest) ProtoMessage()
- func (x *UpdateMemberIconRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateMemberIconRequest) Reset()
- func (x *UpdateMemberIconRequest) String() string
- type UpdateMemberIconResponse
- func (*UpdateMemberIconResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMemberIconResponse) GetIcon() string
- func (x *UpdateMemberIconResponse) GetOrgId() string
- func (*UpdateMemberIconResponse) ProtoMessage()
- func (x *UpdateMemberIconResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateMemberIconResponse) Reset()
- func (x *UpdateMemberIconResponse) String() string
- type UpdateMemberUsernameRequest
- func (*UpdateMemberUsernameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMemberUsernameRequest) GetNewUsername() string
- func (x *UpdateMemberUsernameRequest) GetOrgId() string
- func (x *UpdateMemberUsernameRequest) GetUsername() string
- func (*UpdateMemberUsernameRequest) ProtoMessage()
- func (x *UpdateMemberUsernameRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateMemberUsernameRequest) Reset()
- func (x *UpdateMemberUsernameRequest) String() string
- type UpdateMemberUsernameResponse
- func (*UpdateMemberUsernameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMemberUsernameResponse) GetOrgId() string
- func (x *UpdateMemberUsernameResponse) GetUsername() string
- func (*UpdateMemberUsernameResponse) ProtoMessage()
- func (x *UpdateMemberUsernameResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateMemberUsernameResponse) Reset()
- func (x *UpdateMemberUsernameResponse) 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: "UpdateMemberAvatar", Handler: _Cover_UpdateMemberAvatar_Handler, }, { MethodName: "UpdateMemberIcon", Handler: _Cover_UpdateMemberIcon_Handler, }, { MethodName: "UpdateMemberColorTheme", Handler: _Cover_UpdateMemberColorTheme_Handler, }, { MethodName: "UpdateMemberUsername", Handler: _Cover_UpdateMemberUsername_Handler, }, { MethodName: "UpdateMemberEmail", Handler: _Cover_UpdateMemberEmail_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) // Modify user's avatar UpdateMemberAvatar(ctx context.Context, in *UpdateMemberAvatarRequest, opts ...grpc.CallOption) (*UpdateMemberAvatarResponse, error) // Modify user's icon UpdateMemberIcon(ctx context.Context, in *UpdateMemberIconRequest, opts ...grpc.CallOption) (*UpdateMemberIconResponse, error) // Modify user's color theme UpdateMemberColorTheme(ctx context.Context, in *UpdateMemberColorThemeRequest, opts ...grpc.CallOption) (*UpdateMemberColorThemeResponse, error) // Modify username UpdateMemberUsername(ctx context.Context, in *UpdateMemberUsernameRequest, opts ...grpc.CallOption) (*UpdateMemberUsernameResponse, error) // Modify user's email UpdateMemberEmail(ctx context.Context, in *UpdateMemberEmailRequest, opts ...grpc.CallOption) (*UpdateMemberEmailResponse, 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) // Modify user's avatar UpdateMemberAvatar(context.Context, *UpdateMemberAvatarRequest) (*UpdateMemberAvatarResponse, error) // Modify user's icon UpdateMemberIcon(context.Context, *UpdateMemberIconRequest) (*UpdateMemberIconResponse, error) // Modify user's color theme UpdateMemberColorTheme(context.Context, *UpdateMemberColorThemeRequest) (*UpdateMemberColorThemeResponse, error) // Modify username UpdateMemberUsername(context.Context, *UpdateMemberUsernameRequest) (*UpdateMemberUsernameResponse, error) // Modify user's email UpdateMemberEmail(context.Context, *UpdateMemberEmailRequest) (*UpdateMemberEmailResponse, 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 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 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) 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) UpdateMemberAvatar ¶
func (UnimplementedCoverServer) UpdateMemberAvatar(context.Context, *UpdateMemberAvatarRequest) (*UpdateMemberAvatarResponse, error)
func (UnimplementedCoverServer) UpdateMemberColorTheme ¶
func (UnimplementedCoverServer) UpdateMemberColorTheme(context.Context, *UpdateMemberColorThemeRequest) (*UpdateMemberColorThemeResponse, error)
func (UnimplementedCoverServer) UpdateMemberEmail ¶
func (UnimplementedCoverServer) UpdateMemberEmail(context.Context, *UpdateMemberEmailRequest) (*UpdateMemberEmailResponse, error)
func (UnimplementedCoverServer) UpdateMemberIcon ¶
func (UnimplementedCoverServer) UpdateMemberIcon(context.Context, *UpdateMemberIconRequest) (*UpdateMemberIconResponse, error)
func (UnimplementedCoverServer) UpdateMemberUsername ¶
func (UnimplementedCoverServer) UpdateMemberUsername(context.Context, *UpdateMemberUsernameRequest) (*UpdateMemberUsernameResponse, 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 UpdateMemberAvatarRequest ¶
type UpdateMemberAvatarRequest 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"` Avatar string `protobuf:"bytes,3,opt,name=avatar,proto3" json:"avatar,omitempty"` // contains filtered or unexported fields }
Request message for UpdateMemberAvatar
func (*UpdateMemberAvatarRequest) Descriptor
deprecated
func (*UpdateMemberAvatarRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateMemberAvatarRequest.ProtoReflect.Descriptor instead.
func (*UpdateMemberAvatarRequest) GetAvatar ¶
func (x *UpdateMemberAvatarRequest) GetAvatar() string
func (*UpdateMemberAvatarRequest) GetOrgId ¶
func (x *UpdateMemberAvatarRequest) GetOrgId() string
func (*UpdateMemberAvatarRequest) GetUsername ¶
func (x *UpdateMemberAvatarRequest) GetUsername() string
func (*UpdateMemberAvatarRequest) ProtoMessage ¶
func (*UpdateMemberAvatarRequest) ProtoMessage()
func (*UpdateMemberAvatarRequest) ProtoReflect ¶
func (x *UpdateMemberAvatarRequest) ProtoReflect() protoreflect.Message
func (*UpdateMemberAvatarRequest) Reset ¶
func (x *UpdateMemberAvatarRequest) Reset()
func (*UpdateMemberAvatarRequest) String ¶
func (x *UpdateMemberAvatarRequest) String() string
type UpdateMemberAvatarResponse ¶
type UpdateMemberAvatarResponse 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 UpdateMemberAvatar
func (*UpdateMemberAvatarResponse) Descriptor
deprecated
func (*UpdateMemberAvatarResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateMemberAvatarResponse.ProtoReflect.Descriptor instead.
func (*UpdateMemberAvatarResponse) GetAvatar ¶
func (x *UpdateMemberAvatarResponse) GetAvatar() string
func (*UpdateMemberAvatarResponse) GetOrgId ¶
func (x *UpdateMemberAvatarResponse) GetOrgId() string
func (*UpdateMemberAvatarResponse) ProtoMessage ¶
func (*UpdateMemberAvatarResponse) ProtoMessage()
func (*UpdateMemberAvatarResponse) ProtoReflect ¶
func (x *UpdateMemberAvatarResponse) ProtoReflect() protoreflect.Message
func (*UpdateMemberAvatarResponse) Reset ¶
func (x *UpdateMemberAvatarResponse) Reset()
func (*UpdateMemberAvatarResponse) String ¶
func (x *UpdateMemberAvatarResponse) String() string
type UpdateMemberColorThemeRequest ¶
type UpdateMemberColorThemeRequest 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"` ColorTheme string `protobuf:"bytes,3,opt,name=colorTheme,proto3" json:"colorTheme,omitempty"` // contains filtered or unexported fields }
Request message for UpdateMemberColorTheme
func (*UpdateMemberColorThemeRequest) Descriptor
deprecated
func (*UpdateMemberColorThemeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateMemberColorThemeRequest.ProtoReflect.Descriptor instead.
func (*UpdateMemberColorThemeRequest) GetColorTheme ¶
func (x *UpdateMemberColorThemeRequest) GetColorTheme() string
func (*UpdateMemberColorThemeRequest) GetOrgId ¶
func (x *UpdateMemberColorThemeRequest) GetOrgId() string
func (*UpdateMemberColorThemeRequest) GetUsername ¶
func (x *UpdateMemberColorThemeRequest) GetUsername() string
func (*UpdateMemberColorThemeRequest) ProtoMessage ¶
func (*UpdateMemberColorThemeRequest) ProtoMessage()
func (*UpdateMemberColorThemeRequest) ProtoReflect ¶
func (x *UpdateMemberColorThemeRequest) ProtoReflect() protoreflect.Message
func (*UpdateMemberColorThemeRequest) Reset ¶
func (x *UpdateMemberColorThemeRequest) Reset()
func (*UpdateMemberColorThemeRequest) String ¶
func (x *UpdateMemberColorThemeRequest) String() string
type UpdateMemberColorThemeResponse ¶
type UpdateMemberColorThemeResponse 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 UpdateMemberColorTheme
func (*UpdateMemberColorThemeResponse) Descriptor
deprecated
func (*UpdateMemberColorThemeResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateMemberColorThemeResponse.ProtoReflect.Descriptor instead.
func (*UpdateMemberColorThemeResponse) GetColorTheme ¶
func (x *UpdateMemberColorThemeResponse) GetColorTheme() string
func (*UpdateMemberColorThemeResponse) GetOrgId ¶
func (x *UpdateMemberColorThemeResponse) GetOrgId() string
func (*UpdateMemberColorThemeResponse) ProtoMessage ¶
func (*UpdateMemberColorThemeResponse) ProtoMessage()
func (*UpdateMemberColorThemeResponse) ProtoReflect ¶
func (x *UpdateMemberColorThemeResponse) ProtoReflect() protoreflect.Message
func (*UpdateMemberColorThemeResponse) Reset ¶
func (x *UpdateMemberColorThemeResponse) Reset()
func (*UpdateMemberColorThemeResponse) String ¶
func (x *UpdateMemberColorThemeResponse) String() string
type UpdateMemberEmailRequest ¶
type UpdateMemberEmailRequest 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"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` // contains filtered or unexported fields }
Request message for UpdateMemberEmail
func (*UpdateMemberEmailRequest) Descriptor
deprecated
func (*UpdateMemberEmailRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateMemberEmailRequest.ProtoReflect.Descriptor instead.
func (*UpdateMemberEmailRequest) GetEmail ¶
func (x *UpdateMemberEmailRequest) GetEmail() string
func (*UpdateMemberEmailRequest) GetOrgId ¶
func (x *UpdateMemberEmailRequest) GetOrgId() string
func (*UpdateMemberEmailRequest) GetUsername ¶
func (x *UpdateMemberEmailRequest) GetUsername() string
func (*UpdateMemberEmailRequest) ProtoMessage ¶
func (*UpdateMemberEmailRequest) ProtoMessage()
func (*UpdateMemberEmailRequest) ProtoReflect ¶
func (x *UpdateMemberEmailRequest) ProtoReflect() protoreflect.Message
func (*UpdateMemberEmailRequest) Reset ¶
func (x *UpdateMemberEmailRequest) Reset()
func (*UpdateMemberEmailRequest) String ¶
func (x *UpdateMemberEmailRequest) String() string
type UpdateMemberEmailResponse ¶
type UpdateMemberEmailResponse 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 UpdateMemberEmail
func (*UpdateMemberEmailResponse) Descriptor
deprecated
func (*UpdateMemberEmailResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateMemberEmailResponse.ProtoReflect.Descriptor instead.
func (*UpdateMemberEmailResponse) GetEmail ¶
func (x *UpdateMemberEmailResponse) GetEmail() string
func (*UpdateMemberEmailResponse) GetOrgId ¶
func (x *UpdateMemberEmailResponse) GetOrgId() string
func (*UpdateMemberEmailResponse) ProtoMessage ¶
func (*UpdateMemberEmailResponse) ProtoMessage()
func (*UpdateMemberEmailResponse) ProtoReflect ¶
func (x *UpdateMemberEmailResponse) ProtoReflect() protoreflect.Message
func (*UpdateMemberEmailResponse) Reset ¶
func (x *UpdateMemberEmailResponse) Reset()
func (*UpdateMemberEmailResponse) String ¶
func (x *UpdateMemberEmailResponse) String() string
type UpdateMemberIconRequest ¶
type UpdateMemberIconRequest 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"` Icon string `protobuf:"bytes,3,opt,name=icon,proto3" json:"icon,omitempty"` // contains filtered or unexported fields }
Request message for UpdateMemberIcon
func (*UpdateMemberIconRequest) Descriptor
deprecated
func (*UpdateMemberIconRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateMemberIconRequest.ProtoReflect.Descriptor instead.
func (*UpdateMemberIconRequest) GetIcon ¶
func (x *UpdateMemberIconRequest) GetIcon() string
func (*UpdateMemberIconRequest) GetOrgId ¶
func (x *UpdateMemberIconRequest) GetOrgId() string
func (*UpdateMemberIconRequest) GetUsername ¶
func (x *UpdateMemberIconRequest) GetUsername() string
func (*UpdateMemberIconRequest) ProtoMessage ¶
func (*UpdateMemberIconRequest) ProtoMessage()
func (*UpdateMemberIconRequest) ProtoReflect ¶
func (x *UpdateMemberIconRequest) ProtoReflect() protoreflect.Message
func (*UpdateMemberIconRequest) Reset ¶
func (x *UpdateMemberIconRequest) Reset()
func (*UpdateMemberIconRequest) String ¶
func (x *UpdateMemberIconRequest) String() string
type UpdateMemberIconResponse ¶
type UpdateMemberIconResponse 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 UpdateMemberIcon
func (*UpdateMemberIconResponse) Descriptor
deprecated
func (*UpdateMemberIconResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateMemberIconResponse.ProtoReflect.Descriptor instead.
func (*UpdateMemberIconResponse) GetIcon ¶
func (x *UpdateMemberIconResponse) GetIcon() string
func (*UpdateMemberIconResponse) GetOrgId ¶
func (x *UpdateMemberIconResponse) GetOrgId() string
func (*UpdateMemberIconResponse) ProtoMessage ¶
func (*UpdateMemberIconResponse) ProtoMessage()
func (*UpdateMemberIconResponse) ProtoReflect ¶
func (x *UpdateMemberIconResponse) ProtoReflect() protoreflect.Message
func (*UpdateMemberIconResponse) Reset ¶
func (x *UpdateMemberIconResponse) Reset()
func (*UpdateMemberIconResponse) String ¶
func (x *UpdateMemberIconResponse) String() string
type UpdateMemberUsernameRequest ¶
type UpdateMemberUsernameRequest 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"` NewUsername string `protobuf:"bytes,3,opt,name=newUsername,proto3" json:"newUsername,omitempty"` // contains filtered or unexported fields }
Request message for UpdateMemberUsername
func (*UpdateMemberUsernameRequest) Descriptor
deprecated
func (*UpdateMemberUsernameRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateMemberUsernameRequest.ProtoReflect.Descriptor instead.
func (*UpdateMemberUsernameRequest) GetNewUsername ¶
func (x *UpdateMemberUsernameRequest) GetNewUsername() string
func (*UpdateMemberUsernameRequest) GetOrgId ¶
func (x *UpdateMemberUsernameRequest) GetOrgId() string
func (*UpdateMemberUsernameRequest) GetUsername ¶
func (x *UpdateMemberUsernameRequest) GetUsername() string
func (*UpdateMemberUsernameRequest) ProtoMessage ¶
func (*UpdateMemberUsernameRequest) ProtoMessage()
func (*UpdateMemberUsernameRequest) ProtoReflect ¶
func (x *UpdateMemberUsernameRequest) ProtoReflect() protoreflect.Message
func (*UpdateMemberUsernameRequest) Reset ¶
func (x *UpdateMemberUsernameRequest) Reset()
func (*UpdateMemberUsernameRequest) String ¶
func (x *UpdateMemberUsernameRequest) String() string
type UpdateMemberUsernameResponse ¶
type UpdateMemberUsernameResponse 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 UpdateMemberUsername
func (*UpdateMemberUsernameResponse) Descriptor
deprecated
func (*UpdateMemberUsernameResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateMemberUsernameResponse.ProtoReflect.Descriptor instead.
func (*UpdateMemberUsernameResponse) GetOrgId ¶
func (x *UpdateMemberUsernameResponse) GetOrgId() string
func (*UpdateMemberUsernameResponse) GetUsername ¶
func (x *UpdateMemberUsernameResponse) GetUsername() string
func (*UpdateMemberUsernameResponse) ProtoMessage ¶
func (*UpdateMemberUsernameResponse) ProtoMessage()
func (*UpdateMemberUsernameResponse) ProtoReflect ¶
func (x *UpdateMemberUsernameResponse) ProtoReflect() protoreflect.Message
func (*UpdateMemberUsernameResponse) Reset ¶
func (x *UpdateMemberUsernameResponse) Reset()
func (*UpdateMemberUsernameResponse) String ¶
func (x *UpdateMemberUsernameResponse) 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