Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddBuildCommand ¶ added in v0.8.0
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App represents the application instance
type Config ¶
type Config struct {
URL string
AuthToken string
BuildSpec string
SkipTLSVerify bool
LibraryRef string
Force bool
UserAgent string
ArchsToBuild []string
SignerOpts []integrity.SignerOpt
}
Config contains set up for application
type FileTransport ¶ added in v0.7.0
func (FileTransport) SourcePath ¶ added in v0.7.0
func (ft FileTransport) SourcePath() (string, error)
SourcePath returns the source path in the format as specified by the io/fs package.
Click to show internal directories.
Click to hide internal directories.