Documentation ¶
Index ¶
- type IShorturlServer
- func (s *IShorturlServer) AllLink(ctx context.Context, in *pb.AllLinkRequest) (*pb.AllLinkResponse, error)
- func (s *IShorturlServer) AllUsers(ctx context.Context, in *pb.AllUsersRequest) (*pb.AllUsersResponse, error)
- func (s *IShorturlServer) LongLink(ctx context.Context, in *pb.LongLinkRequest) (*pb.LongLinkResponse, error)
- func (s *IShorturlServer) Post(ctx context.Context, in *pb.PostRequest) (*pb.PostResponse, error)
- func (s *IShorturlServer) ReadService(ctx context.Context, in *pb.ReadServiceRequest) (*pb.ReadServiceResponse, error)
- func (s *IShorturlServer) SaveService(ctx context.Context, in *pb.SaveServiceRequest) (*pb.SaveServiceResponse, error)
- func (s *IShorturlServer) ShortLink(ctx context.Context, in *pb.ShortLinkRequest) (*pb.ShortLinkResponse, error)
- func (s *IShorturlServer) UserAllLink(ctx context.Context, in *pb.UserAllLinkRequest) (*pb.UserAllLinkResponse, error)
- func (s *IShorturlServer) UserDelLink(ctx context.Context, in *pb.UserDelLinkRequest) (*pb.UserDelLinkResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IShorturlServer ¶
type IShorturlServer struct { pb.UnimplementedIShorturlServer // contains filtered or unexported fields }
IShorturlServer -.
func NewIShorturlHandler ¶
func NewIShorturlHandler(h usecase.IShorturl) *IShorturlServer
NewIShorturlHandler -.
func (*IShorturlServer) AllLink ¶
func (s *IShorturlServer) AllLink(ctx context.Context, in *pb.AllLinkRequest) (*pb.AllLinkResponse, error)
AllLink -.
func (*IShorturlServer) AllUsers ¶
func (s *IShorturlServer) AllUsers(ctx context.Context, in *pb.AllUsersRequest) (*pb.AllUsersResponse, error)
AllUsers -.
func (*IShorturlServer) LongLink ¶
func (s *IShorturlServer) LongLink(ctx context.Context, in *pb.LongLinkRequest) (*pb.LongLinkResponse, error)
LongLink -.
func (*IShorturlServer) Post ¶
func (s *IShorturlServer) Post(ctx context.Context, in *pb.PostRequest) (*pb.PostResponse, error)
Post -.
func (*IShorturlServer) ReadService ¶
func (s *IShorturlServer) ReadService(ctx context.Context, in *pb.ReadServiceRequest) (*pb.ReadServiceResponse, error)
ReadService -.
func (*IShorturlServer) SaveService ¶
func (s *IShorturlServer) SaveService(ctx context.Context, in *pb.SaveServiceRequest) (*pb.SaveServiceResponse, error)
SaveService -.
func (*IShorturlServer) ShortLink ¶
func (s *IShorturlServer) ShortLink(ctx context.Context, in *pb.ShortLinkRequest) (*pb.ShortLinkResponse, error)
ShortLink -.
func (*IShorturlServer) UserAllLink ¶
func (s *IShorturlServer) UserAllLink(ctx context.Context, in *pb.UserAllLinkRequest) (*pb.UserAllLinkResponse, error)
UserAllLink -.
func (*IShorturlServer) UserDelLink ¶
func (s *IShorturlServer) UserDelLink(ctx context.Context, in *pb.UserDelLinkRequest) (*pb.UserDelLinkResponse, error)
UserDelLink -.
Click to show internal directories.
Click to hide internal directories.