Documentation
¶
Index ¶
- type Amalgam
- type Chat
- type Project
- func (p *Project) AcceptHTTPAPIBuilder(builder *baseapi.HTTPAPIBuilder)
- func (p *Project) Create(w http.ResponseWriter, r *http.Request)
- func (p *Project) Delete(w http.ResponseWriter, r *http.Request)
- func (p *Project) Get(w http.ResponseWriter, r *http.Request)
- func (p *Project) List(w http.ResponseWriter, r *http.Request)
- func (p *Project) Update(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Amalgam ¶
type Amalgam struct {
// contains filtered or unexported fields
}
func NewAmalgam ¶
func (*Amalgam) AcceptHTTPAPIBuilder ¶
func (a *Amalgam) AcceptHTTPAPIBuilder(builder *baseapi.HTTPAPIBuilder)
type Chat ¶
type Chat struct {
// contains filtered or unexported fields
}
func (*Chat) AcceptHTTPAPIBuilder ¶
func (c *Chat) AcceptHTTPAPIBuilder(builder *baseapi.HTTPAPIBuilder)
type Project ¶
type Project struct {
// contains filtered or unexported fields
}
func NewProject ¶
func (*Project) AcceptHTTPAPIBuilder ¶
func (p *Project) AcceptHTTPAPIBuilder(builder *baseapi.HTTPAPIBuilder)
Click to show internal directories.
Click to hide internal directories.