@@ -0,0 +1,10 @@
package id
import "github.com/rs/xid"
type XIDGenerator struct {
}
func (x XIDGenerator) NewId() string {
return xid.New().String()
The note is not visible to the blocked user.