Documentation ¶
Index ¶
- type DropServer
- func (s *DropServer) PutLink(c context.Context, req *proto.PutLinkRequest) (*proto.PutLinkResponse, error)
- func (s *DropServer) RemoveLink(c context.Context, req *proto.RemoveLinkRequest) (*proto.RemoveLinkResponse, error)
- func (s *DropServer) Subscribe(req *proto.SubscribeRequest, stream proto.DropApi_SubscribeServer) error
- func (s *DropServer) TwoStepLogin(*proto.LoginRequest, proto.DropApi_TwoStepLoginServer) error
- type Record
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DropServer ¶
type DropServer struct {
// contains filtered or unexported fields
}
func NewDropServer ¶
func NewDropServer(s drop.StorageService) *DropServer
func (*DropServer) PutLink ¶
func (s *DropServer) PutLink(c context.Context, req *proto.PutLinkRequest) (*proto.PutLinkResponse, error)
func (*DropServer) RemoveLink ¶
func (s *DropServer) RemoveLink(c context.Context, req *proto.RemoveLinkRequest) (*proto.RemoveLinkResponse, error)
func (*DropServer) Subscribe ¶
func (s *DropServer) Subscribe(req *proto.SubscribeRequest, stream proto.DropApi_SubscribeServer) error
func (*DropServer) TwoStepLogin ¶
func (s *DropServer) TwoStepLogin(*proto.LoginRequest, proto.DropApi_TwoStepLoginServer) error
Click to show internal directories.
Click to hide internal directories.