Skip to content

Commit

Permalink
Merge pull request #128 from haarchri/feature/repo-type-function
Browse files Browse the repository at this point in the history
feat(repo): add repositorytypefunction
  • Loading branch information
phisco authored Nov 26, 2024
2 parents 7d6e188 + 3681cde commit 261190c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions service/repositories/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ const (
// RepositoryTypeConfiguration indicates that the repository contains a
// configuration.
RepositoryTypeConfiguration RepositoryType = "configuration"
// RepositoryTypeFunction indicates that the repository contains a
// function.
RepositoryTypeFunction RepositoryType = "function"
)

// Repository describes a repository.
Expand Down

0 comments on commit 261190c

Please sign in to comment.