authority/status: removed the package (#892)

This commit is contained in:
Panagiotis Siatras 2022-04-11 11:56:16 +03:00 committed by GitHub
parent 67abe6607e
commit f2cf9cf828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")
)