Documentation ¶
Index ¶
- func AddEmail(c *context.APIContext, form api.CreateEmailOption)
- func CheckFollowing(c *context.APIContext)
- func CheckMyFollowing(c *context.APIContext)
- func CreateAccessToken(c *context.APIContext, form api.CreateAccessTokenOption)
- func CreatePublicKey(c *context.APIContext, form api.CreateKeyOption)
- func CreateUserPublicKey(c *context.APIContext, form api.CreateKeyOption, uid int64)
- func DeleteEmail(c *context.APIContext, form api.CreateEmailOption)
- func DeletePublicKey(c *context.APIContext)
- func Follow(c *context.APIContext)
- func GetAuthenticatedUser(c *context.APIContext)
- func GetInfo(c *context.APIContext)
- func GetPublicKey(c *context.APIContext)
- func GetUserByParams(c *context.APIContext) *db.User
- func GetUserByParamsName(c *context.APIContext, name string) *db.User
- func ListAccessTokens(c *context.APIContext)
- func ListEmails(c *context.APIContext)
- func ListFollowers(c *context.APIContext)
- func ListFollowing(c *context.APIContext)
- func ListMyFollowers(c *context.APIContext)
- func ListMyFollowing(c *context.APIContext)
- func ListMyPublicKeys(c *context.APIContext)
- func ListPublicKeys(c *context.APIContext)
- func Search(c *context.APIContext)
- func Unfollow(c *context.APIContext)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddEmail ¶
func AddEmail(c *context.APIContext, form api.CreateEmailOption)
func CheckFollowing ¶
func CheckFollowing(c *context.APIContext)
func CheckMyFollowing ¶
func CheckMyFollowing(c *context.APIContext)
func CreateAccessToken ¶
func CreateAccessToken(c *context.APIContext, form api.CreateAccessTokenOption)
func CreatePublicKey ¶
func CreatePublicKey(c *context.APIContext, form api.CreateKeyOption)
func CreateUserPublicKey ¶
func CreateUserPublicKey(c *context.APIContext, form api.CreateKeyOption, uid int64)
CreateUserPublicKey creates new public key to given user by ID.
func DeleteEmail ¶
func DeleteEmail(c *context.APIContext, form api.CreateEmailOption)
func DeletePublicKey ¶
func DeletePublicKey(c *context.APIContext)
func Follow ¶
func Follow(c *context.APIContext)
func GetAuthenticatedUser ¶
func GetAuthenticatedUser(c *context.APIContext)
func GetInfo ¶
func GetInfo(c *context.APIContext)
func GetPublicKey ¶
func GetPublicKey(c *context.APIContext)
func GetUserByParams ¶
func GetUserByParams(c *context.APIContext) *db.User
GetUserByParams returns user whose name is presented in URL parameter.
func GetUserByParamsName ¶
func GetUserByParamsName(c *context.APIContext, name string) *db.User
func ListAccessTokens ¶
func ListAccessTokens(c *context.APIContext)
func ListEmails ¶
func ListEmails(c *context.APIContext)
func ListFollowers ¶
func ListFollowers(c *context.APIContext)
func ListFollowing ¶
func ListFollowing(c *context.APIContext)
func ListMyFollowers ¶
func ListMyFollowers(c *context.APIContext)
func ListMyFollowing ¶
func ListMyFollowing(c *context.APIContext)
func ListMyPublicKeys ¶
func ListMyPublicKeys(c *context.APIContext)
func ListPublicKeys ¶
func ListPublicKeys(c *context.APIContext)
func Search ¶
func Search(c *context.APIContext)
func Unfollow ¶
func Unfollow(c *context.APIContext)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.