Documentation ¶
Overview ¶
Package clientgrp maintains the group of handlers for group access.
Index ¶
- type Handlers
- func (h Handlers) Create(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) Delete(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) Query(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) QueryByID(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) QueryClientProjects(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) Update(ctx context.Context, w http.ResponseWriter, r *http.Request) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handlers ¶
type Handlers struct { Client client.Core Workspace workspace.Core User user.Core Project project.Core }
Handlers manages the set of client endpoints.
func (Handlers) QueryClientProjects ¶
func (h Handlers) QueryClientProjects(ctx context.Context, w http.ResponseWriter, r *http.Request) error
QueryClientProjects returns a list of workspaces with paging.
Click to show internal directories.
Click to hide internal directories.