Documentation
¶
Index ¶
- type Service
- func (s *Service) ListCodexCredentials(_ context.Context, req *protos.ListCodexCredentialsRequest) (*protos.ListCodexCredentialsResponse, error)
- func (s *Service) PollCodexLogin(_ context.Context, req *protos.PollCodexLoginRequest) (*protos.PollCodexLoginResponse, error)
- func (s *Service) RemoveCodexCredential(_ context.Context, req *protos.RemoveCodexCredentialRequest) (*protos.RemoveCodexCredentialResponse, error)
- func (s *Service) SetCodexCredentialPriority(_ context.Context, req *protos.SetCodexCredentialPriorityRequest) (*protos.SetCodexCredentialPriorityResponse, error)
- func (s *Service) StartCodexLogin(ctx context.Context, req *protos.StartCodexLoginRequest) (*protos.StartCodexLoginResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
protos.UnimplementedAuthServiceServer
// contains filtered or unexported fields
}
Service implements protos.AuthServiceServer.
func NewService ¶
func (*Service) ListCodexCredentials ¶
func (s *Service) ListCodexCredentials(_ context.Context, req *protos.ListCodexCredentialsRequest) (*protos.ListCodexCredentialsResponse, error)
func (*Service) PollCodexLogin ¶
func (s *Service) PollCodexLogin(_ context.Context, req *protos.PollCodexLoginRequest) (*protos.PollCodexLoginResponse, error)
func (*Service) RemoveCodexCredential ¶
func (s *Service) RemoveCodexCredential(_ context.Context, req *protos.RemoveCodexCredentialRequest) (*protos.RemoveCodexCredentialResponse, error)
func (*Service) SetCodexCredentialPriority ¶
func (s *Service) SetCodexCredentialPriority(_ context.Context, req *protos.SetCodexCredentialPriorityRequest) (*protos.SetCodexCredentialPriorityResponse, error)
func (*Service) StartCodexLogin ¶
func (s *Service) StartCodexLogin(ctx context.Context, req *protos.StartCodexLoginRequest) (*protos.StartCodexLoginResponse, error)
Click to show internal directories.
Click to hide internal directories.