Documentation
¶
Index ¶
- type Service
- func (s *Service) CompleteClaudeLogin(ctx context.Context, req *protos.CompleteClaudeLoginRequest) (*protos.CompleteClaudeLoginResponse, error)
- 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) StartClaudeLogin(_ context.Context, req *protos.StartClaudeLoginRequest) (*protos.StartClaudeLoginResponse, 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.UnimplementedCredsServiceServer
// contains filtered or unexported fields
}
Service implements protos.CredsServiceServer.
func NewService ¶
func NewService(manager *codexauth.Manager, claudeManager *claudeauth.Manager) *Service
func (*Service) CompleteClaudeLogin ¶
func (s *Service) CompleteClaudeLogin(ctx context.Context, req *protos.CompleteClaudeLoginRequest) (*protos.CompleteClaudeLoginResponse, error)
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) StartClaudeLogin ¶
func (s *Service) StartClaudeLogin(_ context.Context, req *protos.StartClaudeLoginRequest) (*protos.StartClaudeLoginResponse, 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.