package
0.3.0
Repository: https://github.com/woogles-io/liwords.git
Documentation: pkg.go.dev

# Functions

NewAuthenticationServiceClient constructs a client for the user_service.AuthenticationService service.
NewAuthenticationServiceHandler builds an HTTP handler from the service implementation.
NewAutocompleteServiceClient constructs a client for the user_service.AutocompleteService service.
NewAutocompleteServiceHandler builds an HTTP handler from the service implementation.
NewProfileServiceClient constructs a client for the user_service.ProfileService service.
NewProfileServiceHandler builds an HTTP handler from the service implementation.
NewRegistrationServiceClient constructs a client for the user_service.RegistrationService service.
NewRegistrationServiceHandler builds an HTTP handler from the service implementation.
NewSocializeServiceClient constructs a client for the user_service.SocializeService service.
NewSocializeServiceHandler builds an HTTP handler from the service implementation.

# Constants

AuthenticationServiceChangePasswordProcedure is the fully-qualified name of the AuthenticationService's ChangePassword RPC.
AuthenticationServiceGetAPIKeyProcedure is the fully-qualified name of the AuthenticationService's GetAPIKey RPC.
AuthenticationServiceGetSignedCookieProcedure is the fully-qualified name of the AuthenticationService's GetSignedCookie RPC.
AuthenticationServiceGetSocketTokenProcedure is the fully-qualified name of the AuthenticationService's GetSocketToken RPC.
AuthenticationServiceInstallSignedCookieProcedure is the fully-qualified name of the AuthenticationService's InstallSignedCookie RPC.
AuthenticationServiceLoginProcedure is the fully-qualified name of the AuthenticationService's Login RPC.
AuthenticationServiceLogoutProcedure is the fully-qualified name of the AuthenticationService's Logout RPC.
AuthenticationServiceName is the fully-qualified name of the AuthenticationService service.
AuthenticationServiceNotifyAccountClosureProcedure is the fully-qualified name of the AuthenticationService's NotifyAccountClosure RPC.
AuthenticationServiceResetPasswordStep1Procedure is the fully-qualified name of the AuthenticationService's ResetPasswordStep1 RPC.
AuthenticationServiceResetPasswordStep2Procedure is the fully-qualified name of the AuthenticationService's ResetPasswordStep2 RPC.
AutocompleteServiceGetCompletionProcedure is the fully-qualified name of the AutocompleteService's GetCompletion RPC.
AutocompleteServiceName is the fully-qualified name of the AutocompleteService service.
ProfileServiceGetBriefProfilesProcedure is the fully-qualified name of the ProfileService's GetBriefProfiles RPC.
ProfileServiceGetPersonalInfoProcedure is the fully-qualified name of the ProfileService's GetPersonalInfo RPC.
ProfileServiceGetProfileProcedure is the fully-qualified name of the ProfileService's GetProfile RPC.
ProfileServiceGetRatingsProcedure is the fully-qualified name of the ProfileService's GetRatings RPC.
ProfileServiceGetStatsProcedure is the fully-qualified name of the ProfileService's GetStats RPC.
ProfileServiceName is the fully-qualified name of the ProfileService service.
ProfileServiceRemoveAvatarProcedure is the fully-qualified name of the ProfileService's RemoveAvatar RPC.
ProfileServiceUpdateAvatarProcedure is the fully-qualified name of the ProfileService's UpdateAvatar RPC.
ProfileServiceUpdatePersonalInfoProcedure is the fully-qualified name of the ProfileService's UpdatePersonalInfo RPC.
RegistrationServiceName is the fully-qualified name of the RegistrationService service.
RegistrationServiceRegisterProcedure is the fully-qualified name of the RegistrationService's Register RPC.
SocializeServiceAddBlockProcedure is the fully-qualified name of the SocializeService's AddBlock RPC.
SocializeServiceAddFollowProcedure is the fully-qualified name of the SocializeService's AddFollow RPC.
SocializeServiceGetActiveChatChannelsProcedure is the fully-qualified name of the SocializeService's GetActiveChatChannels RPC.
SocializeServiceGetBlocksProcedure is the fully-qualified name of the SocializeService's GetBlocks RPC.
SocializeServiceGetChatsForChannelProcedure is the fully-qualified name of the SocializeService's GetChatsForChannel RPC.
SocializeServiceGetFollowsProcedure is the fully-qualified name of the SocializeService's GetFollows RPC.
SocializeServiceGetFullBlocksProcedure is the fully-qualified name of the SocializeService's GetFullBlocks RPC.
SocializeServiceGetModListProcedure is the fully-qualified name of the SocializeService's GetModList RPC.
SocializeServiceName is the fully-qualified name of the SocializeService service.
SocializeServiceRemoveBlockProcedure is the fully-qualified name of the SocializeService's RemoveBlock RPC.
SocializeServiceRemoveFollowProcedure is the fully-qualified name of the SocializeService's RemoveFollow RPC.

# Structs

UnimplementedAuthenticationServiceHandler returns CodeUnimplemented from all methods.
UnimplementedAutocompleteServiceHandler returns CodeUnimplemented from all methods.
UnimplementedProfileServiceHandler returns CodeUnimplemented from all methods.
UnimplementedRegistrationServiceHandler returns CodeUnimplemented from all methods.
UnimplementedSocializeServiceHandler returns CodeUnimplemented from all methods.

# Interfaces

AuthenticationServiceClient is a client for the user_service.AuthenticationService service.
AuthenticationServiceHandler is an implementation of the user_service.AuthenticationService service.
AutocompleteServiceClient is a client for the user_service.AutocompleteService service.
AutocompleteServiceHandler is an implementation of the user_service.AutocompleteService service.
ProfileServiceClient is a client for the user_service.ProfileService service.
ProfileServiceHandler is an implementation of the user_service.ProfileService service.
RegistrationServiceClient is a client for the user_service.RegistrationService service.
RegistrationServiceHandler is an implementation of the user_service.RegistrationService service.
SocializeServiceClient is a client for the user_service.SocializeService service.
SocializeServiceHandler is an implementation of the user_service.SocializeService service.