Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Last active September 4, 2021 17:29
Show Gist options
  • Save percybolmer/a1820953e6983c18f782643e4e82f3f6 to your computer and use it in GitHub Desktop.
Save percybolmer/a1820953e6983c18f782643e4e82f3f6 to your computer and use it in GitHub Desktop.
#ddd-tavern
package entity
import "github.com/google/uuid"
// Item represents a Item for all sub domains
type Item struct {
ID uuid.UUID
Name string
Description string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment