Documentation
¶
Index ¶
- Constants
- func About() string
- func Activate() string
- func Admin() string
- func Docs() string
- func DocsContent(projectSlug, versionSlug, contentSlug any) string
- func DocsProject(slug any) string
- func FilePath(filename string) string
- func GetDefaultAvatar() string
- func Home() string
- func Links() string
- func Login() string
- func Messages() string
- func Notifications() string
- func Post() string
- func PostDetail(id any) string
- func Publish() string
- func Register() string
- func ResetPassword() string
- func Rss() string
- func Search() string
- func Settings() string
- func Sponsors() string
- func User(id any) string
Constants ¶
View Source
const ( PathHome = "/" PathPost = "/p/post" PathDocs = "/docs" PathLinks = "/links" PathSponsors = "/sponsors" PathAbout = "/about" PathPublish = "/publish" PathSearch = "/search" PathRegister = "/login" PathLogin = "/login" PathRss = "/rss.xml" PathMessages = "/messages" PathSettings = "/settings" PathNotifications = "/notifications" PathActivate = "/activate" PathResetPassword = "/reset-password" PathAdmin = "/admin/" )
页面路径定义
Variables ¶
This section is empty.
Functions ¶
func DocsContent ¶ added in v0.1.1
func DocsProject ¶ added in v0.1.1
func GetDefaultAvatar ¶
func GetDefaultAvatar() string
func Notifications ¶ added in v0.1.1
func Notifications() string
func PostDetail ¶ added in v0.1.1
func ResetPassword ¶ added in v0.1.1
func ResetPassword() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.