 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AECommit ¶
type AEProject ¶
type AeConnection ¶
type AeConnection struct {
	helper.RestConnection `mapstructure:",squash"`
	helper.AppKey         `mapstructure:",squash"`
}
    func (AeConnection) TableName ¶ added in v0.12.0
func (AeConnection) TableName() string
type AeResponse ¶
type AeResponse struct {
	AeConnection
	Name string `json:"name"`
	ID   int    `json:"id"`
}
    This object conforms to what the frontend currently expects.
 Click to show internal directories. 
   Click to hide internal directories.