Documentation
¶
Index ¶
- type Server
- func (s *Server) AddLike(ctx context.Context, req *protos.LikeRequest) (*protos.BoolResponse, error)
- func (s *Server) DeleteLike(ctx context.Context, req *protos.LikeRequest) (*protos.BoolResponse, error)
- func (s *Server) GetLike(ctx context.Context, req *protos.LikeRequest) (*protos.BoolResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
func (*Server) AddLike ¶
func (s *Server) AddLike(ctx context.Context, req *protos.LikeRequest) (*protos.BoolResponse, error)
func (*Server) DeleteLike ¶
func (s *Server) DeleteLike(ctx context.Context, req *protos.LikeRequest) (*protos.BoolResponse, error)
func (*Server) GetLike ¶
func (s *Server) GetLike(ctx context.Context, req *protos.LikeRequest) (*protos.BoolResponse, error)
Click to show internal directories.
Click to hide internal directories.