# Functions
Convert map[string]interface{} to *structpb.Struct.
ConvertModelToProto converts your Go model Definition to a protobuf Definition.
ConvertModelToProtoChoices converts a Go model Choices to a protobuf Choices.
ConvertModelToProtoFocus converts a Go model Focus to a protobuf Focus.
ConvertModelToProtoHashMap converts a Go model HashMap to a protobuf HashMap.
ConvertModelToProtoRequestFormat converts a Go model RequestFormat to a protobuf RequestFormat.
ConvertProtoToChoices converts a protobuf Choices to the Go model Choices.
ConvertProtoToFocus converts a protobuf Focus to the Go model Focus.
ConvertProtoToHashMap converts a protobuf HashMap to the Go model HashMap.
ConvertProtoToModel converts a protobuf Definition to your Go model Definition.
ConvertProtoToRequestFormat converts a protobuf RequestFormat to the Go model RequestFormat.
ConvertStructpbToMap converts *structpb.Struct to map[string]interface{}.
Convert *structpb.Struct to map[string]interface{}.