Documentation
¶
Index ¶
- Constants
- type Repo
- func (s *Repo) Create(w http.ResponseWriter, req *http.Request)
- func (s *Repo) CreateForm(w http.ResponseWriter, req *http.Request)
- func (s *Repo) Logs(w http.ResponseWriter, req *http.Request)
- func (s *Repo) Read(w http.ResponseWriter, req *http.Request)
- func (s *Repo) Refs(w http.ResponseWriter, req *http.Request)
- func (s *Repo) Tree(w http.ResponseWriter, req *http.Request)
Constants ¶
View Source
const ( RepoInfoTab = "info" RepoTreeTab = "tree" RepoRefsTab = "refs" RepoLogsTab = "logs" )
View Source
const RepoLogsPerPage = 30
RepoLogsPerPage is the amount of logs per page.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
func (*Repo) CreateForm ¶
func (s *Repo) CreateForm(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.