Documentation ¶
Index ¶
- func Encrypt_hash(password string, salt []byte) string
- func PostComments(post int64) map[int64]*models.Comment
- func Strings(sess, lang string) (string, string)
- func Translate(source string, lang string) string
- func UserFollowers(follow int64, lang string) (exist bool, ufollowers map[int64]string)
- func UserFollowing(follower int64, lang string) (exist bool, ufollowing map[int64]string)
- func UserPosts(owner int64) map[int64](map[string]string)
- func Validate_hash(hashed string, input_password string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Encrypt_hash ¶
func UserFollowers ¶
func UserFollowing ¶
func Validate_hash ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.