package
Version:
v0.7.1-0...-4348aa5
Opens a new window with list of versions in this module.
Published: Jun 30, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreateUserInput struct {
Username string `json:"username"`
}
type UserData struct {
Id string `json:"id"`
Username string `json:"username"`
ComplexProperty string `json:"complexProperty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.