Documentation
¶
Index ¶
- func AuthorizeInteractionOperation() IOperation
- func ChangePasswordOperation() IOperation
- func CheckUsernameAvailabilityOperation() IOperation
- func EchoOperation() IOperation
- func FollowActorOperation() IOperation
- func GetActorOperation() IOperation
- func GetFollowersOperation() IOperation
- func GetFollowingOperation() IOperation
- func GetInboxOperation() IOperation
- func GetOutboxOperation() IOperation
- func GetPackagesOperation() IOperation
- func GetProfileByUserOperation() IOperation
- func GetServerConfigurationOperation() IOperation
- func LoginOperation() IOperation
- func LogoutOperation() IOperation
- func NewFactory() IOperationFactory
- func PostToInboxOperation() IOperation
- func PostToOutboxOperation() IOperation
- func ResendVerificationCodeOperation() IOperation
- func ResetPasswordOperation() IOperation
- func SignupOperation() IOperation
- func SystemCallOperation() IOperation
- func UpdateProfileByUserOperation() IOperation
- func VerifyOperation() IOperation
- func WebfingerOperation() IOperation
- type AuthorizeInteractionRunner
- type AuthorizeInteractionRunners
- type ChangePasswordRunner
- type ChangePasswordRunners
- type CheckUsernameAvailabilityRunner
- type CheckUsernameAvailabilityRunners
- type EchoRunner
- type EchoRunners
- type FollowActorRunner
- type FollowActorRunners
- type GetActorRunner
- type GetActorRunners
- type GetFollowersRunner
- type GetFollowersRunners
- type GetFollowingRunner
- type GetFollowingRunners
- type GetInboxRunner
- type GetInboxRunners
- type GetOutboxRunner
- type GetOutboxRunners
- type GetPackagesRunner
- type GetPackagesRunners
- type GetProfileByUserRunner
- type GetProfileByUserRunners
- type GetServerConfigurationRunner
- type GetServerConfigurationRunners
- type LoginRunner
- type LoginRunners
- type LogoutRunner
- type LogoutRunners
- type PostToInboxRunner
- type PostToInboxRunners
- type PostToOutboxRunner
- type PostToOutboxRunners
- type ResendVerificationCodeRunner
- type ResendVerificationCodeRunners
- type ResetPasswordRunner
- type ResetPasswordRunners
- type SignupRunner
- type SignupRunners
- type SystemCallRunner
- type SystemCallRunners
- type UpdateProfileByUserRunner
- type UpdateProfileByUserRunners
- type VerifyRunner
- type VerifyRunners
- type WebfingerRunner
- type WebfingerRunners
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthorizeInteractionOperation ¶
func AuthorizeInteractionOperation() IOperation
func ChangePasswordOperation ¶
func ChangePasswordOperation() IOperation
func CheckUsernameAvailabilityOperation ¶
func CheckUsernameAvailabilityOperation() IOperation
func EchoOperation ¶
func EchoOperation() IOperation
func FollowActorOperation ¶
func FollowActorOperation() IOperation
func GetActorOperation ¶
func GetActorOperation() IOperation
func GetFollowersOperation ¶
func GetFollowersOperation() IOperation
func GetFollowingOperation ¶
func GetFollowingOperation() IOperation
func GetInboxOperation ¶
func GetInboxOperation() IOperation
func GetOutboxOperation ¶
func GetOutboxOperation() IOperation
func GetPackagesOperation ¶
func GetPackagesOperation() IOperation
func GetProfileByUserOperation ¶
func GetProfileByUserOperation() IOperation
func GetServerConfigurationOperation ¶
func GetServerConfigurationOperation() IOperation
func LoginOperation ¶
func LoginOperation() IOperation
func LogoutOperation ¶
func LogoutOperation() IOperation
func NewFactory ¶
func NewFactory() IOperationFactory
func PostToInboxOperation ¶
func PostToInboxOperation() IOperation
func PostToOutboxOperation ¶
func PostToOutboxOperation() IOperation
func ResendVerificationCodeOperation ¶
func ResendVerificationCodeOperation() IOperation
func ResetPasswordOperation ¶
func ResetPasswordOperation() IOperation
func SignupOperation ¶
func SignupOperation() IOperation
func SystemCallOperation ¶
func SystemCallOperation() IOperation
func UpdateProfileByUserOperation ¶
func UpdateProfileByUserOperation() IOperation
func VerifyOperation ¶
func VerifyOperation() IOperation
func WebfingerOperation ¶
func WebfingerOperation() IOperation
Types ¶
type AuthorizeInteractionRunner ¶
type AuthorizeInteractionRunner func(IContext, *AuthorizeInteractionRequest) (*AuthorizeInteractionResult, error)
type AuthorizeInteractionRunners ¶
type AuthorizeInteractionRunners []AuthorizeInteractionRunner
type ChangePasswordRunner ¶
type ChangePasswordRunner func(IContext, *ChangePasswordRequest) (*ChangePasswordResult, error)
type ChangePasswordRunners ¶
type ChangePasswordRunners []ChangePasswordRunner
type CheckUsernameAvailabilityRunner ¶
type CheckUsernameAvailabilityRunner func(IContext, *CheckUsernameAvailabilityRequest) (*CheckUsernameAvailabilityResult, error)
type CheckUsernameAvailabilityRunners ¶
type CheckUsernameAvailabilityRunners []CheckUsernameAvailabilityRunner
type EchoRunner ¶
type EchoRunner func(IContext, *EchoRequest) (*EchoResult, error)
type EchoRunners ¶
type EchoRunners []EchoRunner
type FollowActorRunner ¶
type FollowActorRunner func(IContext, *FollowActorRequest) (*FollowActorResult, error)
type FollowActorRunners ¶
type FollowActorRunners []FollowActorRunner
type GetActorRunner ¶
type GetActorRunner func(IContext, *GetActorRequest) (*GetActorResult, error)
type GetActorRunners ¶
type GetActorRunners []GetActorRunner
type GetFollowersRunner ¶
type GetFollowersRunner func(IContext, *GetFollowersRequest) (*GetFollowersResult, error)
type GetFollowersRunners ¶
type GetFollowersRunners []GetFollowersRunner
type GetFollowingRunner ¶
type GetFollowingRunner func(IContext, *GetFollowingRequest) (*GetFollowingResult, error)
type GetFollowingRunners ¶
type GetFollowingRunners []GetFollowingRunner
type GetInboxRunner ¶
type GetInboxRunner func(IContext, *GetInboxRequest) (*GetInboxResult, error)
type GetInboxRunners ¶
type GetInboxRunners []GetInboxRunner
type GetOutboxRunner ¶
type GetOutboxRunner func(IContext, *GetOutboxRequest) (*GetOutboxResult, error)
type GetOutboxRunners ¶
type GetOutboxRunners []GetOutboxRunner
type GetPackagesRunner ¶
type GetPackagesRunner func(IContext, *GetPackagesRequest) (*GetPackagesResult, error)
type GetPackagesRunners ¶
type GetPackagesRunners []GetPackagesRunner
type GetProfileByUserRunner ¶
type GetProfileByUserRunner func(IContext, *GetProfileByUserRequest) (*GetProfileByUserResult, error)
type GetProfileByUserRunners ¶
type GetProfileByUserRunners []GetProfileByUserRunner
type GetServerConfigurationRunner ¶
type GetServerConfigurationRunner func(IContext, *GetServerConfigurationRequest) (*GetServerConfigurationResult, error)
type GetServerConfigurationRunners ¶
type GetServerConfigurationRunners []GetServerConfigurationRunner
type LoginRunner ¶
type LoginRunner func(IContext, *LoginRequest) (*LoginResult, error)
type LoginRunners ¶
type LoginRunners []LoginRunner
type LogoutRunner ¶
type LogoutRunner func(IContext, *LogoutRequest) (*LogoutResult, error)
type LogoutRunners ¶
type LogoutRunners []LogoutRunner
type PostToInboxRunner ¶
type PostToInboxRunner func(IContext, *PostToInboxRequest) (*PostToInboxResult, error)
type PostToInboxRunners ¶
type PostToInboxRunners []PostToInboxRunner
type PostToOutboxRunner ¶
type PostToOutboxRunner func(IContext, *PostToOutboxRequest) (*PostToOutboxResult, error)
type PostToOutboxRunners ¶
type PostToOutboxRunners []PostToOutboxRunner
type ResendVerificationCodeRunner ¶
type ResendVerificationCodeRunner func(IContext, *ResendVerificationCodeRequest) (*ResendVerificationCodeResult, error)
type ResendVerificationCodeRunners ¶
type ResendVerificationCodeRunners []ResendVerificationCodeRunner
type ResetPasswordRunner ¶
type ResetPasswordRunner func(IContext, *ResetPasswordRequest) (*ResetPasswordResult, error)
type ResetPasswordRunners ¶
type ResetPasswordRunners []ResetPasswordRunner
type SignupRunner ¶
type SignupRunner func(IContext, *SignupRequest) (*SignupResult, error)
type SignupRunners ¶
type SignupRunners []SignupRunner
type SystemCallRunner ¶
type SystemCallRunner func(IContext, *SystemCallRequest) (*SystemCallResult, error)
type SystemCallRunners ¶
type SystemCallRunners []SystemCallRunner
type UpdateProfileByUserRunner ¶
type UpdateProfileByUserRunner func(IContext, *UpdateProfileByUserRequest) (*UpdateProfileByUserResult, error)
type UpdateProfileByUserRunners ¶
type UpdateProfileByUserRunners []UpdateProfileByUserRunner
type VerifyRunner ¶
type VerifyRunner func(IContext, *VerifyRequest) (*VerifyResult, error)
type VerifyRunners ¶
type VerifyRunners []VerifyRunner
type WebfingerRunner ¶
type WebfingerRunner func(IContext, *WebfingerRequest) (*WebfingerResult, error)
type WebfingerRunners ¶
type WebfingerRunners []WebfingerRunner
Source Files
¶
- authorize_interaction_operation.go
- change_password_operation.go
- check_username_availability_operation.go
- echo_operation.go
- factory.go
- follow_actor_operation.go
- get_actor_operation.go
- get_followers_operation.go
- get_following_operation.go
- get_inbox_operation.go
- get_outbox_operation.go
- get_packages_operation.go
- get_profile_by_user_operation.go
- get_server_configuration_operation.go
- login_operation.go
- logout_operation.go
- post_to_inbox_operation.go
- post_to_outbox_operation.go
- resend_verification_code_operation.go
- reset_password_operation.go
- signup_operation.go
- system_call_operation.go
- update_profile_by_user_operation.go
- verify_operation.go
- webfinger_operation.go
Click to show internal directories.
Click to hide internal directories.