package
Version:
v0.0.0-...-0bc28f7
Opens a new window with list of versions in this module.
Published: Jun 9, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
MetadataToProto converts a User struct into a generated proto counterpart.
type User struct {
ID string `json:"id"`
Email string `json:"email"`
Password string `json:"-"`
Receivers string `json:"receivers"`
}
MetadataFromProto converts a generated proto counterpart into a User struct.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.