Documentation
¶
Index ¶
- type Handlers
- func (h *Handlers) ChangePassword(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) Charge(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) CreateComment(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) CreateIssue(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) CreatePost(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) CreateProject(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) CreateToken(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) DeleteStar(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) GetCallerId(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) GetIssue(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) GetIssues(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) GetLogs(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) GetPost(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) GetPosts(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) GetProject(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) GetProjects(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) GetUser(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) Login(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) PutStar(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) QuotaTransfer(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) Register(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) ResetPassword(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) RunSql(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) SendResetEmail(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) UpdateComment(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) UpdateIssue(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) UpdatePost(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) UpdateProject(w http.ResponseWriter, r *http.Request, p httpr.Params)
- func (h *Handlers) UpdateUser(w http.ResponseWriter, r *http.Request, p httpr.Params)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handlers ¶
type Handlers struct {
// contains filtered or unexported fields
}
func (*Handlers) ChangePassword ¶
func (*Handlers) CreateComment ¶
func (*Handlers) CreateIssue ¶
func (*Handlers) CreatePost ¶
func (*Handlers) CreateProject ¶
func (*Handlers) CreateToken ¶
func (*Handlers) DeleteStar ¶
func (*Handlers) GetCallerId ¶
func (*Handlers) GetProject ¶
func (*Handlers) GetProjects ¶
func (*Handlers) GetUser ¶
We either get sent a nick, or a nick + token We get a token when we want to read the user by token We get a nick + token when either viewing our own profile or other peoples' profile
func (*Handlers) QuotaTransfer ¶
func (*Handlers) ResetPassword ¶
func (*Handlers) SendResetEmail ¶
func (*Handlers) UpdateComment ¶
func (*Handlers) UpdateIssue ¶
func (*Handlers) UpdatePost ¶
func (*Handlers) UpdateProject ¶
func (*Handlers) UpdateUser ¶
Click to show internal directories.
Click to hide internal directories.