Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewEndpoints)
Functions ¶
This section is empty.
Types ¶
type CreateProjectRequest ¶
type CreateProjectRequest struct {
Name string
}
type Endpoints ¶
type Endpoints struct {
// contains filtered or unexported fields
}
func NewEndpoints ¶
func NewEndpoints( baseEnv service.BaseEnvService, file service.FileService, mod service.ModService, ) *Endpoints
func (*Endpoints) CreateProjectEndpoint ¶
func (e *Endpoints) CreateProjectEndpoint(request *CreateProjectRequest) (err error)
Click to show internal directories.
Click to hide internal directories.