Discover Packages
github.com/NetSepio/gateway
api
v1
profile
package
Version:
v0.0.13-alpha
Opens a new window with list of versions in this module.
Published: Jul 5, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
ApplyRoutes applies router to gin Router
type GetProfilePayload struct {
Name string `json:"name,omitempty"`
WalletAddress string `json:"walletAddress"`
ProfilePictureUrl string `json:"profilePictureUrl,omitempty"`
Country string `json:"country,omitempty"`
Roles []string `json:"roles"`
}
type PatchProfileRequest struct {
Name string `json:"name,omitempty"`
Country string `json:"country,omitempty"`
ProfilePictureUrl string `json:"profilePictureUrl,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.