Documentation
¶
Index ¶
- Constants
- func AuthorizeInteraction(x IDispatcher, uri string) (IAuthorizeInteractionResult, error)
- func ChangePassword(x IDispatcher, currentPassword string, newPassword string) (IChangePasswordResult, error)
- func CheckUsernameAvailability(x IDispatcher, username string) (ICheckUsernameAvailabilityResult, error)
- func Echo(x IDispatcher, document IDocument) (IEchoResult, error)
- func FollowActor(x IDispatcher, username string, account string) (IFollowActorResult, error)
- func GetActor(x IDispatcher, username string) (IGetActorResult, error)
- func GetFollowers(x IDispatcher, username string) (IGetFollowersResult, error)
- func GetFollowing(x IDispatcher, username string) (IGetFollowingResult, error)
- func GetInbox(x IDispatcher, username string) (IGetInboxResult, error)
- func GetOutbox(x IDispatcher, username string) (IGetOutboxResult, error)
- func GetPackages(x IDispatcher) (IGetPackagesResult, error)
- func GetProfileByUser(x IDispatcher) (IGetProfileByUserResult, error)
- func GetServerConfiguration(x IDispatcher) (IGetServerConfigurationResult, error)
- func Login(x IDispatcher, email string, password string) (ILoginResult, error)
- func Logout(x IDispatcher) (ILogoutResult, error)
- func PostToInbox(x IDispatcher, username string, body []byte) (IPostToInboxResult, error)
- func PostToOutbox(x IDispatcher, username string, body []byte) (IPostToOutboxResult, error)
- func ResendVerificationCode(x IDispatcher, email string) (IResendVerificationCodeResult, error)
- func ResetPassword(x IDispatcher, usernameOrEmail string) (IResetPasswordResult, error)
- func Signup(x IDispatcher, username string, email string, password string) (ISignupResult, error)
- func UpdateProfileByUser(x IDispatcher, displayName string, avatar string, banner string, ...) (IUpdateProfileByUserResult, error)
- func Verify(x IDispatcher, email string, token string, code string) (IVerifyResult, error)
- func Webfinger(x IDispatcher, resource string) (IWebfingerResult, error)
Constants ¶
View Source
const ( // ACTIVITY_PUB ACTIVITY_STREAMS = "https://www.w3.org/ns/activitystreams" ACTIVITY_PUB_PUBLIC = ACTIVITY_STREAMS + "#Public" ACTIVITY_PUB_CREATE = "Create" ACTIVITY_PUB_ORDERED_COLLECTION = "OrderedCollection" ACTIVITY_PUB_PERSON = "Person" ACTIVITY_PUB_IMAGE = "Image" ACTIVITY_PUB_NOTE = "Note" // W3ID_SECURITY_V1 W3ID_SECURITY_V1 = "https://w3id.org/security/v1" // OSTATUS OSTATUS_SUBSCRIPTION = "http://ostatus.org/schema/1.0/subscribe" )
Variables ¶
This section is empty.
Functions ¶
func AuthorizeInteraction ¶
func ChangePassword ¶
func FollowActor ¶
func GetFollowers ¶
func GetFollowing ¶
func GetPackages ¶
func GetPackages(x IDispatcher) (IGetPackagesResult, error)
func GetProfileByUser ¶
func GetProfileByUser(x IDispatcher) (IGetProfileByUserResult, error)
func GetServerConfiguration ¶
func GetServerConfiguration(x IDispatcher) (IGetServerConfigurationResult, error)
func PostToInbox ¶
func PostToOutbox ¶
func ResendVerificationCode ¶
func ResetPassword ¶
func UpdateProfileByUser ¶
Types ¶
This section is empty.
Source Files
¶
- authorize_interaction.go
- change_password.go
- check_username_availability.go
- constants.go
- echo.go
- follow_actor.go
- get_actor.go
- get_followers.go
- get_following.go
- get_inbox.go
- get_outbox.go
- get_packages.go
- get_profile_by_user.go
- get_server_configuration.go
- login.go
- logout.go
- post_to_inbox.go
- post_to_outbox.go
- resend_verification_code.go
- reset_password.go
- signup.go
- update_profile_by_user.go
- verify.go
- webfinger.go
Click to show internal directories.
Click to hide internal directories.