Documentation
¶
Overview ¶
Package repositories contains helpers for Google Cloud Repositories.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRepository ¶
func CreateRepository(repoCli *sourcerepo.Service, project string, f *framework.Framework) *sourcerepo.Repo
CreateRepository creates a repository named after the given framework.Framework.
func DeleteRepository ¶
func DeleteRepository(repoCli *sourcerepo.Service, name string)
DeleteRepository deletes a repository by resource name. It doesn't fail if the repository doesn't exist.
func MustDeleteRepository ¶ added in v1.14.0
func MustDeleteRepository(repoCli *sourcerepo.Service, name string)
MustDeleteRepository deletes a repository by resource name. Unlike DeleteRepository, the delete call fails if the repository isn't found.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.