mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-11 07:11:00 +00:00
authority/status: removed the package (#892)
This commit is contained in:
parent
67abe6607e
commit
f2cf9cf828
@ -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 New Issue
Block a user