package profile import ( "github.com/google/uuid" ) type Certification struct { ID uuid.UUID ProfileID uuid.UUID Name string Description string }