Documentation ¶ Index ¶ Constants type Service func New() (*Service, error) func (s *Service) Run(ctx context.Context, image string, input string) (string, error) Constants ¶ View Source const ContainerTimeoutSeconds = 5 Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func New ¶ func New() (*Service, error) func (*Service) Run ¶ func (s *Service) Run(ctx context.Context, image string, input string) (string, error) Source Files ¶ View all Source files attach_container.gocreate_container.goget_container_logs.goimage_exists.gopull_image.gorun_container.goservice.gowait_for_container_exit.go Directories ¶ Show internal Expand all Path Synopsis dockeriface Click to show internal directories. Click to hide internal directories.