Update interactive

This commit is contained in:
Eden Kirin
2024-01-21 14:32:32 +01:00
parent 26635bbff1
commit 728d37faba
12 changed files with 1280 additions and 251 deletions

9
app/types/catbreed.go Normal file
View File

@ -0,0 +1,9 @@
package types
type CatBreed struct {
Breed string
Country string
Origin string
Coat string
Pattern string
}