Documentation
¶
Index ¶
- Variables
- type Execution
- type Response
- type ResponseDetails
- type Serve
- func (s *Serve) Execute() error
- func (s *Serve) JobDeleteHandler(w http.ResponseWriter, req *http.Request)
- func (s *Serve) JobDetailsHandler(w http.ResponseWriter, req *http.Request)
- func (s *Serve) JobGetHandler(w http.ResponseWriter, req *http.Request)
- func (s *Serve) JobPutHandler(w http.ResponseWriter, req *http.Request)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Execution ¶
type Execution struct {
ServiceId string
CreatedAt time.Time
Status swarm.TaskStatus
}
type ResponseDetails ¶
type Serve ¶
func (*Serve) JobDeleteHandler ¶
func (s *Serve) JobDeleteHandler(w http.ResponseWriter, req *http.Request)
func (*Serve) JobDetailsHandler ¶
func (s *Serve) JobDetailsHandler(w http.ResponseWriter, req *http.Request)
func (*Serve) JobGetHandler ¶
func (s *Serve) JobGetHandler(w http.ResponseWriter, req *http.Request)
func (*Serve) JobPutHandler ¶
func (s *Serve) JobPutHandler(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.