Documentation
¶
Overview ¶
Package codecommit contains helpers for AWS CodeCommit.
Index ¶
Constants ¶
View Source
const DefaultBranch = "main"
Variables ¶
This section is empty.
Functions ¶
func CreateCommit ¶
func CreateCommit(ccClient codecommitiface.CodeCommitAPI, repoName string)
CreateCommit creates a Git commit on the default branch in the repository with the given name.
func CreateRepository ¶
func CreateRepository(ccClient codecommitiface.CodeCommitAPI, f *framework.Framework) string
CreateRepository creates a CodeCommit repository named after the given framework.Framework with an initialized default branch.
func DeleteRepository ¶
func DeleteRepository(ccClient codecommitiface.CodeCommitAPI, name string)
DeleteRepository deletes a CodeCommit repository by name.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.