Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PingService ¶
type PingService struct{}
func (*PingService) Ping ¶
func (s *PingService) Ping(ctx context.Context, req *connect.Request[pingv1.PingRequest]) (*connect.Response[pingv1.PingResponse], error)
type QrUrlService ¶
type QrUrlService struct{}
func (*QrUrlService) PostQrCode ¶
func (s *QrUrlService) PostQrCode( ctx context.Context, req *connect.Request[qrurlv1.PostQrCodeRequest], ) (resp *connect.Response[qrurlv1.PostQrCodeResponse], err error)
Click to show internal directories.
Click to hide internal directories.