Documentation
¶
Overview ¶
Package projectuserdata implements the project-scoped user data commands (`lsh projects user-data`). It reuses the renderable UserData model from the account-scoped userdata package, since both operate on the same resource.
Index ¶
- func NewCreateCmd() *cobra.Command
- func NewDeleteCmd() *cobra.Command
- func NewGetCmd() *cobra.Command
- func NewListCmd() *cobra.Command
- func NewUpdateCmd() *cobra.Command
- type CreateProjectUserDataOperation
- type DeleteProjectUserDataOperation
- type GetProjectUserDataOperation
- type ListProjectUserDataOperation
- type UpdateProjectUserDataOperation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCmd ¶
func NewDeleteCmd ¶
func NewListCmd ¶
func NewUpdateCmd ¶
Types ¶
type CreateProjectUserDataOperation ¶
type CreateProjectUserDataOperation struct{}
type DeleteProjectUserDataOperation ¶
type DeleteProjectUserDataOperation struct{}
type GetProjectUserDataOperation ¶
type GetProjectUserDataOperation struct{}
type ListProjectUserDataOperation ¶
type ListProjectUserDataOperation struct{}
type UpdateProjectUserDataOperation ¶
type UpdateProjectUserDataOperation struct{}
Click to show internal directories.
Click to hide internal directories.