Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrEmptyProjectName = errors.New("project name cannot be empty") ErrProjectNotFound = errors.New("project not found") )
Functions ¶
This section is empty.
Types ¶
type CreateProjectInput ¶
type CreateProjectOutput ¶
type CreateProjectUseCase ¶
type CreateProjectUseCase struct {
// contains filtered or unexported fields
}
func NewCreateProject ¶
func NewCreateProject(now core.Now, uuid core.UUID, persistence CreateProjectPersistenceGateway) *CreateProjectUseCase
func (*CreateProjectUseCase) CreateProject ¶
func (uc *CreateProjectUseCase) CreateProject(ctx context.Context, input CreateProjectInput) (CreateProjectOutput, error)
Click to show internal directories.
Click to hide internal directories.