package
Version:
v0.0.0-...-6040531
Opens a new window with list of versions in this module.
Published: Mar 6, 2021
License: Apache-2.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 APIAddAuthentication struct {
Username string `json:"username"`
Password string `json:"password"`
Attribute string `json:"attribute"`
PersonalID string `json:"personal_id"`
}
type APICipherPayload struct {
Payload string `json:"payload"`
}
type APIUserInformation struct {
PersonalID string `json:"personal_id"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
}
type AuthAPI struct {
Username string `json:"username"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.