Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AECommit ¶
type AEProject ¶
type AeConnection ¶
type AeConnection struct { AppId string `mapstructure:"appId" env:"AE_APP_ID" json:"appId"` Sign string `mapstructure:"sign" env:"AE_SIGN" json:"sign"` NonceStr string `mapstructure:"nonceStr" env:"AE_NONCE_STR" json:"nonceStr"` Endpoint string `mapstructure:"endpoint" env:"AE_ENDPOINT" json:"endpoint"` }
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.