Documentation ¶ Index ¶ type Customer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Customer ¶ type Customer struct { Id string `json:"id" postgres:"id,primarykey,default:encode(gen_random_bytes(8),'hex')"` Name string `json:"name" postgres:"name,unique"` } Source Files ¶ View all Source files customer.go Click to show internal directories. Click to hide internal directories.