Documentation
¶
Overview ¶
Code generated by cozeloop. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalSpaceService ¶
type LocalSpaceService struct {
// contains filtered or unexported fields
}
func NewLocalSpaceService ¶
func NewLocalSpaceService(impl space.SpaceService, mds ...endpoint.Middleware) *LocalSpaceService
func (*LocalSpaceService) GetSpace ¶
func (l *LocalSpaceService) GetSpace(ctx context.Context, request *space.GetSpaceRequest, callOptions ...callopt.Option) (*space.GetSpaceResponse, error)
GetSpace 查询空间信息
func (*LocalSpaceService) ListUserSpaces ¶
func (l *LocalSpaceService) ListUserSpaces(ctx context.Context, request *space.ListUserSpaceRequest, callOptions ...callopt.Option) (*space.ListUserSpaceResponse, error)
ListUserSpaces 空间列表
Click to show internal directories.
Click to hide internal directories.