Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProcessBody ¶
func ProcessBody(data io.ReadCloser, to interface{}) error
Types ¶
type CloudUser ¶
type CloudUser struct { Id int64 `json:"id"` Projects pq.Int64Array `json:"projects" gorm:"type:int[]"` Team int64 `json:"team"` }
type GithubResponse ¶
type GithubResponse struct {
AccessToken string `json:"access_token"`
}
type GithubUser ¶
type GithubUser struct {
Id int `json:"id"`
}
Click to show internal directories.
Click to hide internal directories.