We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d6e188 + 3681cde commit 261190cCopy full SHA for 261190c
service/repositories/types.go
@@ -27,6 +27,9 @@ const (
27
// RepositoryTypeConfiguration indicates that the repository contains a
28
// configuration.
29
RepositoryTypeConfiguration RepositoryType = "configuration"
30
+ // RepositoryTypeFunction indicates that the repository contains a
31
+ // function.
32
+ RepositoryTypeFunction RepositoryType = "function"
33
)
34
35
// Repository describes a repository.
0 commit comments