Documentation ¶
Index ¶
- type Execution
- func (ctl *Execution) Create(params operations.CreateExecutionParams) middleware.Responder
- func (ctl *Execution) Delete(params operations.DeleteExecutionParams) middleware.Responder
- func (ctl *Execution) Find(params operations.FindExecutionsParams) middleware.Responder
- func (ctl *Execution) Get(params operations.GetExecutionParams) middleware.Responder
- type Persistence
- func (ctl *Persistence) Delete(params operations.DeleteScriptDataParams) middleware.Responder
- func (ctl *Persistence) Find(params operations.FindScriptDataParams) middleware.Responder
- func (ctl *Persistence) FindAll(params operations.FindProjectDataParams) middleware.Responder
- func (ctl *Persistence) Get(params operations.GetScriptDataParams) middleware.Responder
- func (ctl *Persistence) Update(params operations.UpdateScriptDataParams) middleware.Responder
- type Projects
- func (ctl *Projects) CreateProject(params operations.CreateProjectParams) middleware.Responder
- func (ctl *Projects) DeleteProject(params operations.DeleteProjectParams) middleware.Responder
- func (ctl *Projects) FindProjects(params operations.FindProjectsParams) middleware.Responder
- func (ctl *Projects) GetProject(params operations.GetProjectParams) middleware.Responder
- func (ctl *Projects) UpdateProject(params operations.UpdateProjectParams) middleware.Responder
- type Scripts
- func (ctl *Scripts) CreateScript(params operations.CreateScriptParams) middleware.Responder
- func (ctl *Scripts) DeleteScript(params operations.DeleteScriptParams) middleware.Responder
- func (ctl *Scripts) FindScripts(params operations.FindScriptsParams) middleware.Responder
- func (ctl *Scripts) GetScript(params operations.GetScriptParams) middleware.Responder
- func (ctl *Scripts) UpdateScript(params operations.UpdateScriptParams) middleware.Responder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Execution ¶
type Execution struct {
// contains filtered or unexported fields
}
func NewExecution ¶
func (*Execution) Create ¶
func (ctl *Execution) Create(params operations.CreateExecutionParams) middleware.Responder
func (*Execution) Delete ¶
func (ctl *Execution) Delete(params operations.DeleteExecutionParams) middleware.Responder
func (*Execution) Find ¶
func (ctl *Execution) Find(params operations.FindExecutionsParams) middleware.Responder
func (*Execution) Get ¶
func (ctl *Execution) Get(params operations.GetExecutionParams) middleware.Responder
type Persistence ¶
type Persistence struct {
// contains filtered or unexported fields
}
func NewPersistence ¶
func NewPersistence(service *persistence.Service) (*Persistence, error)
func (*Persistence) Delete ¶
func (ctl *Persistence) Delete(params operations.DeleteScriptDataParams) middleware.Responder
func (*Persistence) Find ¶
func (ctl *Persistence) Find(params operations.FindScriptDataParams) middleware.Responder
func (*Persistence) FindAll ¶
func (ctl *Persistence) FindAll(params operations.FindProjectDataParams) middleware.Responder
func (*Persistence) Get ¶
func (ctl *Persistence) Get(params operations.GetScriptDataParams) middleware.Responder
func (*Persistence) Update ¶
func (ctl *Persistence) Update(params operations.UpdateScriptDataParams) middleware.Responder
type Projects ¶
type Projects struct {
// contains filtered or unexported fields
}
func (*Projects) CreateProject ¶
func (ctl *Projects) CreateProject(params operations.CreateProjectParams) middleware.Responder
func (*Projects) DeleteProject ¶
func (ctl *Projects) DeleteProject(params operations.DeleteProjectParams) middleware.Responder
func (*Projects) FindProjects ¶
func (ctl *Projects) FindProjects(params operations.FindProjectsParams) middleware.Responder
func (*Projects) GetProject ¶
func (ctl *Projects) GetProject(params operations.GetProjectParams) middleware.Responder
func (*Projects) UpdateProject ¶
func (ctl *Projects) UpdateProject(params operations.UpdateProjectParams) middleware.Responder
type Scripts ¶
type Scripts struct {
// contains filtered or unexported fields
}
func (*Scripts) CreateScript ¶
func (ctl *Scripts) CreateScript(params operations.CreateScriptParams) middleware.Responder
func (*Scripts) DeleteScript ¶
func (ctl *Scripts) DeleteScript(params operations.DeleteScriptParams) middleware.Responder
func (*Scripts) FindScripts ¶
func (ctl *Scripts) FindScripts(params operations.FindScriptsParams) middleware.Responder
func (*Scripts) GetScript ¶
func (ctl *Scripts) GetScript(params operations.GetScriptParams) middleware.Responder
func (*Scripts) UpdateScript ¶
func (ctl *Scripts) UpdateScript(params operations.UpdateScriptParams) middleware.Responder
Click to show internal directories.
Click to hide internal directories.