Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct {
Output string `json:"output"`
}
Response is the response body for the ParseDockerCommand handler.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the web app server.
func (*Server) ParseDockerCommand ¶
func (server *Server) ParseDockerCommand(w http.ResponseWriter, r *http.Request)
ParseDockerCommand parses a Docker command and returns the equivalent Docker Compose YAML.
Click to show internal directories.
Click to hide internal directories.