basic

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2021 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
	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 (*EQU8ConfigService) UpdateConfig

type FileUploadService

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

func (*FileUploadService) GeneratedUploadURL

func (*FileUploadService) PublicGeneratedUploadURL

type MiscService

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

func (*MiscService) AddCountryGroup

func (*MiscService) DeleteCountryGroup

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

func (*MiscService) GetCountries

func (*MiscService) GetCountryGroups

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

type NamespaceService

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

func (*NamespaceService) ChangeNamespaceStatus

func (*NamespaceService) CreateNamespace

func (*NamespaceService) DeleteNamespace

func (*NamespaceService) GetNamespace

func (*NamespaceService) GetNamespaces

func (*NamespaceService) PublicGetNamespaces

func (*NamespaceService) UpdateNamespace

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 (*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) GetCustomAttributesInfo

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

func (*UserProfileService) GetPrivateCustomAttributesInfo

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

func (*UserProfileService) PublicCreateUserProfile

func (*UserProfileService) PublicGetUserProfileInfo

func (*UserProfileService) PublicUpdateUserProfile

func (*UserProfileService) UpdateCustomAttributesPartially

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

func (*UserProfileService) UpdatePrivateCustomAttributesPartially

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

Jump to

Keyboard shortcuts

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