Documentation ¶
Index ¶
- type App
- func (h *App) BatchFind(ctx context.Context, req *pb.BatchID, res *pb.AppMap) error
- func (h *App) Create(ctx context.Context, req *pb.AppModify, res *pb.AppInfo) error
- func (h *App) Delete(ctx context.Context, req *pb.AppModify, res *metaPb.None) error
- func (h *App) Mark(ctx context.Context, req *pb.AppModify, res *pb.AppInfo) error
- func (h *App) Search(ctx context.Context, req *pb.SearchForm, res *pb.AppList) error
- func (h *App) Unmark(ctx context.Context, req *pb.AppModify, res *pb.AppInfo) error
- func (h *App) Update(ctx context.Context, req *pb.AppModify, res *pb.AppInfo) error
- type Group
- func (h *Group) BatchFind(ctx context.Context, req *pb.BatchID, res *pb.GroupMap) error
- func (h *Group) Create(ctx context.Context, req *pb.GroupModify, res *pb.GroupInfo) error
- func (h *Group) Delete(ctx context.Context, req *pb.GroupModify, res *metaPb.None) error
- func (h *Group) Invite(ctx context.Context, req *pb.GroupModify, res *pb.GroupInfo) error
- func (h *Group) Join(ctx context.Context, req *pb.GroupModify, res *pb.GroupInfo) error
- func (h *Group) Quit(ctx context.Context, req *pb.GroupModify, res *pb.GroupInfo) error
- func (h *Group) Search(ctx context.Context, req *pb.SearchForm, res *pb.GroupList) error
- func (h *Group) Update(ctx context.Context, req *pb.GroupModify, res *pb.GroupInfo) error
- type Org
- func (h *Org) BatchFind(ctx context.Context, req *pb.BatchID, res *pb.OrgMap) error
- func (h *Org) Create(ctx context.Context, req *pb.OrgModify, res *pb.OrgInfo) error
- func (h *Org) Delete(ctx context.Context, req *pb.OrgModify, res *metaPb.None) error
- func (h *Org) Invite(ctx context.Context, req *pb.OrgModify, res *pb.OrgInfo) error
- func (h *Org) Join(ctx context.Context, req *pb.OrgModify, res *pb.OrgInfo) error
- func (h *Org) Quit(ctx context.Context, req *pb.OrgModify, res *pb.OrgInfo) error
- func (h *Org) Search(ctx context.Context, req *pb.SearchForm, res *pb.OrgList) error
- func (h *Org) Update(ctx context.Context, req *pb.OrgModify, res *pb.OrgInfo) error
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct{}
App Handler
type Group ¶
type Group struct{}
Group Handler
type Org ¶
type Org struct{}
Org Handler
Click to show internal directories.
Click to hide internal directories.