committed by
Sacha Al Himdani
parent
288c59a5f2
commit
f9216d30b2
@@ -14,6 +14,15 @@ const (
|
||||
DocumentClassificationSecret DocumentClassification = "SECRET"
|
||||
)
|
||||
|
||||
func DocumentClassifications() []DocumentClassification {
|
||||
return []DocumentClassification{
|
||||
DocumentClassificationPublic,
|
||||
DocumentClassificationInternal,
|
||||
DocumentClassificationConfidential,
|
||||
DocumentClassificationSecret,
|
||||
}
|
||||
}
|
||||
|
||||
func (dc DocumentClassification) String() string {
|
||||
switch dc {
|
||||
case DocumentClassificationPublic:
|
||||
|
||||
Reference in New Issue
Block a user