Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { CloneProject(ctx context.Context, request *types.CloneProjectRequest, response *types.CloneProjectResponse) error CreateProject(ctx context.Context, request *types.CreateProjectRequest, response *types.CreateProjectResponse) error CreateExampleProject(ctx context.Context, request *types.CreateExampleProjectRequest, response *types.CreateExampleProjectResponse) error CreateFromZip(ctx context.Context, request *types.CreateProjectFromZipRequest, response *types.CreateProjectResponse) error }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.