Last active
September 4, 2021 17:29
-
-
Save percybolmer/a1820953e6983c18f782643e4e82f3f6 to your computer and use it in GitHub Desktop.
#ddd-tavern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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