package store import "github.com/google/uuid" // Query is used to query objects from stores. type Query struct { ID uuid.UUID Name string }