package
Version:
v1.1.7
Opens a new window with list of versions in this module.
Published: Oct 6, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
ID string `json:"id,omitempty"`
CreatedAt time.Time `json:"created_at,omitempty"`
UpdatedAt time.Time `json:"updated_at,omitempty"`
DisplayName string `json:"displayName,omitempty"`
Name string `json:"display_name,omitempty"`
Email string `json:"email,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.