Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BundleServer ¶
type BundleServer struct { BaseDir string Bundle *bundle.Bundle DockerCli *client.Client // contains filtered or unexported fields }
func New ¶
func New(dir string) (*BundleServer, error)
func (*BundleServer) RegisterHandlers ¶
func (b *BundleServer) RegisterHandlers(ctx context.Context)
RegisterHandlers registers with the DefaultServeMux to handle requests
Click to show internal directories.
Click to hide internal directories.