Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttemptRecoveryRequest ¶
type AuditLogQueryOptions ¶ added in v0.0.2
type CreateProjectRequest ¶
type CreateProjectRequest struct {
Name models.ProjectDisplayName `json:"name"`
Label *models.Label `json:"label"`
Description models.ProjectDescription `json:"Description"`
}
type CreateRecoveryRequest ¶
type CreateTokenRequest ¶
type CreateTokenRequest struct {
UserID string `json:"user_id"`
}
type CreateTokenResponse ¶
type CreateUserRequest ¶
type CreateUserResponse ¶
type DeleteRecoveriesRequest ¶
type DeleteRecoveriesRequest struct {
Ids []string `json:"ids"`
}
type ProjectSpecFile ¶
type ProjectSpecFile struct {
Transformations []*models.NamedTransformation `json:"transformations"`
Rules []*models.Rule `json:"rules"`
}
type UpdateProjectRequest ¶
type UpdateProjectRequest struct {
Name *models.ProjectDisplayName `json:"name"`
Description *models.ProjectDescription `json:"description"`
}
Click to show internal directories.
Click to hide internal directories.