Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateWorkspace ¶
type CreateWorkspace struct { Name string Target string Repositories []types.Repository } // @name CreateWorkspace
type ProjectDTO ¶ added in v0.7.0
type ProjectDTO struct { types.Project Info *types.ProjectInfo } // @name ProjectDTO
type WorkspaceDTO ¶ added in v0.7.0
type WorkspaceDTO struct { types.Workspace Info *types.WorkspaceInfo } // @name WorkspaceDTO
Click to show internal directories.
Click to hide internal directories.