GoAppResource.withGoPrivate
Method
interface GoAppResource { // ... omitted for brevity withGoPrivate( privatePatterns: string[], authHost: string, usernameArgName?: string, tokenSecretId?: string): GoAppResource;}Signature
method
withGoPrivatebuilderConfigures private Go module authentication for publish-time Dockerfile generation.
withGoPrivate( privatePatterns: string[], authHost: string, usernameArgName?: string, tokenSecretId?: string): GoAppResourceParameters
privatePatternsstring[]authHoststringusernameArgNamestringoptional= GIT_USERtokenSecretIdstringoptional= gittokenReturns
GoAppResourceDefined on
This method is defined on the following type: