package constant const ( NotDeleted int64 = iota Deleted int64 = 1 )