package
Version:
v1.0.6
Opens a new window with list of versions in this module.
Published: Jan 29, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type API_AccountCreateAgent_PostData struct {
AgentName string `json:"agentName"`
Port int `json:"port"`
Memory int64 `json:"memory"`
}
type API_AccountLogin_PostData struct {
Email string `json:"email"`
Password string `json:"password"`
}
type API_AccountSignup_PostData struct {
Email string `json:"email"`
Password string `json:"password"`
AccountName string `json:"accountName"`
}
type Middleware_Session_JWT struct {
SessionID string `json:"sessionId"`
AccountID string `json:"accountId"`
UserID string `json:"userId"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.