forked from TrueCloudLab/certificates
authority/status: removed the package (#892)
This commit is contained in:
parent
67abe6607e
commit
f2cf9cf828
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
package status
|
||||
|
||||
// Type is the type for status.
|
||||
type Type string
|
||||
|
||||
var (
|
||||
// Active active
|
||||
Active = Type("active")
|
||||
// Deleted deleted
|
||||
Deleted = Type("deleted")
|
||||
)
|
Loading…
Reference in a new issue