package mrfusion // ID creates uniq ID string type ID interface { // Generate creates a unique ID string Generate() (string, error) }