Documentation ¶ Index ¶ func Build(ctx context.Context, cwd string, pathToMain string, bOpts Options) error func Push(ctx context.Context, image string, username string, password string) error type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Build ¶ func Build(ctx context.Context, cwd string, pathToMain string, bOpts Options) error func Push ¶ func Push(ctx context.Context, image string, username string, password string) error Types ¶ type Options ¶ type Options struct { Repo string Tag string VersionID string } Source Files ¶ View all Source files build.go push.go Click to show internal directories. Click to hide internal directories.