Documentation ¶
Index ¶
- type Server
- func (s *Server) CreateAuthentication(ctx context.Context, in *pbauth.CreateAuthenticationRequest) (*pbauth.CreateAuthenticationResponse, error)
- func (s *Server) DeleteAuthentication(ctx context.Context, in *pbauth.DeleteAuthenticationRequest) (*emptypb.Empty, error)
- func (s *Server) RetrieveAuthentication(ctx context.Context, in *pbauth.RetrieveAuthenticationRequest) (*pbauth.RetrieveAuthenticationResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
Redis *redis.Client
}
func (*Server) CreateAuthentication ¶
func (s *Server) CreateAuthentication(ctx context.Context, in *pbauth.CreateAuthenticationRequest) (*pbauth.CreateAuthenticationResponse, error)
func (*Server) DeleteAuthentication ¶
func (*Server) RetrieveAuthentication ¶
func (s *Server) RetrieveAuthentication(ctx context.Context, in *pbauth.RetrieveAuthenticationRequest) (*pbauth.RetrieveAuthenticationResponse, error)
Click to show internal directories.
Click to hide internal directories.