Discover Packages
github.com/asia-loop-gmbh/asia-loop-utils-go/v9
pkg
servicecognito
package
Version:
v9.1.88
Opens a new window with list of versions in this module.
Published: Jan 28, 2025
License: Unlicense
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 Source Files Index Constants Variables Functions Types CreateUser(ctx, data) DeleteUser(ctx, data) type CreateUserData type DeleteUserData type GetUserData type User GetUser(ctx, data)
Documentation
¶
type CreateUserData struct {
Username string `json:"username"`
TemporaryPassword string `json:"temporaryPassword"`
CompanyKey string `json:"companyKey"`
StoreKey string `json:"storeKey"`
FirstName string `json:"firstName"`
LastName string `json:"lastName"`
Role string `json:"role"`
}
type DeleteUserData struct {
Username string `json:"username"`
}
type GetUserData struct {
Username string `json:"username"`
}
type User struct {
Username string `json:"username"`
FirstName string `json:"firstName"`
LastName string `json:"lastName"`
Status string `json:"status"`
Company string `json:"company"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.