Documentation
¶
Index ¶
- func Explore(r *http.Request, title string, opts ExploreLayoutOptions, ...) exploreLayout
- func Main(r *http.Request, title string, children ...html.Node) mainLayout
- func Profile(r *http.Request, title string, opts ProfileLayoutOptions, ...) profileLayout
- func Repository(r *http.Request, title string, opts RepositoryLayoutOptions, ...) repositoryLayout
- type ExploreLayoutOptions
- type ProfileLayoutOptions
- type RepositoryLayoutOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Explore ¶
func Explore(r *http.Request, title string, opts ExploreLayoutOptions, children ...html.Node) exploreLayout
func Profile ¶
func Profile(r *http.Request, title string, opts ProfileLayoutOptions, children ...html.Node) profileLayout
func Repository ¶
func Repository(r *http.Request, title string, opts RepositoryLayoutOptions, children ...html.Node) repositoryLayout
Types ¶
type ExploreLayoutOptions ¶
type ExploreLayoutOptions struct {
CurrentTab string
}
type ProfileLayoutOptions ¶
Click to show internal directories.
Click to hide internal directories.