dto

package
v0.25.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateWorkspaceDTO added in v0.24.0

type CreateWorkspaceDTO struct {
	Id       string                                     `json:"id" validate:"required"`
	Name     string                                     `json:"name" validate:"required"`
	Target   string                                     `json:"target" validate:"required"`
	Projects []projectconfig_dto.CreateProjectConfigDTO `json:"projects" validate:"required,gt=0,dive"`

} //	@name	CreateWorkspaceDTO

type ProjectDTO

type ProjectDTO struct {
	project.Project
	Info *project.ProjectInfo `json:"info" validate:"optional"`

} //	@name	ProjectDTO

type WorkspaceDTO

type WorkspaceDTO struct {
	workspace.Workspace
	Info *workspace.WorkspaceInfo `json:"info" validate:"optional"`

} //	@name	WorkspaceDTO

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL