Skip to content

Instantly share code, notes, and snippets.

View kocodude's full-sized avatar

Grant Oladipo kocodude

View GitHub Profile
// Domain
type ExerciseRequestSubmission struct {
ExerciseRequestID int32,
PaymentType string,
Signature null.Val[domain.Signature],
}
// Use Case