Skip to content

Commit 261190c

Browse files
authored
Merge pull request #128 from haarchri/feature/repo-type-function
feat(repo): add repositorytypefunction
2 parents 7d6e188 + 3681cde commit 261190c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

service/repositories/types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ const (
2727
// RepositoryTypeConfiguration indicates that the repository contains a
2828
// configuration.
2929
RepositoryTypeConfiguration RepositoryType = "configuration"
30+
// RepositoryTypeFunction indicates that the repository contains a
31+
// function.
32+
RepositoryTypeFunction RepositoryType = "function"
3033
)
3134

3235
// Repository describes a repository.

0 commit comments

Comments
 (0)