Documentation
¶
Index ¶
- type Handler
- func (s *Handler) AddAccountIntegration(ctx context.Context, in *pb.AddAccountIntegrationRequest) (*pbModels.SSMEmpty, error)
- func (s *Handler) ApplyModChange(ctx context.Context, in *pb.ApplyModChangeRequest) (*pb.ApplyModChangeResponse, error)
- func (s *Handler) CancelAgentTask(ctx context.Context, in *pb.CancelAgentTaskRequest) (*pbModels.SSMEmpty, error)
- func (s *Handler) CheckUserExistsOrCreate(ctx context.Context, in *pb.CheckUserExistsOrCreateRequest) (*pbModels.SSMEmpty, error)
- func (s *Handler) CreateAccount(ctx context.Context, in *pb.CreateAccountRequest) (*pbModels.SSMEmpty, error)
- func (s *Handler) CreateAgent(ctx context.Context, in *pb.CreateAgentRequest) (*pb.CreateAgentResponse, error)
- func (s *Handler) CreateAgentTask(ctx context.Context, in *pb.CreateAgentTaskRequest) (*pb.CreateAgentTaskResponse, error)
- func (s *Handler) CreateUserAPIKey(ctx context.Context, in *pb.CreateUserAPIKeyRequest) (*pb.CreateUserAPIKeyResponse, error)
- func (s *Handler) DeleteAccount(ctx context.Context, in *pb.DeleteAccountRequest) (*pbModels.SSMEmpty, error)
- func (s *Handler) DeleteAccountIntegration(ctx context.Context, in *pb.DeleteAccountIntegrationRequest) (*pbModels.SSMEmpty, error)
- func (s *Handler) DeleteAgent(ctx context.Context, in *pb.DeleteAgentRequest) (*pbModels.SSMEmpty, error)
- func (s *Handler) DeleteUserAPIKey(ctx context.Context, in *pb.DeleteUserAPIKeyRequest) (*pbModels.SSMEmpty, error)
- func (s *Handler) DownloadFile(in *pb.FrontendDownloadRequest, stream pb.FrontendService_DownloadFileServer) error
- func (s *Handler) GetAccountIntegrationEvents(ctx context.Context, in *pb.GetAccountIntegrationEventsRequest) (*pb.GetAccountIntegrationEventsResponse, error)
- func (s *Handler) GetAgent(ctx context.Context, in *pb.GetAgentRequest) (*pb.GetAgentResponse, error)
- func (s *Handler) GetAgentLog(ctx context.Context, in *pb.GetAgentLogRequest) (*pb.GetAgentLogResponse, error)
- func (s *Handler) GetAgentMods(ctx context.Context, in *pb.GetAgentModsRequest) (*pb.GetAgentModsResponse, error)
- func (s *Handler) GetAgentStats(ctx context.Context, in *pb.GetAgentStatsRequest) (*pb.GetAgentStatsResponse, error)
- func (s *Handler) GetAgentTasks(ctx context.Context, in *pb.GetAgentTasksRequest) (*pb.GetAgentTasksResponse, error)
- func (s *Handler) GetAgentWorkflow(ctx context.Context, in *pb.GetAgentWorkflowRequest) (*pb.GetAgentWorkflowResponse, error)
- func (s *Handler) GetAgentWorkflowByAgent(ctx context.Context, in *pb.GetAgentWorkflowByAgentRequest) (*pb.GetAgentWorkflowResponse, error)
- func (s *Handler) GetUser(ctx context.Context, in *pb.GetUserRequest) (*pb.GetUserResponse, error)
- func (s *Handler) GetUserActiveAccount(ctx context.Context, in *pb.GetUserActiveAccountRequest) (*pb.GetUserActiveAccountResponse, error)
- func (s *Handler) GetUserActiveAccountAgents(ctx context.Context, in *pb.GetUserActiveAccountAgentsRequest) (*pb.GetUserActiveAccountAgentsResponse, error)
- func (s *Handler) GetUserActiveAccountAudits(ctx context.Context, in *pb.GetUserActiveAccountAuditsRequest) (*pb.GetUserActiveAccountAuditsResponse, error)
- func (s *Handler) GetUserActiveAccountIntegrations(ctx context.Context, in *pb.GetUserActiveAccountIntegrationsRequest) (*pb.GetUserActiveAccountIntegrationsResponse, error)
- func (s *Handler) GetUserActiveAccountUsers(ctx context.Context, in *pb.GetUserActiveAccountUsersRequest) (*pb.GetUserActiveAccountUsersResponse, error)
- func (s *Handler) GetUserLinkedAccounts(ctx context.Context, in *pb.GetUserLinkedAccountsRequest) (*pb.GetUserLinkedAccountsResponse, error)
- func (s *Handler) JoinAccount(ctx context.Context, in *pb.JoinAccountRequest) (*pbModels.SSMEmpty, error)
- func (s *Handler) PreviewModChange(ctx context.Context, in *pb.ModChangeRequest) (*pb.PreviewModChangeResponse, error)
- func (s *Handler) RetryAgentTask(ctx context.Context, in *pb.RetryAgentTaskRequest) (*pbModels.SSMEmpty, error)
- func (s *Handler) SwitchActiveAccount(ctx context.Context, in *pb.SwitchActiveAccountRequest) (*pbModels.SSMEmpty, error)
- func (s *Handler) UpdateAccountIntegration(ctx context.Context, in *pb.UpdateAccountIntegrationRequest) (*pbModels.SSMEmpty, error)
- func (s *Handler) UpdateAgentModConfigText(ctx context.Context, in *pb.UpdateAgentModConfigTextRequest) (*pbModels.SSMEmpty, error)
- func (s *Handler) UpdateAgentSettings(ctx context.Context, in *pb.UpdateAgentSettingsRequest) (*pbModels.SSMEmpty, error)
- func (s *Handler) UploadSaveFile(stream pb.FrontendService_UploadSaveFileServer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
pb.UnimplementedFrontendServiceServer
}
func (*Handler) AddAccountIntegration ¶ added in v1.0.77
func (*Handler) ApplyModChange ¶ added in v1.0.79
func (s *Handler) ApplyModChange(ctx context.Context, in *pb.ApplyModChangeRequest) (*pb.ApplyModChangeResponse, error)
func (*Handler) CancelAgentTask ¶ added in v1.0.79
func (*Handler) CheckUserExistsOrCreate ¶
func (*Handler) CreateAccount ¶ added in v1.0.71
func (*Handler) CreateAgent ¶ added in v1.0.71
func (s *Handler) CreateAgent(ctx context.Context, in *pb.CreateAgentRequest) (*pb.CreateAgentResponse, error)
func (*Handler) CreateAgentTask ¶ added in v1.0.71
func (s *Handler) CreateAgentTask(ctx context.Context, in *pb.CreateAgentTaskRequest) (*pb.CreateAgentTaskResponse, error)
func (*Handler) CreateUserAPIKey ¶ added in v1.0.80
func (s *Handler) CreateUserAPIKey(ctx context.Context, in *pb.CreateUserAPIKeyRequest) (*pb.CreateUserAPIKeyResponse, error)
func (*Handler) DeleteAccount ¶ added in v1.0.71
func (*Handler) DeleteAccountIntegration ¶ added in v1.0.77
func (*Handler) DeleteAgent ¶ added in v1.0.71
func (*Handler) DeleteUserAPIKey ¶ added in v1.0.80
func (*Handler) DownloadFile ¶ added in v1.0.77
func (s *Handler) DownloadFile(in *pb.FrontendDownloadRequest, stream pb.FrontendService_DownloadFileServer) error
func (*Handler) GetAccountIntegrationEvents ¶ added in v1.0.71
func (s *Handler) GetAccountIntegrationEvents(ctx context.Context, in *pb.GetAccountIntegrationEventsRequest) (*pb.GetAccountIntegrationEventsResponse, error)
func (*Handler) GetAgent ¶ added in v1.0.71
func (s *Handler) GetAgent(ctx context.Context, in *pb.GetAgentRequest) (*pb.GetAgentResponse, error)
func (*Handler) GetAgentLog ¶ added in v1.0.71
func (s *Handler) GetAgentLog(ctx context.Context, in *pb.GetAgentLogRequest) (*pb.GetAgentLogResponse, error)
func (*Handler) GetAgentMods ¶ added in v1.0.71
func (s *Handler) GetAgentMods(ctx context.Context, in *pb.GetAgentModsRequest) (*pb.GetAgentModsResponse, error)
func (*Handler) GetAgentStats ¶ added in v1.0.71
func (s *Handler) GetAgentStats(ctx context.Context, in *pb.GetAgentStatsRequest) (*pb.GetAgentStatsResponse, error)
func (*Handler) GetAgentTasks ¶ added in v1.0.79
func (s *Handler) GetAgentTasks(ctx context.Context, in *pb.GetAgentTasksRequest) (*pb.GetAgentTasksResponse, error)
func (*Handler) GetAgentWorkflow ¶ added in v1.0.71
func (s *Handler) GetAgentWorkflow(ctx context.Context, in *pb.GetAgentWorkflowRequest) (*pb.GetAgentWorkflowResponse, error)
func (*Handler) GetAgentWorkflowByAgent ¶ added in v1.0.79
func (s *Handler) GetAgentWorkflowByAgent(ctx context.Context, in *pb.GetAgentWorkflowByAgentRequest) (*pb.GetAgentWorkflowResponse, error)
func (*Handler) GetUser ¶ added in v1.0.71
func (s *Handler) GetUser(ctx context.Context, in *pb.GetUserRequest) (*pb.GetUserResponse, error)
func (*Handler) GetUserActiveAccount ¶ added in v1.0.71
func (s *Handler) GetUserActiveAccount(ctx context.Context, in *pb.GetUserActiveAccountRequest) (*pb.GetUserActiveAccountResponse, error)
func (*Handler) GetUserActiveAccountAgents ¶ added in v1.0.71
func (s *Handler) GetUserActiveAccountAgents(ctx context.Context, in *pb.GetUserActiveAccountAgentsRequest) (*pb.GetUserActiveAccountAgentsResponse, error)
func (*Handler) GetUserActiveAccountAudits ¶ added in v1.0.71
func (s *Handler) GetUserActiveAccountAudits(ctx context.Context, in *pb.GetUserActiveAccountAuditsRequest) (*pb.GetUserActiveAccountAuditsResponse, error)
func (*Handler) GetUserActiveAccountIntegrations ¶ added in v1.0.71
func (s *Handler) GetUserActiveAccountIntegrations(ctx context.Context, in *pb.GetUserActiveAccountIntegrationsRequest) (*pb.GetUserActiveAccountIntegrationsResponse, error)
func (*Handler) GetUserActiveAccountUsers ¶ added in v1.0.71
func (s *Handler) GetUserActiveAccountUsers(ctx context.Context, in *pb.GetUserActiveAccountUsersRequest) (*pb.GetUserActiveAccountUsersResponse, error)
func (*Handler) GetUserLinkedAccounts ¶ added in v1.0.71
func (s *Handler) GetUserLinkedAccounts(ctx context.Context, in *pb.GetUserLinkedAccountsRequest) (*pb.GetUserLinkedAccountsResponse, error)
func (*Handler) JoinAccount ¶ added in v1.0.71
func (*Handler) PreviewModChange ¶ added in v1.0.79
func (s *Handler) PreviewModChange(ctx context.Context, in *pb.ModChangeRequest) (*pb.PreviewModChangeResponse, error)
func (*Handler) RetryAgentTask ¶ added in v1.0.79
func (*Handler) SwitchActiveAccount ¶ added in v1.0.71
func (*Handler) UpdateAccountIntegration ¶ added in v1.0.77
func (*Handler) UpdateAgentModConfigText ¶ added in v1.0.79
func (*Handler) UpdateAgentSettings ¶ added in v1.0.71
func (*Handler) UploadSaveFile ¶ added in v1.0.71
func (s *Handler) UploadSaveFile(stream pb.FrontendService_UploadSaveFileServer) error
Click to show internal directories.
Click to hide internal directories.