Documentation ¶
Index ¶
- type Config
- type Service
- func (s *Service) AcceptTeamAccountInvite(ctx context.Context, ...) (*connect.Response[mgmtv1alpha1.AcceptTeamAccountInviteResponse], error)
- func (s *Service) ConvertPersonalToTeamAccount(ctx context.Context, ...) (*connect.Response[mgmtv1alpha1.ConvertPersonalToTeamAccountResponse], error)
- func (s *Service) CreateTeamAccount(ctx context.Context, ...) (*connect.Response[mgmtv1alpha1.CreateTeamAccountResponse], error)
- func (s *Service) GetAccountOnboardingConfig(ctx context.Context, ...) (*connect.Response[mgmtv1alpha1.GetAccountOnboardingConfigResponse], error)
- func (s *Service) GetAccountTemporalConfig(ctx context.Context, ...) (*connect.Response[mgmtv1alpha1.GetAccountTemporalConfigResponse], error)
- func (s *Service) GetSystemInformation(ctx context.Context, ...) (*connect.Response[mgmtv1alpha1.GetSystemInformationResponse], error)
- func (s *Service) GetTeamAccountInvites(ctx context.Context, ...) (*connect.Response[mgmtv1alpha1.GetTeamAccountInvitesResponse], error)
- func (s *Service) GetTeamAccountMembers(ctx context.Context, ...) (*connect.Response[mgmtv1alpha1.GetTeamAccountMembersResponse], error)
- func (s *Service) GetUser(ctx context.Context, req *connect.Request[mgmtv1alpha1.GetUserRequest]) (*connect.Response[mgmtv1alpha1.GetUserResponse], error)
- func (s *Service) GetUserAccounts(ctx context.Context, req *connect.Request[mgmtv1alpha1.GetUserAccountsRequest]) (*connect.Response[mgmtv1alpha1.GetUserAccountsResponse], error)
- func (s *Service) InviteUserToTeamAccount(ctx context.Context, ...) (*connect.Response[mgmtv1alpha1.InviteUserToTeamAccountResponse], error)
- func (s *Service) IsUserInAccount(ctx context.Context, req *connect.Request[mgmtv1alpha1.IsUserInAccountRequest]) (*connect.Response[mgmtv1alpha1.IsUserInAccountResponse], error)
- func (s *Service) RemoveTeamAccountInvite(ctx context.Context, ...) (*connect.Response[mgmtv1alpha1.RemoveTeamAccountInviteResponse], error)
- func (s *Service) RemoveTeamAccountMember(ctx context.Context, ...) (*connect.Response[mgmtv1alpha1.RemoveTeamAccountMemberResponse], error)
- func (s *Service) SetAccountOnboardingConfig(ctx context.Context, ...) (*connect.Response[mgmtv1alpha1.SetAccountOnboardingConfigResponse], error)
- func (s *Service) SetAccountTemporalConfig(ctx context.Context, ...) (*connect.Response[mgmtv1alpha1.SetAccountTemporalConfigResponse], error)
- func (s *Service) SetPersonalAccount(ctx context.Context, ...) (*connect.Response[mgmtv1alpha1.SetPersonalAccountResponse], error)
- func (s *Service) SetUser(ctx context.Context, req *connect.Request[mgmtv1alpha1.SetUserRequest]) (*connect.Response[mgmtv1alpha1.SetUserResponse], error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func New ¶
func New( cfg *Config, db *nucleusdb.NucleusDb, temporalClientManager clientmanager.TemporalClientManagerClient, authclient auth_client.Interface, authadminclient authmgmt.Interface, ) *Service
func (*Service) AcceptTeamAccountInvite ¶
func (s *Service) AcceptTeamAccountInvite( ctx context.Context, req *connect.Request[mgmtv1alpha1.AcceptTeamAccountInviteRequest], ) (*connect.Response[mgmtv1alpha1.AcceptTeamAccountInviteResponse], error)
func (*Service) ConvertPersonalToTeamAccount ¶
func (s *Service) ConvertPersonalToTeamAccount( ctx context.Context, req *connect.Request[mgmtv1alpha1.ConvertPersonalToTeamAccountRequest], ) (*connect.Response[mgmtv1alpha1.ConvertPersonalToTeamAccountResponse], error)
func (*Service) CreateTeamAccount ¶
func (s *Service) CreateTeamAccount( ctx context.Context, req *connect.Request[mgmtv1alpha1.CreateTeamAccountRequest], ) (*connect.Response[mgmtv1alpha1.CreateTeamAccountResponse], error)
func (*Service) GetAccountOnboardingConfig ¶
func (s *Service) GetAccountOnboardingConfig( ctx context.Context, req *connect.Request[mgmtv1alpha1.GetAccountOnboardingConfigRequest], ) (*connect.Response[mgmtv1alpha1.GetAccountOnboardingConfigResponse], error)
func (*Service) GetAccountTemporalConfig ¶
func (s *Service) GetAccountTemporalConfig( ctx context.Context, req *connect.Request[mgmtv1alpha1.GetAccountTemporalConfigRequest], ) (*connect.Response[mgmtv1alpha1.GetAccountTemporalConfigResponse], error)
func (*Service) GetSystemInformation ¶
func (s *Service) GetSystemInformation(ctx context.Context, req *connect.Request[mgmtv1alpha1.GetSystemInformationRequest]) (*connect.Response[mgmtv1alpha1.GetSystemInformationResponse], error)
func (*Service) GetTeamAccountInvites ¶
func (s *Service) GetTeamAccountInvites( ctx context.Context, req *connect.Request[mgmtv1alpha1.GetTeamAccountInvitesRequest], ) (*connect.Response[mgmtv1alpha1.GetTeamAccountInvitesResponse], error)
func (*Service) GetTeamAccountMembers ¶
func (s *Service) GetTeamAccountMembers( ctx context.Context, req *connect.Request[mgmtv1alpha1.GetTeamAccountMembersRequest], ) (*connect.Response[mgmtv1alpha1.GetTeamAccountMembersResponse], error)
func (*Service) GetUser ¶
func (s *Service) GetUser( ctx context.Context, req *connect.Request[mgmtv1alpha1.GetUserRequest], ) (*connect.Response[mgmtv1alpha1.GetUserResponse], error)
func (*Service) GetUserAccounts ¶
func (s *Service) GetUserAccounts( ctx context.Context, req *connect.Request[mgmtv1alpha1.GetUserAccountsRequest], ) (*connect.Response[mgmtv1alpha1.GetUserAccountsResponse], error)
func (*Service) InviteUserToTeamAccount ¶
func (s *Service) InviteUserToTeamAccount( ctx context.Context, req *connect.Request[mgmtv1alpha1.InviteUserToTeamAccountRequest], ) (*connect.Response[mgmtv1alpha1.InviteUserToTeamAccountResponse], error)
func (*Service) IsUserInAccount ¶
func (s *Service) IsUserInAccount( ctx context.Context, req *connect.Request[mgmtv1alpha1.IsUserInAccountRequest], ) (*connect.Response[mgmtv1alpha1.IsUserInAccountResponse], error)
func (*Service) RemoveTeamAccountInvite ¶
func (s *Service) RemoveTeamAccountInvite( ctx context.Context, req *connect.Request[mgmtv1alpha1.RemoveTeamAccountInviteRequest], ) (*connect.Response[mgmtv1alpha1.RemoveTeamAccountInviteResponse], error)
func (*Service) RemoveTeamAccountMember ¶
func (s *Service) RemoveTeamAccountMember( ctx context.Context, req *connect.Request[mgmtv1alpha1.RemoveTeamAccountMemberRequest], ) (*connect.Response[mgmtv1alpha1.RemoveTeamAccountMemberResponse], error)
func (*Service) SetAccountOnboardingConfig ¶
func (s *Service) SetAccountOnboardingConfig( ctx context.Context, req *connect.Request[mgmtv1alpha1.SetAccountOnboardingConfigRequest], ) (*connect.Response[mgmtv1alpha1.SetAccountOnboardingConfigResponse], error)
func (*Service) SetAccountTemporalConfig ¶
func (s *Service) SetAccountTemporalConfig( ctx context.Context, req *connect.Request[mgmtv1alpha1.SetAccountTemporalConfigRequest], ) (*connect.Response[mgmtv1alpha1.SetAccountTemporalConfigResponse], error)
func (*Service) SetPersonalAccount ¶
func (s *Service) SetPersonalAccount( ctx context.Context, req *connect.Request[mgmtv1alpha1.SetPersonalAccountRequest], ) (*connect.Response[mgmtv1alpha1.SetPersonalAccountResponse], error)
func (*Service) SetUser ¶
func (s *Service) SetUser( ctx context.Context, req *connect.Request[mgmtv1alpha1.SetUserRequest], ) (*connect.Response[mgmtv1alpha1.SetUserResponse], error)
Click to show internal directories.
Click to hide internal directories.