Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerDB ¶
type ContainerDB interface { GetContainer(handle string) (db.SavedContainer, bool, error) FindContainersByDescriptors(db.Container) ([]db.SavedContainer, error) }
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) GetContainer ¶
func (s *Server) GetContainer(w http.ResponseWriter, r *http.Request)
func (*Server) HijackContainer ¶
func (s *Server) HijackContainer(w http.ResponseWriter, r *http.Request)
func (*Server) ListContainers ¶
func (s *Server) ListContainers(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.