Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
*echo.Echo
DockerClient client.ImageAPIClient
}
func NewServer ¶
func NewServer(opt ServerOpts) *Server
type ServerOpts ¶
type ServerOpts struct {
BaseURL string
DockerClient client.ImageAPIClient
}
Click to show internal directories.
Click to hide internal directories.