Last active
September 4, 2021 18:54
-
-
Save percybolmer/a94a60cc7d9abe65e7467798cc213182 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 tavern | |
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