authority/status: removed the package (#892)

pull/798/head^2
Panagiotis Siatras 2 years ago committed by GitHub
parent 67abe6607e
commit f2cf9cf828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save