Documentation ¶
Index ¶
Constants ¶
View Source
const CloudURI = "https://cloud.sylabs.io"
CloudURI holds the URI of the Library web front-end.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteBuilder ¶
type RemoteBuilder struct { Client http.Client ImagePath string Force bool LibraryURL string Definition types.Definition IsDetached bool BuilderURL *url.URL AuthToken string }
RemoteBuilder contains the build request and response
func New ¶
func New(imagePath, libraryURL string, d types.Definition, isDetached, force bool, builderAddr, authToken string) (rb *RemoteBuilder, err error)
New creates a RemoteBuilder with the specified details.
Click to show internal directories.
Click to hide internal directories.