operations

package
v0.0.0-...-cdf258e Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2023 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

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

Jump to

Keyboard shortcuts

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