basic

package
v0.29.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2022 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnonymizationService

type AnonymizationService struct {
	Client                 *basicclient.JusticeBasicService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*AnonymizationService) AnonymizeUserProfile deprecated

func (aaa *AnonymizationService) AnonymizeUserProfile(input *anonymization.AnonymizeUserProfileParams) error

Deprecated: Use AnonymizeUserProfileShort instead

func (*AnonymizationService) AnonymizeUserProfileShort added in v0.10.0

func (aaa *AnonymizationService) AnonymizeUserProfileShort(input *anonymization.AnonymizeUserProfileParams) error

func (*AnonymizationService) GetAuthSession added in v0.21.0

func (aaa *AnonymizationService) GetAuthSession() auth.Session

type EQU8ConfigService

type EQU8ConfigService struct {
	Client                 *basicclient.JusticeBasicService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*EQU8ConfigService) DeleteConfig deprecated

func (aaa *EQU8ConfigService) DeleteConfig(input *e_q_u8_config.DeleteConfigParams) error

Deprecated: Use DeleteConfigShort instead

func (*EQU8ConfigService) DeleteConfigShort added in v0.10.0

func (aaa *EQU8ConfigService) DeleteConfigShort(input *e_q_u8_config.DeleteConfigParams) error

func (*EQU8ConfigService) GetAuthSession added in v0.21.0

func (aaa *EQU8ConfigService) GetAuthSession() auth.Session

func (*EQU8ConfigService) GetConfig deprecated

Deprecated: Use GetConfigShort instead

func (*EQU8ConfigService) GetConfigShort added in v0.10.0

func (*EQU8ConfigService) UpdateConfig deprecated

Deprecated: Use UpdateConfigShort instead

func (*EQU8ConfigService) UpdateConfigShort added in v0.10.0

type FileUploadService

type FileUploadService struct {
	Client                 *basicclient.JusticeBasicService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*FileUploadService) GeneratedUploadURL deprecated

Deprecated: Use GeneratedUploadURLShort instead

func (*FileUploadService) GeneratedUploadURLShort added in v0.10.0

func (*FileUploadService) GeneratedUserUploadContentURL deprecated

Deprecated: Use GeneratedUserUploadContentURLShort instead

func (*FileUploadService) GeneratedUserUploadContentURLShort added in v0.10.0

func (*FileUploadService) GetAuthSession added in v0.21.0

func (aaa *FileUploadService) GetAuthSession() auth.Session

func (*FileUploadService) PublicGeneratedUploadURL deprecated

Deprecated: Use PublicGeneratedUploadURLShort instead

func (*FileUploadService) PublicGeneratedUploadURLShort added in v0.10.0

func (*FileUploadService) PublicGeneratedUserUploadContentURL deprecated

Deprecated: Use PublicGeneratedUserUploadContentURLShort instead

func (*FileUploadService) PublicGeneratedUserUploadContentURLShort added in v0.10.0

func (aaa *FileUploadService) PublicGeneratedUserUploadContentURLShort(input *file_upload.PublicGeneratedUserUploadContentURLParams) (*basicclientmodels.FileUploadURLInfo, error)

type MiscService

type MiscService struct {
	Client                 *basicclient.JusticeBasicService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*MiscService) AddCountryGroup deprecated

Deprecated: Use AddCountryGroupShort instead

func (*MiscService) AddCountryGroupShort added in v0.10.0

func (*MiscService) DeleteCountryGroup deprecated

func (aaa *MiscService) DeleteCountryGroup(input *misc.DeleteCountryGroupParams) error

Deprecated: Use DeleteCountryGroupShort instead

func (*MiscService) DeleteCountryGroupShort added in v0.10.0

func (aaa *MiscService) DeleteCountryGroupShort(input *misc.DeleteCountryGroupParams) error

func (*MiscService) GetAuthSession added in v0.21.0

func (aaa *MiscService) GetAuthSession() auth.Session

func (*MiscService) GetCountries deprecated

func (aaa *MiscService) GetCountries(input *misc.GetCountriesParams) ([]*basicclientmodels.CountryObject, error)

Deprecated: Use GetCountriesShort instead

func (*MiscService) GetCountriesShort added in v0.10.0

func (aaa *MiscService) GetCountriesShort(input *misc.GetCountriesParams) ([]*basicclientmodels.CountryObject, error)

func (*MiscService) GetCountryGroups deprecated

Deprecated: Use GetCountryGroupsShort instead

func (*MiscService) GetCountryGroupsShort added in v0.10.0

func (*MiscService) GetLanguages deprecated

func (aaa *MiscService) GetLanguages(input *misc.GetLanguagesParams) (map[string]interface{}, error)

Deprecated: Use GetLanguagesShort instead

func (*MiscService) GetLanguagesShort added in v0.10.0

func (aaa *MiscService) GetLanguagesShort(input *misc.GetLanguagesParams) (map[string]interface{}, error)

func (*MiscService) GetTimeZones deprecated

func (aaa *MiscService) GetTimeZones(input *misc.GetTimeZonesParams) ([]string, error)

Deprecated: Use GetTimeZonesShort instead

func (*MiscService) GetTimeZonesShort added in v0.10.0

func (aaa *MiscService) GetTimeZonesShort(input *misc.GetTimeZonesParams) ([]string, error)

func (*MiscService) PublicGetCountries deprecated

func (aaa *MiscService) PublicGetCountries(input *misc.PublicGetCountriesParams) ([]*basicclientmodels.CountryObject, error)

Deprecated: Use PublicGetCountriesShort instead

func (*MiscService) PublicGetCountriesShort added in v0.10.0

func (aaa *MiscService) PublicGetCountriesShort(input *misc.PublicGetCountriesParams) ([]*basicclientmodels.CountryObject, error)

func (*MiscService) PublicGetLanguages deprecated

func (aaa *MiscService) PublicGetLanguages(input *misc.PublicGetLanguagesParams) (map[string]interface{}, error)

Deprecated: Use PublicGetLanguagesShort instead

func (*MiscService) PublicGetLanguagesShort added in v0.10.0

func (aaa *MiscService) PublicGetLanguagesShort(input *misc.PublicGetLanguagesParams) (map[string]interface{}, error)

func (*MiscService) PublicGetTime deprecated added in v0.10.0

Deprecated: Use PublicGetTimeShort instead

func (*MiscService) PublicGetTimeShort added in v0.10.0

func (*MiscService) PublicGetTimeZones deprecated

func (aaa *MiscService) PublicGetTimeZones(input *misc.PublicGetTimeZonesParams) ([]string, error)

Deprecated: Use PublicGetTimeZonesShort instead

func (*MiscService) PublicGetTimeZonesShort added in v0.10.0

func (aaa *MiscService) PublicGetTimeZonesShort(input *misc.PublicGetTimeZonesParams) ([]string, error)

func (*MiscService) UpdateCountryGroup deprecated

Deprecated: Use UpdateCountryGroupShort instead

func (*MiscService) UpdateCountryGroupShort added in v0.10.0

func (aaa *MiscService) UpdateCountryGroupShort(input *misc.UpdateCountryGroupParams) (*basicclientmodels.CountryGroupObject, error)

type NamespaceService

type NamespaceService struct {
	Client                 *basicclient.JusticeBasicService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*NamespaceService) ChangeNamespaceStatus deprecated

Deprecated: Use ChangeNamespaceStatusShort instead

func (*NamespaceService) ChangeNamespaceStatusShort added in v0.10.0

func (aaa *NamespaceService) ChangeNamespaceStatusShort(input *namespace.ChangeNamespaceStatusParams) (*basicclientmodels.NamespaceInfo, error)

func (*NamespaceService) CreateNamespace deprecated

Deprecated: Use CreateNamespaceShort instead

func (*NamespaceService) CreateNamespaceShort added in v0.10.0

func (*NamespaceService) DeleteNamespace deprecated

Deprecated: Use DeleteNamespaceShort instead

func (*NamespaceService) DeleteNamespaceShort added in v0.10.0

func (*NamespaceService) GetAuthSession added in v0.21.0

func (aaa *NamespaceService) GetAuthSession() auth.Session

func (*NamespaceService) GetNamespace deprecated

Deprecated: Use GetNamespaceShort instead

func (*NamespaceService) GetNamespacePublisher deprecated

Deprecated: Use GetNamespacePublisherShort instead

func (*NamespaceService) GetNamespacePublisherShort added in v0.10.0

func (*NamespaceService) GetNamespaceShort added in v0.10.0

func (*NamespaceService) GetNamespaces deprecated

Deprecated: Use GetNamespacesShort instead

func (*NamespaceService) GetNamespacesShort added in v0.10.0

func (*NamespaceService) PublicGetNamespacePublisher deprecated

Deprecated: Use PublicGetNamespacePublisherShort instead

func (*NamespaceService) PublicGetNamespacePublisherShort added in v0.10.0

func (*NamespaceService) PublicGetNamespaces deprecated

Deprecated: Use PublicGetNamespacesShort instead

func (*NamespaceService) PublicGetNamespacesShort added in v0.10.0

func (aaa *NamespaceService) PublicGetNamespacesShort(input *namespace.PublicGetNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)

func (*NamespaceService) UpdateNamespace deprecated

Deprecated: Use UpdateNamespaceShort instead

func (*NamespaceService) UpdateNamespaceShort added in v0.10.0

type UserActionService

type UserActionService struct {
	Client                 *basicclient.JusticeBasicService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*UserActionService) BanUsers deprecated

func (aaa *UserActionService) BanUsers(input *user_action.BanUsersParams) error

Deprecated: Use BanUsersShort instead

func (*UserActionService) BanUsersShort added in v0.10.0

func (aaa *UserActionService) BanUsersShort(input *user_action.BanUsersParams) error

func (*UserActionService) GetActions deprecated

Deprecated: Use GetActionsShort instead

func (*UserActionService) GetActionsShort added in v0.10.0

func (aaa *UserActionService) GetActionsShort(input *user_action.GetActionsParams) ([]*basicclientmodels.Action, error)

func (*UserActionService) GetAuthSession added in v0.21.0

func (aaa *UserActionService) GetAuthSession() auth.Session

func (*UserActionService) GetBannedUsers deprecated

Deprecated: Use GetBannedUsersShort instead

func (*UserActionService) GetBannedUsersShort added in v0.10.0

func (*UserActionService) GetUserStatus deprecated

Deprecated: Use GetUserStatusShort instead

func (*UserActionService) GetUserStatusShort added in v0.10.0

func (*UserActionService) PublicReportUser deprecated

func (aaa *UserActionService) PublicReportUser(input *user_action.PublicReportUserParams) error

Deprecated: Use PublicReportUserShort instead

func (*UserActionService) PublicReportUserShort added in v0.10.0

func (aaa *UserActionService) PublicReportUserShort(input *user_action.PublicReportUserParams) error

func (*UserActionService) ReportUser deprecated

func (aaa *UserActionService) ReportUser(input *user_action.ReportUserParams) error

Deprecated: Use ReportUserShort instead

func (*UserActionService) ReportUserShort added in v0.10.0

func (aaa *UserActionService) ReportUserShort(input *user_action.ReportUserParams) error

func (*UserActionService) UnBanUsers deprecated

func (aaa *UserActionService) UnBanUsers(input *user_action.UnBanUsersParams) error

Deprecated: Use UnBanUsersShort instead

func (*UserActionService) UnBanUsersShort added in v0.10.0

func (aaa *UserActionService) UnBanUsersShort(input *user_action.UnBanUsersParams) error

type UserProfileService

type UserProfileService struct {
	Client                 *basicclient.JusticeBasicService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*UserProfileService) AdminGetUserProfilePublicInfoByIds deprecated added in v0.10.0

Deprecated: Use AdminGetUserProfilePublicInfoByIdsShort instead

func (*UserProfileService) AdminGetUserProfilePublicInfoByIdsShort added in v0.10.0

func (*UserProfileService) CreateMyProfile deprecated

Deprecated: Use CreateMyProfileShort instead

func (*UserProfileService) CreateMyProfileShort added in v0.10.0

func (*UserProfileService) DeleteUserProfile deprecated

Deprecated: Use DeleteUserProfileShort instead

func (*UserProfileService) DeleteUserProfileShort added in v0.10.0

func (*UserProfileService) GetAuthSession added in v0.21.0

func (aaa *UserProfileService) GetAuthSession() auth.Session

func (*UserProfileService) GetCustomAttributesInfo deprecated

func (aaa *UserProfileService) GetCustomAttributesInfo(input *user_profile.GetCustomAttributesInfoParams) (map[string]interface{}, error)

Deprecated: Use GetCustomAttributesInfoShort instead

func (*UserProfileService) GetCustomAttributesInfoShort added in v0.10.0

func (aaa *UserProfileService) GetCustomAttributesInfoShort(input *user_profile.GetCustomAttributesInfoParams) (map[string]interface{}, error)

func (*UserProfileService) GetMyPrivateCustomAttributesInfo deprecated added in v0.29.0

func (aaa *UserProfileService) GetMyPrivateCustomAttributesInfo(input *user_profile.GetMyPrivateCustomAttributesInfoParams) (map[string]interface{}, error)

Deprecated: Use GetMyPrivateCustomAttributesInfoShort instead

func (*UserProfileService) GetMyPrivateCustomAttributesInfoShort added in v0.29.0

func (aaa *UserProfileService) GetMyPrivateCustomAttributesInfoShort(input *user_profile.GetMyPrivateCustomAttributesInfoParams) (map[string]interface{}, error)

func (*UserProfileService) GetMyProfileInfo deprecated

Deprecated: Use GetMyProfileInfoShort instead

func (*UserProfileService) GetMyProfileInfoShort added in v0.10.0

func (*UserProfileService) GetMyZipCode deprecated added in v0.10.0

Deprecated: Use GetMyZipCodeShort instead

func (*UserProfileService) GetMyZipCodeShort added in v0.10.0

func (*UserProfileService) GetPrivateCustomAttributesInfo deprecated

func (aaa *UserProfileService) GetPrivateCustomAttributesInfo(input *user_profile.GetPrivateCustomAttributesInfoParams) (map[string]interface{}, error)

Deprecated: Use GetPrivateCustomAttributesInfoShort instead

func (*UserProfileService) GetPrivateCustomAttributesInfoShort added in v0.10.0

func (aaa *UserProfileService) GetPrivateCustomAttributesInfoShort(input *user_profile.GetPrivateCustomAttributesInfoParams) (map[string]interface{}, error)

func (*UserProfileService) GetUserProfileInfo deprecated

Deprecated: Use GetUserProfileInfoShort instead

func (*UserProfileService) GetUserProfileInfoByPublicID deprecated added in v0.20.0

Deprecated: Use GetUserProfileInfoByPublicIDShort instead

func (*UserProfileService) GetUserProfileInfoByPublicIDShort added in v0.20.0

func (*UserProfileService) GetUserProfileInfoShort added in v0.10.0

func (*UserProfileService) PublicCreateUserProfile deprecated

Deprecated: Use PublicCreateUserProfileShort instead

func (*UserProfileService) PublicCreateUserProfileShort added in v0.10.0

func (*UserProfileService) PublicGetCustomAttributesInfo deprecated added in v0.10.0

func (aaa *UserProfileService) PublicGetCustomAttributesInfo(input *user_profile.PublicGetCustomAttributesInfoParams) (map[string]interface{}, error)

Deprecated: Use PublicGetCustomAttributesInfoShort instead

func (*UserProfileService) PublicGetCustomAttributesInfoShort added in v0.10.0

func (aaa *UserProfileService) PublicGetCustomAttributesInfoShort(input *user_profile.PublicGetCustomAttributesInfoParams) (map[string]interface{}, error)

func (*UserProfileService) PublicGetUserProfileInfo deprecated

Deprecated: Use PublicGetUserProfileInfoShort instead

func (*UserProfileService) PublicGetUserProfileInfoByPublicID deprecated added in v0.20.0

Deprecated: Use PublicGetUserProfileInfoByPublicIDShort instead

func (*UserProfileService) PublicGetUserProfileInfoByPublicIDShort added in v0.20.0

func (*UserProfileService) PublicGetUserProfileInfoShort added in v0.10.0

func (*UserProfileService) PublicGetUserProfilePublicInfo deprecated

Deprecated: Use PublicGetUserProfilePublicInfoShort instead

func (*UserProfileService) PublicGetUserProfilePublicInfoByIds deprecated

Deprecated: Use PublicGetUserProfilePublicInfoByIdsShort instead

func (*UserProfileService) PublicGetUserProfilePublicInfoByIdsShort added in v0.10.0

func (*UserProfileService) PublicGetUserProfilePublicInfoShort added in v0.10.0

func (*UserProfileService) PublicUpdateCustomAttributesPartially deprecated added in v0.10.0

func (aaa *UserProfileService) PublicUpdateCustomAttributesPartially(input *user_profile.PublicUpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)

Deprecated: Use PublicUpdateCustomAttributesPartiallyShort instead

func (*UserProfileService) PublicUpdateCustomAttributesPartiallyShort added in v0.10.0

func (aaa *UserProfileService) PublicUpdateCustomAttributesPartiallyShort(input *user_profile.PublicUpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)

func (*UserProfileService) PublicUpdateUserProfile deprecated

Deprecated: Use PublicUpdateUserProfileShort instead

func (*UserProfileService) PublicUpdateUserProfileShort added in v0.10.0

func (*UserProfileService) PublicUpdateUserProfileStatus deprecated added in v0.10.0

Deprecated: Use PublicUpdateUserProfileStatusShort instead

func (*UserProfileService) PublicUpdateUserProfileStatusShort added in v0.10.0

func (*UserProfileService) UpdateCustomAttributesPartially deprecated

func (aaa *UserProfileService) UpdateCustomAttributesPartially(input *user_profile.UpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)

Deprecated: Use UpdateCustomAttributesPartiallyShort instead

func (*UserProfileService) UpdateCustomAttributesPartiallyShort added in v0.10.0

func (aaa *UserProfileService) UpdateCustomAttributesPartiallyShort(input *user_profile.UpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)

func (*UserProfileService) UpdateMyPrivateCustomAttributesPartially deprecated added in v0.29.0

func (aaa *UserProfileService) UpdateMyPrivateCustomAttributesPartially(input *user_profile.UpdateMyPrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)

Deprecated: Use UpdateMyPrivateCustomAttributesPartiallyShort instead

func (*UserProfileService) UpdateMyPrivateCustomAttributesPartiallyShort added in v0.29.0

func (aaa *UserProfileService) UpdateMyPrivateCustomAttributesPartiallyShort(input *user_profile.UpdateMyPrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)

func (*UserProfileService) UpdateMyProfile deprecated

Deprecated: Use UpdateMyProfileShort instead

func (*UserProfileService) UpdateMyProfileShort added in v0.10.0

func (*UserProfileService) UpdateMyZipCode deprecated added in v0.10.0

Deprecated: Use UpdateMyZipCodeShort instead

func (*UserProfileService) UpdateMyZipCodeShort added in v0.10.0

func (*UserProfileService) UpdatePrivateCustomAttributesPartially deprecated

func (aaa *UserProfileService) UpdatePrivateCustomAttributesPartially(input *user_profile.UpdatePrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)

Deprecated: Use UpdatePrivateCustomAttributesPartiallyShort instead

func (*UserProfileService) UpdatePrivateCustomAttributesPartiallyShort added in v0.10.0

func (aaa *UserProfileService) UpdatePrivateCustomAttributesPartiallyShort(input *user_profile.UpdatePrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)

func (*UserProfileService) UpdateUserProfile deprecated

Deprecated: Use UpdateUserProfileShort instead

func (*UserProfileService) UpdateUserProfileShort added in v0.10.0

func (*UserProfileService) UpdateUserProfileStatus deprecated added in v0.10.0

Deprecated: Use UpdateUserProfileStatusShort instead

func (*UserProfileService) UpdateUserProfileStatusShort added in v0.10.0

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL