Documentation
¶
Index ¶
- type AnonymizationService
- type EQU8ConfigService
- func (u *EQU8ConfigService) DeleteConfig(input *e_q_u8_config.DeleteConfigParams) error
- func (u *EQU8ConfigService) GetConfig(input *e_q_u8_config.GetConfigParams) (*basicclientmodels.Equ8Config, error)
- func (u *EQU8ConfigService) UpdateConfig(input *e_q_u8_config.UpdateConfigParams) (*basicclientmodels.Equ8Config, error)
- type FileUploadService
- func (f *FileUploadService) GeneratedUploadURL(input *file_upload.GeneratedUploadURLParams) (*basicclientmodels.FileUploadURLInfo, error)
- func (f *FileUploadService) GeneratedUserUploadContentURL(input *file_upload.GeneratedUserUploadContentURLParams) (*basicclientmodels.FileUploadURLInfo, error)
- func (f *FileUploadService) PublicGeneratedUploadURL(input *file_upload.PublicGeneratedUploadURLParams) (*basicclientmodels.FileUploadURLInfo, error)
- func (f *FileUploadService) PublicGeneratedUserUploadContentURL(input *file_upload.PublicGeneratedUserUploadContentURLParams) (*basicclientmodels.FileUploadURLInfo, error)
- type MiscService
- func (m *MiscService) AddCountryGroup(input *misc.AddCountryGroupParams) (*basicclientmodels.AddCountryGroupResponse, error)
- func (m *MiscService) DeleteCountryGroup(input *misc.DeleteCountryGroupParams) error
- func (m *MiscService) GetCountries(input *misc.GetCountriesParams) ([]*basicclientmodels.CountryObject, error)
- func (m *MiscService) GetCountryGroups(input *misc.GetCountryGroupsParams) ([]*basicclientmodels.RetrieveCountryGroupResponse, error)
- func (m *MiscService) GetLanguages(input *misc.GetLanguagesParams) (map[string]interface{}, error)
- func (m *MiscService) GetTimeZones(input *misc.GetTimeZonesParams) ([]string, error)
- func (m *MiscService) PublicGetCountries(input *misc.PublicGetCountriesParams) ([]*basicclientmodels.CountryObject, error)
- func (m *MiscService) PublicGetLanguages(input *misc.PublicGetLanguagesParams) (map[string]interface{}, error)
- func (m *MiscService) PublicGetTimeZones(input *misc.PublicGetTimeZonesParams) ([]string, error)
- func (m *MiscService) UpdateCountryGroup(input *misc.UpdateCountryGroupParams) (*basicclientmodels.CountryGroupObject, error)
- type NamespaceService
- func (b *NamespaceService) ChangeNamespaceStatus(input *namespace.ChangeNamespaceStatusParams) (*basicclientmodels.NamespaceInfo, error)
- func (b *NamespaceService) CreateNamespace(input *namespace.CreateNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
- func (b *NamespaceService) DeleteNamespace(input *namespace.DeleteNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
- func (b *NamespaceService) GetNamespace(input *namespace.GetNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
- func (b *NamespaceService) GetNamespacePublisher(input *namespace.GetNamespacePublisherParams) (*basicclientmodels.NamespacePublisherInfo, error)
- func (b *NamespaceService) GetNamespaces(input *namespace.GetNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)
- func (b *NamespaceService) PublicGetNamespacePublisher(input *namespace.PublicGetNamespacePublisherParams) (*basicclientmodels.NamespacePublisherInfo, error)
- func (b *NamespaceService) PublicGetNamespaces(input *namespace.PublicGetNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)
- func (b *NamespaceService) UpdateNamespace(input *namespace.UpdateNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
- type UserActionService
- func (u *UserActionService) BanUsers(input *user_action.BanUsersParams) error
- func (u *UserActionService) GetActions(input *user_action.GetActionsParams) ([]*basicclientmodels.Action, error)
- func (u *UserActionService) GetBannedUsers(input *user_action.GetBannedUsersParams) ([]*basicclientmodels.ADTOObjectForEqu8UserBanStatus, error)
- func (u *UserActionService) GetUserStatus(input *user_action.GetUserStatusParams) (*basicclientmodels.ADTOObjectForEqu8UserStatus, error)
- func (u *UserActionService) PublicReportUser(input *user_action.PublicReportUserParams) error
- func (u *UserActionService) ReportUser(input *user_action.ReportUserParams) error
- func (u *UserActionService) UnBanUsers(input *user_action.UnBanUsersParams) error
- type UserProfileService
- func (u *UserProfileService) CreateMyProfile(input *user_profile.CreateMyProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
- func (u *UserProfileService) DeleteUserProfile(input *user_profile.DeleteUserProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
- func (u *UserProfileService) GetCustomAttributesInfo(input *user_profile.GetCustomAttributesInfoParams) (map[string]interface{}, error)
- func (u *UserProfileService) GetMyProfileInfo(input *user_profile.GetMyProfileInfoParams) (*basicclientmodels.UserProfilePrivateInfo, error)
- func (u *UserProfileService) GetPrivateCustomAttributesInfo(input *user_profile.GetPrivateCustomAttributesInfoParams) (map[string]interface{}, error)
- func (u *UserProfileService) GetUserProfileInfo(input *user_profile.GetUserProfileInfoParams) (*basicclientmodels.UserProfilePrivateInfo, error)
- func (u *UserProfileService) PublicCreateUserProfile(input *user_profile.PublicCreateUserProfileParams) (*basicclientmodels.UserProfileInfo, error)
- func (u *UserProfileService) PublicGetUserProfileInfo(input *user_profile.PublicGetUserProfileInfoParams) (*basicclientmodels.UserProfileInfo, error)
- func (u *UserProfileService) PublicGetUserProfilePublicInfo(input *user_profile.PublicGetUserProfilePublicInfoParams) (*basicclientmodels.UserProfilePublicInfo, error)
- func (u *UserProfileService) PublicGetUserProfilePublicInfoByIds(input *user_profile.PublicGetUserProfilePublicInfoByIdsParams) ([]*basicclientmodels.UserProfilePublicInfo, error)
- func (u *UserProfileService) PublicUpdateUserProfile(input *user_profile.PublicUpdateUserProfileParams) (*basicclientmodels.UserProfileInfo, error)
- func (u *UserProfileService) UpdateCustomAttributesPartially(input *user_profile.UpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)
- func (u *UserProfileService) UpdateMyProfile(input *user_profile.UpdateMyProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
- func (u *UserProfileService) UpdatePrivateCustomAttributesPartially(input *user_profile.UpdatePrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)
- func (u *UserProfileService) UpdateUserProfile(input *user_profile.UpdateUserProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnonymizationService ¶
type AnonymizationService struct {
Client *basicclient.JusticeBasicService
TokenRepository repository.TokenRepository
}
func (*AnonymizationService) AnonymizeUserProfile ¶
func (a *AnonymizationService) AnonymizeUserProfile(input *anonymization.AnonymizeUserProfileParams) error
type EQU8ConfigService ¶
type EQU8ConfigService struct {
Client *basicclient.JusticeBasicService
TokenRepository repository.TokenRepository
}
func (*EQU8ConfigService) DeleteConfig ¶
func (u *EQU8ConfigService) DeleteConfig(input *e_q_u8_config.DeleteConfigParams) error
func (*EQU8ConfigService) GetConfig ¶
func (u *EQU8ConfigService) GetConfig(input *e_q_u8_config.GetConfigParams) (*basicclientmodels.Equ8Config, error)
func (*EQU8ConfigService) UpdateConfig ¶
func (u *EQU8ConfigService) UpdateConfig(input *e_q_u8_config.UpdateConfigParams) (*basicclientmodels.Equ8Config, error)
type FileUploadService ¶
type FileUploadService struct {
Client *basicclient.JusticeBasicService
TokenRepository repository.TokenRepository
}
func (*FileUploadService) GeneratedUploadURL ¶
func (f *FileUploadService) GeneratedUploadURL(input *file_upload.GeneratedUploadURLParams) (*basicclientmodels.FileUploadURLInfo, error)
func (*FileUploadService) GeneratedUserUploadContentURL ¶
func (f *FileUploadService) GeneratedUserUploadContentURL(input *file_upload.GeneratedUserUploadContentURLParams) (*basicclientmodels.FileUploadURLInfo, error)
func (*FileUploadService) PublicGeneratedUploadURL ¶
func (f *FileUploadService) PublicGeneratedUploadURL(input *file_upload.PublicGeneratedUploadURLParams) (*basicclientmodels.FileUploadURLInfo, error)
func (*FileUploadService) PublicGeneratedUserUploadContentURL ¶
func (f *FileUploadService) PublicGeneratedUserUploadContentURL(input *file_upload.PublicGeneratedUserUploadContentURLParams) (*basicclientmodels.FileUploadURLInfo, error)
type MiscService ¶
type MiscService struct {
Client *basicclient.JusticeBasicService
TokenRepository repository.TokenRepository
}
func (*MiscService) AddCountryGroup ¶
func (m *MiscService) AddCountryGroup(input *misc.AddCountryGroupParams) (*basicclientmodels.AddCountryGroupResponse, error)
func (*MiscService) DeleteCountryGroup ¶
func (m *MiscService) DeleteCountryGroup(input *misc.DeleteCountryGroupParams) error
func (*MiscService) GetCountries ¶
func (m *MiscService) GetCountries(input *misc.GetCountriesParams) ([]*basicclientmodels.CountryObject, error)
func (*MiscService) GetCountryGroups ¶
func (m *MiscService) GetCountryGroups(input *misc.GetCountryGroupsParams) ([]*basicclientmodels.RetrieveCountryGroupResponse, error)
func (*MiscService) GetLanguages ¶
func (m *MiscService) GetLanguages(input *misc.GetLanguagesParams) (map[string]interface{}, error)
func (*MiscService) GetTimeZones ¶
func (m *MiscService) GetTimeZones(input *misc.GetTimeZonesParams) ([]string, error)
func (*MiscService) PublicGetCountries ¶
func (m *MiscService) PublicGetCountries(input *misc.PublicGetCountriesParams) ([]*basicclientmodels.CountryObject, error)
func (*MiscService) PublicGetLanguages ¶
func (m *MiscService) PublicGetLanguages(input *misc.PublicGetLanguagesParams) (map[string]interface{}, error)
func (*MiscService) PublicGetTimeZones ¶
func (m *MiscService) PublicGetTimeZones(input *misc.PublicGetTimeZonesParams) ([]string, error)
func (*MiscService) UpdateCountryGroup ¶
func (m *MiscService) UpdateCountryGroup(input *misc.UpdateCountryGroupParams) (*basicclientmodels.CountryGroupObject, error)
type NamespaceService ¶
type NamespaceService struct {
Client *basicclient.JusticeBasicService
TokenRepository repository.TokenRepository
}
func (*NamespaceService) ChangeNamespaceStatus ¶
func (b *NamespaceService) ChangeNamespaceStatus(input *namespace.ChangeNamespaceStatusParams) (*basicclientmodels.NamespaceInfo, error)
func (*NamespaceService) CreateNamespace ¶
func (b *NamespaceService) CreateNamespace(input *namespace.CreateNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
func (*NamespaceService) DeleteNamespace ¶
func (b *NamespaceService) DeleteNamespace(input *namespace.DeleteNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
func (*NamespaceService) GetNamespace ¶
func (b *NamespaceService) GetNamespace(input *namespace.GetNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
func (*NamespaceService) GetNamespacePublisher ¶
func (b *NamespaceService) GetNamespacePublisher(input *namespace.GetNamespacePublisherParams) (*basicclientmodels.NamespacePublisherInfo, error)
func (*NamespaceService) GetNamespaces ¶
func (b *NamespaceService) GetNamespaces(input *namespace.GetNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)
func (*NamespaceService) PublicGetNamespacePublisher ¶
func (b *NamespaceService) PublicGetNamespacePublisher(input *namespace.PublicGetNamespacePublisherParams) (*basicclientmodels.NamespacePublisherInfo, error)
func (*NamespaceService) PublicGetNamespaces ¶
func (b *NamespaceService) PublicGetNamespaces(input *namespace.PublicGetNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)
func (*NamespaceService) UpdateNamespace ¶
func (b *NamespaceService) UpdateNamespace(input *namespace.UpdateNamespaceParams) (*basicclientmodels.NamespaceInfo, error)
type UserActionService ¶
type UserActionService struct {
Client *basicclient.JusticeBasicService
TokenRepository repository.TokenRepository
}
func (*UserActionService) BanUsers ¶
func (u *UserActionService) BanUsers(input *user_action.BanUsersParams) error
func (*UserActionService) GetActions ¶
func (u *UserActionService) GetActions(input *user_action.GetActionsParams) ([]*basicclientmodels.Action, error)
func (*UserActionService) GetBannedUsers ¶
func (u *UserActionService) GetBannedUsers(input *user_action.GetBannedUsersParams) ([]*basicclientmodels.ADTOObjectForEqu8UserBanStatus, error)
func (*UserActionService) GetUserStatus ¶
func (u *UserActionService) GetUserStatus(input *user_action.GetUserStatusParams) (*basicclientmodels.ADTOObjectForEqu8UserStatus, error)
func (*UserActionService) PublicReportUser ¶
func (u *UserActionService) PublicReportUser(input *user_action.PublicReportUserParams) error
func (*UserActionService) ReportUser ¶
func (u *UserActionService) ReportUser(input *user_action.ReportUserParams) error
func (*UserActionService) UnBanUsers ¶
func (u *UserActionService) UnBanUsers(input *user_action.UnBanUsersParams) error
type UserProfileService ¶
type UserProfileService struct {
Client *basicclient.JusticeBasicService
TokenRepository repository.TokenRepository
}
func (*UserProfileService) CreateMyProfile ¶
func (u *UserProfileService) CreateMyProfile(input *user_profile.CreateMyProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
func (*UserProfileService) DeleteUserProfile ¶
func (u *UserProfileService) DeleteUserProfile(input *user_profile.DeleteUserProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
func (*UserProfileService) GetCustomAttributesInfo ¶
func (u *UserProfileService) GetCustomAttributesInfo(input *user_profile.GetCustomAttributesInfoParams) (map[string]interface{}, error)
func (*UserProfileService) GetMyProfileInfo ¶
func (u *UserProfileService) GetMyProfileInfo(input *user_profile.GetMyProfileInfoParams) (*basicclientmodels.UserProfilePrivateInfo, error)
func (*UserProfileService) GetPrivateCustomAttributesInfo ¶
func (u *UserProfileService) GetPrivateCustomAttributesInfo(input *user_profile.GetPrivateCustomAttributesInfoParams) (map[string]interface{}, error)
func (*UserProfileService) GetUserProfileInfo ¶
func (u *UserProfileService) GetUserProfileInfo(input *user_profile.GetUserProfileInfoParams) (*basicclientmodels.UserProfilePrivateInfo, error)
func (*UserProfileService) PublicCreateUserProfile ¶
func (u *UserProfileService) PublicCreateUserProfile(input *user_profile.PublicCreateUserProfileParams) (*basicclientmodels.UserProfileInfo, error)
func (*UserProfileService) PublicGetUserProfileInfo ¶
func (u *UserProfileService) PublicGetUserProfileInfo(input *user_profile.PublicGetUserProfileInfoParams) (*basicclientmodels.UserProfileInfo, error)
func (*UserProfileService) PublicGetUserProfilePublicInfo ¶
func (u *UserProfileService) PublicGetUserProfilePublicInfo(input *user_profile.PublicGetUserProfilePublicInfoParams) (*basicclientmodels.UserProfilePublicInfo, error)
func (*UserProfileService) PublicGetUserProfilePublicInfoByIds ¶
func (u *UserProfileService) PublicGetUserProfilePublicInfoByIds(input *user_profile.PublicGetUserProfilePublicInfoByIdsParams) ([]*basicclientmodels.UserProfilePublicInfo, error)
func (*UserProfileService) PublicUpdateUserProfile ¶
func (u *UserProfileService) PublicUpdateUserProfile(input *user_profile.PublicUpdateUserProfileParams) (*basicclientmodels.UserProfileInfo, error)
func (*UserProfileService) UpdateCustomAttributesPartially ¶
func (u *UserProfileService) UpdateCustomAttributesPartially(input *user_profile.UpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)
func (*UserProfileService) UpdateMyProfile ¶
func (u *UserProfileService) UpdateMyProfile(input *user_profile.UpdateMyProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
func (*UserProfileService) UpdatePrivateCustomAttributesPartially ¶
func (u *UserProfileService) UpdatePrivateCustomAttributesPartially(input *user_profile.UpdatePrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)
func (*UserProfileService) UpdateUserProfile ¶
func (u *UserProfileService) UpdateUserProfile(input *user_profile.UpdateUserProfileParams) (*basicclientmodels.UserProfilePrivateInfo, error)
Click to show internal directories.
Click to hide internal directories.