add variable and method comments

This commit is contained in:
Mike Mason
2023-07-17 19:02:55 +00:00
parent 2681b3d064
commit bc87fa7726
35 changed files with 157 additions and 16 deletions

View File

@@ -1,5 +1,6 @@
package models
// Membership contains metal membership details.
type Membership[T any] struct {
ID string `json:"id"`
User *UserDetails `json:"user"`