Documentation
¶
Index ¶
- Variables
- type API
- func (a *API) EncryptAllFilesHandler(c echo.Context) error
- func (a *API) GetGitBundleHandler(c echo.Context) error
- func (a *API) GetLogsHandler(c echo.Context) error
- func (a *API) GetPlanHandler(c echo.Context) error
- func (a *API) HeadGitBundleHandler(c echo.Context) error
- func (a *API) PutGitBundleHandler(c echo.Context) error
- func (a *API) PutLogsHandler(c echo.Context) error
- func (a *API) PutPlanHandler(c echo.Context) error
- type EncryptRequest
- type EncryptResponse
- type GetLogsResponse
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrFileAlreadyEncrypted = errors.New("file already encrypted")
ErrFileAlreadyEncrypted is returned when a file is already encrypted
Functions ¶
This section is empty.
Types ¶
type API ¶
func (*API) EncryptAllFilesHandler ¶ added in v0.8.0
func (*API) GetGitBundleHandler ¶ added in v0.6.0
func (*API) HeadGitBundleHandler ¶ added in v0.6.0
func (*API) PutGitBundleHandler ¶ added in v0.6.0
type EncryptRequest ¶ added in v0.8.0
type EncryptRequest struct {
EncryptionKey string `json:"encryptionKey"`
}
type EncryptResponse ¶ added in v0.8.0
type GetLogsResponse ¶
type GetLogsResponse struct {
Results []string `json:"results"`
}
Click to show internal directories.
Click to hide internal directories.