Documentation
¶
Index ¶
- type Device
- func (h *Device) BatchFind(ctx context.Context, req *pb.BatchID, res *pb.DeviceMap) error
- func (h *Device) Create(ctx context.Context, req *pb.DeviceModify, res *pb.DeviceInfo) error
- func (h *Device) Delete(ctx context.Context, req *pb.DeviceModify, res *metaPb.None) error
- func (h *Device) Search(ctx context.Context, req *pb.SearchForm, res *pb.DeviceList) error
- func (h *Device) Update(ctx context.Context, req *pb.DeviceModify, res *pb.DeviceInfo) error
- type Meeting
- func (h *Meeting) BatchFind(ctx context.Context, req *pb.BatchID, res *pb.MeetingMap) error
- func (h *Meeting) Create(ctx context.Context, req *pb.MeetingModify, res *pb.MeetingInfo) error
- func (h *Meeting) Delete(ctx context.Context, req *pb.MeetingModify, res *metaPb.None) error
- func (h *Meeting) Search(ctx context.Context, req *pb.SearchForm, res *pb.MeetingList) error
- func (h *Meeting) Update(ctx context.Context, req *pb.MeetingModify, res *pb.MeetingInfo) error
- type Room
- func (h *Room) BatchFind(ctx context.Context, req *pb.BatchID, res *pb.RoomMap) error
- func (h *Room) Create(ctx context.Context, req *pb.RoomModify, res *pb.RoomInfo) error
- func (h *Room) Delete(ctx context.Context, req *pb.RoomModify, res *metaPb.None) error
- func (h *Room) Search(ctx context.Context, req *pb.SearchForm, res *pb.RoomList) error
- func (h *Room) Update(ctx context.Context, req *pb.RoomModify, res *pb.RoomInfo) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device struct{}
Device Handler
func (*Device) Create ¶
func (h *Device) Create(ctx context.Context, req *pb.DeviceModify, res *pb.DeviceInfo) error
Create Device
func (*Device) Search ¶
func (h *Device) Search(ctx context.Context, req *pb.SearchForm, res *pb.DeviceList) error
Search Device
func (*Device) Update ¶
func (h *Device) Update(ctx context.Context, req *pb.DeviceModify, res *pb.DeviceInfo) error
Update Device
type Meeting ¶
type Meeting struct{}
Meeting Handler
func (*Meeting) Create ¶
func (h *Meeting) Create(ctx context.Context, req *pb.MeetingModify, res *pb.MeetingInfo) error
Create Meeting
func (*Meeting) Search ¶
func (h *Meeting) Search(ctx context.Context, req *pb.SearchForm, res *pb.MeetingList) error
Search Meeting
func (*Meeting) Update ¶
func (h *Meeting) Update(ctx context.Context, req *pb.MeetingModify, res *pb.MeetingInfo) error
Update Meeting
Click to show internal directories.
Click to hide internal directories.